mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-28 21:00:48 +05:00
Update build and install processes for GUI and TUI documentation.
This commit is contained in:
parent
22a36fd5e3
commit
78296700e3
@ -18,16 +18,13 @@ SUBDIRSTUI= tui
|
||||
|
||||
@COMMENCE@
|
||||
|
||||
docs:
|
||||
@@SETX@; for d in $(SUBDIRS); do \
|
||||
(cd $$d && $(MAKE) $@) || exit 1; \
|
||||
done; \
|
||||
|
||||
usr_docs:
|
||||
@@SETX@; for d in $(SUBDIRSGUI); do \
|
||||
(cd $$d && $(MAKE) $@) || exit 1; \
|
||||
done; \
|
||||
|
||||
docs: usr_docs
|
||||
|
||||
dev_docs:
|
||||
@@SETX@; for d in $(SUBDIRSTUI); do \
|
||||
(cd $$d && $(MAKE) $@) || exit 1; \
|
||||
@ -35,20 +32,29 @@ dev_docs:
|
||||
|
||||
clean:
|
||||
@@SETX@; for d in $(SUBDIRS); do \
|
||||
(cd $$d && $(MAKE) $@) || exit 1; \
|
||||
if test -d $$d/GEOM; then \
|
||||
(cd $$d && $(MAKE) $@) || exit 1; \
|
||||
fi; \
|
||||
done
|
||||
|
||||
distclean: clean
|
||||
@@SETX@; for d in $(SUBDIRS); do \
|
||||
(cd $$d && $(MAKE) $@) || exit 1; \
|
||||
if test -d $$d/GEOM; then \
|
||||
(cd $$d && $(MAKE) $@) || exit 1; \
|
||||
fi; \
|
||||
done
|
||||
|
||||
install:
|
||||
$(MAKE) docs
|
||||
(cd tui && $(MAKE) install);
|
||||
(cd gui && $(MAKE) install);
|
||||
@@SETX@; for d in $(SUBDIRS); do \
|
||||
if test -d $$d/GEOM; then \
|
||||
(cd $$d && $(MAKE) $@); \
|
||||
fi; \
|
||||
done
|
||||
|
||||
uninstall:
|
||||
@@SETX@; for d in $(SUBDIRS); do \
|
||||
(cd $$d && $(MAKE) $@) || exit 1; \
|
||||
if test -d $$d/GEOM; then \
|
||||
(cd $$d && $(MAKE) $@) || exit 1; \
|
||||
fi; \
|
||||
done; \
|
||||
|
@ -14,11 +14,11 @@ VPATH=.:@srcdir@
|
||||
|
||||
@COMMENCE@
|
||||
|
||||
docs:
|
||||
usr_docs:
|
||||
cp -fr $(srcdir)/GEOM ./
|
||||
-find $(PWD) -name CVS -prune -exec rm -rf {} \;
|
||||
|
||||
usr_docs: docs
|
||||
docs: usr_docs
|
||||
|
||||
clean:
|
||||
rm -fr `ls | grep -v "Makefile"`
|
||||
|
@ -22,7 +22,7 @@ PYTHON_SCRIPTS = \
|
||||
|
||||
#PYTHON_SCRIPTS_PY2 = py2/geompy.py py2/GEOM_TestMeasures.py
|
||||
|
||||
docs:
|
||||
dev_docs:
|
||||
cp -fr $(srcdir)/GEOM ./INPUT; \
|
||||
cp -fr ./GEOM/doxyfile ./GEOM/doxyfile_py ./INPUT; \
|
||||
cp -fr ./GEOM/sources/static/tree.js ./INPUT/sources/static; \
|
||||
@ -66,8 +66,6 @@ docs:
|
||||
cp -fr $(srcdir)/GEOM/HTML/ GEOM/
|
||||
rm -fr INPUT
|
||||
|
||||
dev_docs: docs
|
||||
|
||||
clean:
|
||||
rm -fr GEOM
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user