mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 10:08:35 +05:00
0021196: [CEA 456] Integration and merge modification for debian packages
roll back kernel-install-without-docs.patch
This commit is contained in:
parent
8ab5789e4a
commit
c22f737856
@ -26,10 +26,8 @@ SUBDIRS = salome docutils
|
||||
|
||||
usr_docs:
|
||||
(cd salome && $(MAKE) $(AM_MAKEFLAGS) usr_docs)
|
||||
(cd docutils && $(MAKE) $(AM_MAKEFLAGS) usr_docs)
|
||||
|
||||
docs: usr_docs
|
||||
|
||||
dev_docs:
|
||||
(cd salome && $(MAKE) $(AM_MAKEFLAGS) dev_docs)
|
||||
(cd docutils && $(MAKE) $(AM_MAKEFLAGS) dev_docs)
|
||||
|
@ -31,8 +31,6 @@ if SPHINX_IS_OK
|
||||
html/index.html:$(RSTFILES)
|
||||
make htm
|
||||
|
||||
usr_docs: html/index.html
|
||||
|
||||
endif
|
||||
|
||||
EXTRA_DIST+= images
|
||||
@ -75,7 +73,7 @@ RSTFILES= \
|
||||
|
||||
EXTRA_DIST+= $(RSTFILES)
|
||||
|
||||
install-data-local:
|
||||
install-data-local: html/index.html
|
||||
test -z $(pydocdir) || mkdir -p $(DESTDIR)$(pydocdir)
|
||||
if test -d "html"; then b=; else b="$(srcdir)/"; fi; \
|
||||
cp -rf $$b"html"/* $(pydocdir) ; \
|
||||
|
@ -61,7 +61,7 @@ clean-local:
|
||||
esac ; \
|
||||
done ;
|
||||
|
||||
install-data-local:
|
||||
install-data-local: usr_docs
|
||||
@if [ -e main.html ]; then \
|
||||
$(INSTALL) -d $(DESTDIR)$(docdir)/gui/GEOM ; \
|
||||
for filen in `find . -maxdepth 1` ; do \
|
||||
|
Loading…
Reference in New Issue
Block a user