[project @ 2000-08-25 15:21:57 by simonmar]
authorsimonmar <unknown>
Fri, 25 Aug 2000 15:21:57 +0000 (15:21 +0000)
committersimonmar <unknown>
Fri, 25 Aug 2000 15:21:57 +0000 (15:21 +0000)
Fix for copying html documentation into a binary dist.

Makefile

index 112d8bb..9de6247 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -141,7 +141,7 @@ binary-dist ::
             echo Making $$way documentation in $$dir && \
             $(MAKE) -C $$dir --no-print-directory $(MFLAGS) $$way >.doclog  2>&1 && \
             if [ "$$way" = "html" ]; then \
-               for subdir in `perl -n -e '/output will be in ([_\-A-Za-z0-9]*)/ && do { print $$1; };' <.doclog`; do \
+               for subdir in `perl -n -e '/output will be in ([_\-A-Za-z0-9]*)/ && do { print "$$1 "; };' <.doclog`; do \
                   echo Copying HTML docs from $$subdir...; \
                   cp -Rf $$dir/$$subdir $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/$$way; \
                done \