[project @ 2002-07-03 11:16:56 by simonmar]
authorsimonmar <unknown>
Wed, 3 Jul 2002 11:16:56 +0000 (11:16 +0000)
committersimonmar <unknown>
Wed, 3 Jul 2002 11:16:56 +0000 (11:16 +0000)
Small fix to the documentation installation

distrib/Makefile-bin.in

index 9a06b94..431ed1f 100644 (file)
@@ -253,7 +253,9 @@ show-install-setup:
 
 install-docs : install-dirs-docs
        if test -d share/html ; then $(CP) -r share/html/* $(htmldir) ; fi
-       if test -f share/*.ps ; then $(CP) share/*.ps $(psdir) ; fi
+       for i in share/*.ps; do \
+               $(CP) $$i $(psdir) ; \
+       done
 
 install-dirs-docs:
        $(INSTALL_DIR) $(htmldir)