From d098af1ae699a82a2947d155dc2eead378d4743c Mon Sep 17 00:00:00 2001 From: akl Date: Thu, 27 Dec 2007 08:54:38 +0000 Subject: [PATCH] To fix a problem of building GUI docs with -j parameter (NPAL17383) after 'make clean' performing. --- doc/salome/gui/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/salome/gui/Makefile.am b/doc/salome/gui/Makefile.am index f94780333..04ccab4ba 100644 --- a/doc/salome/gui/Makefile.am +++ b/doc/salome/gui/Makefile.am @@ -34,8 +34,9 @@ usr_docs: docs: usr_docs clean-local: - rm -fr `ls | grep -v "Makefile"` - rm -fr GUI + cd ./GUI; \ + rm -fr `ls | grep -v "doxyfile"` + rm -fr `ls | grep -vE "Makefile|GUI"` install-data-local: usr_docs mkdir -p $(docdir)/gui @@ -48,4 +49,5 @@ uninstall-local: docguidir=$(docdir)/gui/GUI nodist_docgui_DATA= GUI/doxyfile +GUI/doxyfile: GUI/doxyfile.in EXTRA_DIST+= GUI/doxyfile.in \ No newline at end of file -- 2.39.2