mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-06-06 21:07:49 +05:00
Correction of Makefile.am for the doc generation.
This commit is contained in:
parent
fda5de2068
commit
be40e4cab9
@ -43,9 +43,9 @@ dist-hook:
|
|||||||
rm -rf `find $(distdir) -name CVS`
|
rm -rf `find $(distdir) -name CVS`
|
||||||
|
|
||||||
usr_docs:
|
usr_docs:
|
||||||
(cd doc && $(MAKE) $(AM_MAKEFLAGS) usr_docs)
|
(cd doc/salome && $(MAKE) $(AM_MAKEFLAGS) usr_docs)
|
||||||
|
|
||||||
docs:usr_docs
|
docs:usr_docs
|
||||||
|
|
||||||
dev_docs:
|
dev_docs:
|
||||||
(cd doc && $(MAKE) $(AM_MAKEFLAGS) dev_docs)
|
(cd doc/salome && $(MAKE) $(AM_MAKEFLAGS) dev_docs)
|
||||||
|
@ -28,3 +28,15 @@
|
|||||||
# source path
|
# source path
|
||||||
|
|
||||||
SUBDIRS= salome
|
SUBDIRS= salome
|
||||||
|
|
||||||
|
usr_docs:
|
||||||
|
@@SETX@; for d in $(SUBDIRS); do \
|
||||||
|
(cd $$d && $(MAKE) $@) || exit 1; \
|
||||||
|
done;
|
||||||
|
|
||||||
|
docs: usr_docs
|
||||||
|
|
||||||
|
dev_docs:
|
||||||
|
@@SETX@; for d in $(SUBDIRS); do \
|
||||||
|
(cd $$d && $(MAKE) $@) || exit 1; \
|
||||||
|
done;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user