From: nge Date: Thu, 24 Jul 2008 15:32:26 +0000 (+0000) Subject: Correction of Makefile.am for the developper doc generation. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=db2220d6ec510f2d9bff33ecd28119371f839b51;p=modules%2Fgeom.git Correction of Makefile.am for the developper doc generation. --- diff --git a/doc/salome/tui/Makefile.am b/doc/salome/tui/Makefile.am index b401ba210..d3bb0ca7c 100644 --- a/doc/salome/tui/Makefile.am +++ b/doc/salome/tui/Makefile.am @@ -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