mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-24 16:30:35 +05:00
Improve documentation
This commit is contained in:
parent
4b76fd2b72
commit
711f404511
@ -57,8 +57,7 @@ install-data-local: usr_docs
|
|||||||
$(INSTALL) -d $(DESTDIR)$(docdir)/gui/GEOM ; \
|
$(INSTALL) -d $(DESTDIR)$(docdir)/gui/GEOM ; \
|
||||||
for filen in `find . -maxdepth 1` ; do \
|
for filen in `find . -maxdepth 1` ; do \
|
||||||
case $${filen} in \
|
case $${filen} in \
|
||||||
./Makefile* | ./doxyfile* ) ;; \
|
. | .. | ./static | ./tmp | ./Makefile* | ./doxyfile* ) ;; \
|
||||||
. | .. | ./static ) ;; \
|
|
||||||
*) echo "Installing $${filen}" ; cp -rp $${filen} $(DESTDIR)$(docdir)/gui/GEOM ;; \
|
*) echo "Installing $${filen}" ; cp -rp $${filen} $(DESTDIR)$(docdir)/gui/GEOM ;; \
|
||||||
esac ; \
|
esac ; \
|
||||||
done ; \
|
done ; \
|
||||||
|
Loading…
Reference in New Issue
Block a user