Salome HOME
Improve documentation generation mechanism
authorvsr <vsr@opencascade.com>
Tue, 22 Jun 2010 14:14:43 +0000 (14:14 +0000)
committervsr <vsr@opencascade.com>
Tue, 22 Jun 2010 14:14:43 +0000 (14:14 +0000)
doc/salome/gui/SMESH/Makefile.am
doc/salome/gui/SMESH/doxyfile.in
doc/salome/gui/SMESH/doxyfile_py.in

index 1872953023382992481c8213f789096356e63fc4..40503e04e4e18ab971de1119122c096cc438c968 100755 (executable)
@@ -52,21 +52,21 @@ usr_docs: doxyfile_py 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_py ) ;;        \
-           . | .. ) ;;                                         \
+           . | .. | ./static ) ;;                              \
            *) echo "Removing $${filen}" ; rm -rf $${filen} ;;  \
          esac ;                                                \
        done ;
 
 install-data-local: usr_docs
        $(INSTALL) -d $(DESTDIR)$(docdir)/gui/SMESH
-       @for filen in `find . -maxdepth 1` ; do                                                         \
+       @for filen in `find . -maxdepth 1` ; do                                                 \
          case $${filen} in                                                                     \
            ./Makefile | ./doxyfile | ./doxyfile_py ) ;;                                        \
            ./doxyfile.bak | ./doxyfile_py.bak ) ;;                                             \
-           . | .. ) ;;                                                                         \
+           . | .. | ./static ) ;;                                                              \
            *) echo "Installing $${filen}" ; cp -rp $${filen} $(DESTDIR)$(docdir)/gui/SMESH ;;  \
          esac ;                                                                                \
        done ;
index ce268972f6265bb95fd685cc161c4f95df03ac8b..535cc57c7f998ea65ac0cf226d55cd6dbd814fdc 100755 (executable)
@@ -70,3 +70,4 @@ GENERATE_RTF      = NO
 #External reference options
 #---------------------------------------------------------------------------
 TAGFILES          = smeshpy_doc.tag=smeshpy_doc
+SEARCHENGINE      = YES
index 6d45aa6b5928b5e68cff00f0aa9e36e61537c820..b381d08197d58c32870b43d6b6d084df511b07d5 100755 (executable)
@@ -157,3 +157,4 @@ DOT_CLEANUP            = YES
 #External reference options
 #---------------------------------------------------------------------------
 GENERATE_TAGFILE  = smeshpy_doc.tag
+SEARCHENGINE           = YES
\ No newline at end of file