mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-31 23:47:49 +05:00
Correction of Makefile.am for the developper doc generation.
This commit is contained in:
parent
be40e4cab9
commit
db2220d6ec
@ -51,6 +51,20 @@ dev_docs:
|
||||
cp -fr $(srcdir)/GEOM/sources/ GEOM/ ; \
|
||||
rm -fr INPUT
|
||||
|
||||
docs: dev_docs
|
||||
|
||||
clean-local:
|
||||
rm -fr `ls | grep -v "Makefile"`
|
||||
rm -fr GEOM
|
||||
|
||||
install-data-local: dev_docs
|
||||
mkdir -p $(docdir)/tui
|
||||
cp -rf GEOM $(docdir)/tui
|
||||
-find $(PWD) -name CVS -prune -exec rm -rf {} \;
|
||||
|
||||
uninstall-local:
|
||||
rm -rf $(docdir)/tui/GEOM
|
||||
|
||||
doctuidir=$(docdir)/tui/GEOM
|
||||
|
||||
nodist_doctui_DATA= GEOM/doxyfile
|
||||
|
Loading…
x
Reference in New Issue
Block a user