mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-31 14:50:33 +05:00
Improve documentation generation mechanism
This commit is contained in:
parent
e533bcb1d7
commit
5faccfa115
@ -55,7 +55,7 @@ clean-local:
|
|||||||
@for filen in `find . -maxdepth 1` ; do \
|
@for filen in `find . -maxdepth 1` ; do \
|
||||||
case $${filen} in \
|
case $${filen} in \
|
||||||
./Makefile | ./doxyfile | ./doxyfile_py ) ;; \
|
./Makefile | ./doxyfile | ./doxyfile_py ) ;; \
|
||||||
. | .. ) ;; \
|
. | .. | ./static ) ;; \
|
||||||
*) echo "Removing $${filen}" ; rm -rf $${filen} ;; \
|
*) echo "Removing $${filen}" ; rm -rf $${filen} ;; \
|
||||||
esac ; \
|
esac ; \
|
||||||
done ;
|
done ;
|
||||||
@ -66,7 +66,7 @@ install-data-local: usr_docs
|
|||||||
case $${filen} in \
|
case $${filen} in \
|
||||||
./Makefile | ./doxyfile | ./doxyfile_py ) ;; \
|
./Makefile | ./doxyfile | ./doxyfile_py ) ;; \
|
||||||
./doxyfile.bak | ./doxyfile_py.bak ) ;; \
|
./doxyfile.bak | ./doxyfile_py.bak ) ;; \
|
||||||
. | .. ) ;; \
|
. | .. | ./static ) ;; \
|
||||||
*) echo "Installing $${filen}" ; cp -rp $${filen} $(DESTDIR)$(docdir)/gui/SMESH ;; \
|
*) echo "Installing $${filen}" ; cp -rp $${filen} $(DESTDIR)$(docdir)/gui/SMESH ;; \
|
||||||
esac ; \
|
esac ; \
|
||||||
done ;
|
done ;
|
||||||
|
@ -70,3 +70,4 @@ GENERATE_RTF = NO
|
|||||||
#External reference options
|
#External reference options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
TAGFILES = smeshpy_doc.tag=smeshpy_doc
|
TAGFILES = smeshpy_doc.tag=smeshpy_doc
|
||||||
|
SEARCHENGINE = YES
|
||||||
|
@ -157,3 +157,4 @@ DOT_CLEANUP = YES
|
|||||||
#External reference options
|
#External reference options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
GENERATE_TAGFILE = smeshpy_doc.tag
|
GENERATE_TAGFILE = smeshpy_doc.tag
|
||||||
|
SEARCHENGINE = YES
|
Loading…
Reference in New Issue
Block a user