Makefile: fix dist rule, reported by Job Bautista

Patch adjusted, thanks Job.
This commit is contained in:
Hiltjo Posthuma 2020-08-14 12:48:47 +02:00
parent 0bd17df5ed
commit 9620b1d8c2
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ clean:
dist:
rm -rf "${NAME}-${VERSION}"
mkdir -p "${NAME}-${VERSION}"
cp LICENSE Makefile README config.def.h config.mk ${MAN1} \
cp LICENSE Makefile README.md config.def.h config.mk ${MAN1} \
${SRC} ${NAME}-${VERSION}
for i in layout.*.h; \
do \