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 ;
#External reference options
#---------------------------------------------------------------------------
TAGFILES = visugen_doc.tag=visugen_doc
+SEARCHENGINE = YES
\ No newline at end of file
#External reference options
#---------------------------------------------------------------------------
GENERATE_TAGFILE = visugen_doc.tag
+SEARCHENGINE = YES
\ No newline at end of file