mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +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 ; \
|
||||
for filen in `find . -maxdepth 1` ; do \
|
||||
case $${filen} in \
|
||||
./Makefile* | ./doxyfile* ) ;; \
|
||||
. | .. | ./static ) ;; \
|
||||
. | .. | ./static | ./tmp | ./Makefile* | ./doxyfile* ) ;; \
|
||||
*) echo "Installing $${filen}" ; cp -rp $${filen} $(DESTDIR)$(docdir)/gui/GEOM ;; \
|
||||
esac ; \
|
||||
done ; \
|
||||
|
Loading…
Reference in New Issue
Block a user