commit 9efd809063c6ad0289537b4239d933a8ca9471a6
parent 0a167db23f6a7f343500a9bcc754819f7023cfcf
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 11 May 2021 02:23:01 +0200
Makefile: package README and test file "testdoc"
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -26,7 +26,7 @@ clean:
dist: clean
mkdir -p smu-${VERSION}
- cp -R LICENSE Makefile smu.1 ${SRC} smu-${VERSION}
+ cp -R LICENSE README testdoc Makefile smu.1 ${SRC} smu-${VERSION}
tar -cf smu-${VERSION}.tar smu-${VERSION}
gzip smu-${VERSION}.tar
rm -rf smu-${VERSION}