From 5216d7ba7697c4dcb51bfabbad55ff72b4e24546 Mon Sep 17 00:00:00 2001 From: nge Date: Thu, 24 Jul 2008 15:31:25 +0000 Subject: [PATCH] Correction of Makefile.am for the developper doc generation. --- doc/salome/tui/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/salome/tui/Makefile.am b/doc/salome/tui/Makefile.am index 7df0f1a78..3c35b0f93 100644 --- a/doc/salome/tui/Makefile.am +++ b/doc/salome/tui/Makefile.am @@ -51,6 +51,20 @@ dev_docs: cp -fr $(srcdir)/SMESH/sources/ SMESH ; \ rm -fr INPUT +docs: dev_docs + +clean-local: + rm -rf `ls | grep -v "Makefile"` + rm -rf SMESH + +install-data-local: dev_docs + mkdir -p $(docdir)/tui + cp -rf SMESH $(docdir)/tui + -find $(PWD) -name CVS -prune -exec rm -rf {} \; + +uninstall-local: + rm -rf $(docdir)/tui/SMESH + doctuidir=$(docdir)/tui/SMESH nodist_doctui_DATA= SMESH/doxyfile -- 2.39.2