commit b63977758f1073c16cfffc3916200d1e4b21c03b
Author: Mike Swanson <mikeonthecomputer@gmail.com>
AuthorDate: Wed Jun 8 04:55:47 2016 -0700
Commit: Mike Swanson <mikeonthecomputer@gmail.com>
CommitDate: Wed Jun 8 04:55:47 2016 -0700
pkg: Really fix the Makefile from the last commit, include the docs
---
pkg/win32/GNUmakefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkg/win32/GNUmakefile b/pkg/win32/GNUmakefile
index 07ae74fe..69f6bd1d 100644
--- a/pkg/win32/GNUmakefile
+++ b/pkg/win32/GNUmakefile
@@ -45,8 +45,8 @@ staging-%:
$@/$(PROGRAM_PREFIX)$*-setup.exe
$(STRIP) $@/*.exe
- for f in $(DOC_FILES); do \
- cp $(TOPLEVEL)/$$f $@/$(shell basename $$f .md).txt; \
+ for f in $(DOC_FILES); do \
+ cp $(TOPLEVEL)/$$f $@/$$(basename $$f .md).txt; \
done
cp $(TOPLEVEL)/man/CMDLINE.$* $@/CMDLINE.txt