Fix 'make dist' procedure bugs

This commit is contained in:
vsr 2008-09-19 05:19:40 +00:00
parent b83a61b9ab
commit 9d1bb8e28c

View File

@ -47,7 +47,7 @@ usr_docs: doxyfile_py doxyfile
docs: usr_docs
clean-local:
@for filen in `find .` ; do \
@for filen in `find . -maxdepth 1` ; do \
case $${filen} in \
./Makefile | ./doxyfile | ./doxyfile_py ) ;; \
. | .. ) ;; \
@ -57,7 +57,7 @@ clean-local:
install-data-local: usr_docs
$(INSTALL) -d $(DESTDIR)$(docdir)/gui/SMESH
@for filen in `find .` ; do \
@for filen in `find . -maxdepth 1` ; do \
case $${filen} in \
./Makefile | ./doxyfile | ./doxyfile_py ) ;; \
./doxyfile.bak | ./doxyfile_py.bak ) ;; \