Improve documentation generation mechanism

This commit is contained in:
vsr 2010-06-22 14:14:43 +00:00
parent e533bcb1d7
commit 5faccfa115
3 changed files with 6 additions and 4 deletions

View File

@ -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 ;

View File

@ -70,3 +70,4 @@ GENERATE_RTF = NO
#External reference options
#---------------------------------------------------------------------------
TAGFILES = smeshpy_doc.tag=smeshpy_doc
SEARCHENGINE = YES

View File

@ -157,3 +157,4 @@ DOT_CLEANUP = YES
#External reference options
#---------------------------------------------------------------------------
GENERATE_TAGFILE = smeshpy_doc.tag
SEARCHENGINE = YES