From: simonmar Date: Thu, 18 May 2000 09:42:28 +0000 (+0000) Subject: [project @ 2000-05-18 09:42:28 by simonmar] X-Git-Tag: Approximately_9120_patches~4439 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=bc4924fc7c5e76694e450f190e92bb22ce6aa4c5;hp=04b6f89ddf84d2cad5cfe83e4b62196961ab303a [project @ 2000-05-18 09:42:28 by simonmar] doc-building fix. --- diff --git a/Makefile b/Makefile index 35ade8b..9b02279 100644 --- 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 \