mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-18 17:20:37 +05:00
0021196: [CEA 456] Integration and merge modification for debian packages
geom-fix-clean.patch: This patch is for cleaning completely the build directory geom-install-without-docs.patch: We think that building and installing the documentation should not be the default behavior but reserved to interested users
This commit is contained in:
parent
bdfc48d282
commit
476819a618
@ -55,22 +55,23 @@ docs: usr_docs
|
||||
clean-local:
|
||||
@for filen in `find . -maxdepth 1` ; do \
|
||||
case $${filen} in \
|
||||
./Makefile | ./doxyfile | ./doxyfile_py | ./doxyfile_tui ) ;; \
|
||||
. | .. | ./static ) ;; \
|
||||
./Makefile* | ./doxyfile* | ./images | ./input | ./static ) ;; \
|
||||
. | .. ) ;; \
|
||||
*) echo "Removing $${filen}" ; rm -rf $${filen} ;; \
|
||||
esac ; \
|
||||
done ;
|
||||
|
||||
install-data-local: usr_docs
|
||||
$(INSTALL) -d $(DESTDIR)$(docdir)/gui/GEOM
|
||||
@for filen in `find . -maxdepth 1` ; do \
|
||||
install-data-local:
|
||||
@if [ -e main.html ]; then \
|
||||
$(INSTALL) -d $(DESTDIR)$(docdir)/gui/GEOM ; \
|
||||
for filen in `find . -maxdepth 1` ; do \
|
||||
case $${filen} in \
|
||||
./Makefile | ./doxyfile | ./doxyfile_py | ./doxyfile_tui ) ;; \
|
||||
./doxyfile.bak | ./doxyfile_py.bak | ./doxyfile_tui.bak ) ;; \
|
||||
./Makefile* | ./doxyfile* ) ;; \
|
||||
. | .. | ./static ) ;; \
|
||||
*) echo "Installing $${filen}" ; cp -rp $${filen} $(DESTDIR)$(docdir)/gui/GEOM ;; \
|
||||
esac ; \
|
||||
done ;
|
||||
done ; \
|
||||
fi
|
||||
|
||||
uninstall-local:
|
||||
rm -rf $(DESTDIR)$(docdir)/gui/GEOM
|
||||
|
Loading…
Reference in New Issue
Block a user