]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Improve documentation generation mechanism
authorvsr <vsr@opencascade.com>
Tue, 22 Jun 2010 14:23:10 +0000 (14:23 +0000)
committervsr <vsr@opencascade.com>
Tue, 22 Jun 2010 14:23:10 +0000 (14:23 +0000)
doc/salome/gui/VISU/Makefile.am
doc/salome/gui/VISU/doxyfile.in
doc/salome/gui/VISU/doxyfile_idl.in

index 86577d7eb5c4550680eca3bf58df47b5acf28deb..0dd6bca0cd906f4145a2ccc2388256040bca9585 100644 (file)
@@ -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 ;
index 9d8dfd6253c8b879231b9e4f8e6745022e081058..fadfda4ab22162ad2b97f30f867ad792a036774e 100755 (executable)
@@ -70,3 +70,4 @@ GENERATE_RTF      = NO
 #External reference options
 #---------------------------------------------------------------------------
 TAGFILES          = visugen_doc.tag=visugen_doc
+SEARCHENGINE      = YES
\ No newline at end of file
index 8f306271b72b5a7a3c895d11b8971c3858c60208..82db3c032ace124d82994e43baf9a4a3b5cc6235 100755 (executable)
@@ -156,3 +156,4 @@ DOT_CLEANUP            = YES
 #External reference options
 #---------------------------------------------------------------------------
 GENERATE_TAGFILE       = visugen_doc.tag
+SEARCHENGINE           = YES
\ No newline at end of file