ref: b63977758f1073c16cfffc3916200d1e4b21c03b
parent: e2b4804903d9b9a3e02ec9c8ff0e975e126453cd
author: Mike Swanson <mikeonthecomputer@gmail.com>
date: Wed Jun 8 00:55:47 EDT 2016
pkg: Really fix the Makefile from the last commit, include the docs
--- a/pkg/win32/GNUmakefile
+++ b/pkg/win32/GNUmakefile
@@ -45,8 +45,8 @@
$@/$(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