pkg: Really fix the Makefile from the last commit, include the docs

This commit is contained in:
Mike Swanson 2016-06-08 04:55:47 -07:00
parent e2b4804903
commit b63977758f

View file

@ -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