mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 18:18:35 +05:00
0021196: [CEA 456] Integration and merge modification for debian packages
make docs to work in docutils and not to generate anything during make install
This commit is contained in:
parent
9726965a46
commit
e5d614b3cf
@ -31,6 +31,8 @@ if SPHINX_IS_OK
|
|||||||
html/index.html:$(RSTFILES)
|
html/index.html:$(RSTFILES)
|
||||||
make htm
|
make htm
|
||||||
|
|
||||||
|
usr_docs: html/index.html
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST+= images
|
EXTRA_DIST+= images
|
||||||
@ -73,7 +75,7 @@ RSTFILES= \
|
|||||||
|
|
||||||
EXTRA_DIST+= $(RSTFILES)
|
EXTRA_DIST+= $(RSTFILES)
|
||||||
|
|
||||||
install-data-local: html/index.html
|
install-data-local:
|
||||||
test -z $(pydocdir) || mkdir -p $(DESTDIR)$(pydocdir)
|
test -z $(pydocdir) || mkdir -p $(DESTDIR)$(pydocdir)
|
||||||
if test -d "html"; then b=; else b="$(srcdir)/"; fi; \
|
if test -d "html"; then b=; else b="$(srcdir)/"; fi; \
|
||||||
cp -rf $$b"html"/* $(pydocdir) ; \
|
cp -rf $$b"html"/* $(pydocdir) ; \
|
||||||
|
Loading…
Reference in New Issue
Block a user