mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
Correction of Makefile.am for the developper doc generation.
This commit is contained in:
parent
32a243f55d
commit
5216d7ba76
@ -51,6 +51,20 @@ dev_docs:
|
|||||||
cp -fr $(srcdir)/SMESH/sources/ SMESH ; \
|
cp -fr $(srcdir)/SMESH/sources/ SMESH ; \
|
||||||
rm -fr INPUT
|
rm -fr INPUT
|
||||||
|
|
||||||
|
docs: dev_docs
|
||||||
|
|
||||||
|
clean-local:
|
||||||
|
rm -rf `ls | grep -v "Makefile"`
|
||||||
|
rm -rf SMESH
|
||||||
|
|
||||||
|
install-data-local: dev_docs
|
||||||
|
mkdir -p $(docdir)/tui
|
||||||
|
cp -rf SMESH $(docdir)/tui
|
||||||
|
-find $(PWD) -name CVS -prune -exec rm -rf {} \;
|
||||||
|
|
||||||
|
uninstall-local:
|
||||||
|
rm -rf $(docdir)/tui/SMESH
|
||||||
|
|
||||||
doctuidir=$(docdir)/tui/SMESH
|
doctuidir=$(docdir)/tui/SMESH
|
||||||
|
|
||||||
nodist_doctui_DATA= SMESH/doxyfile
|
nodist_doctui_DATA= SMESH/doxyfile
|
||||||
|
Loading…
Reference in New Issue
Block a user