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