From c078d4446828b6c52c8b319b2664cd9abd13d087 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 22 Jun 2010 14:23:10 +0000 Subject: [PATCH] Improve documentation generation mechanism --- doc/salome/gui/VISU/Makefile.am | 8 ++++---- doc/salome/gui/VISU/doxyfile.in | 1 + doc/salome/gui/VISU/doxyfile_idl.in | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/salome/gui/VISU/Makefile.am b/doc/salome/gui/VISU/Makefile.am index 86577d7e..0dd6bca0 100644 --- a/doc/salome/gui/VISU/Makefile.am +++ b/doc/salome/gui/VISU/Makefile.am @@ -41,21 +41,21 @@ usr_docs: doxyfile_idl doxyfile docs: usr_docs clean-local: - @for filen in `find . -maxdepth 1` ; do \ + @for filen in `find . -maxdepth 1` ; do \ case $${filen} in \ ./Makefile | ./doxyfile | ./doxyfile_idl ) ;; \ - . | .. ) ;; \ + . | .. | ./static ) ;; \ *) echo "Removing $${filen}" ; rm -rf $${filen} ;; \ esac ; \ done ; install-data-local: usr_docs $(INSTALL) -d $(DESTDIR)$(docdir)/gui/VISU - @for filen in `find . -maxdepth 1` ; do \ + @for filen in `find . -maxdepth 1` ; do \ case $${filen} in \ ./Makefile | ./doxyfile | ./doxyfile_idl ) ;; \ ./doxyfile.bak | ./doxyfile_idl.bak ) ;; \ - . | .. ) ;; \ + . | .. | ./static ) ;; \ *) echo "Installing $${filen}" ; cp -rp $${filen} $(DESTDIR)$(docdir)/gui/VISU ;; \ esac ; \ done ; diff --git a/doc/salome/gui/VISU/doxyfile.in b/doc/salome/gui/VISU/doxyfile.in index 9d8dfd62..fadfda4a 100755 --- a/doc/salome/gui/VISU/doxyfile.in +++ b/doc/salome/gui/VISU/doxyfile.in @@ -70,3 +70,4 @@ GENERATE_RTF = NO #External reference options #--------------------------------------------------------------------------- TAGFILES = visugen_doc.tag=visugen_doc +SEARCHENGINE = YES \ No newline at end of file diff --git a/doc/salome/gui/VISU/doxyfile_idl.in b/doc/salome/gui/VISU/doxyfile_idl.in index 8f306271..82db3c03 100755 --- a/doc/salome/gui/VISU/doxyfile_idl.in +++ b/doc/salome/gui/VISU/doxyfile_idl.in @@ -156,3 +156,4 @@ DOT_CLEANUP = YES #External reference options #--------------------------------------------------------------------------- GENERATE_TAGFILE = visugen_doc.tag +SEARCHENGINE = YES \ No newline at end of file -- 2.39.2