mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-31 03:40:34 +05:00
Porting GUI documentation on Doxygen tool.
This commit is contained in:
parent
6814271570
commit
0600c4b484
@ -446,6 +446,8 @@ AC_OUTPUT([ \
|
||||
./doc/Makefile \
|
||||
./doc/salome/Makefile \
|
||||
./doc/salome/gui/Makefile \
|
||||
./doc/salome/gui/SMESH/doxyfile \
|
||||
./doc/salome/gui/SMESH/doxyfile_py \
|
||||
./doc/salome/tui/Makefile \
|
||||
./doc/salome/tui/SMESH/doxyfile \
|
||||
./doc/salome/tui/SMESH/sources/static/tree.js \
|
||||
|
@ -25,9 +25,14 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
||||
|
||||
EXTRA_DIST+=SMESH
|
||||
|
||||
doxygen=@DOXYGEN@
|
||||
|
||||
usr_docs:
|
||||
cp -fr $(srcdir)/SMESH ./
|
||||
-find $(PWD) -name CVS -prune -exec rm -rf {} \;
|
||||
cd ./SMESH; \
|
||||
echo "Processing smeshDC.py file: "; \
|
||||
$(doxygen) ./doxyfile_py; \
|
||||
echo "Running doxygen in directory: "`pwd`; \
|
||||
$(doxygen) ./doxyfile;
|
||||
|
||||
docs: usr_docs
|
||||
|
||||
@ -42,3 +47,10 @@ install-data-local: usr_docs
|
||||
|
||||
uninstall-local:
|
||||
rm -rf $(docdir)/gui/SMESH
|
||||
|
||||
docguidir=$(docdir)/gui/SMESH
|
||||
|
||||
nodist_docgui_DATA= SMESH/doxyfile
|
||||
nodist_docgui_DATA+= SMESH/doxyfile_py
|
||||
EXTRA_DIST+= SMESH/doxyfile.in
|
||||
EXTRA_DIST+= SMESH/doxyfile_py.in
|
Loading…
Reference in New Issue
Block a user