Makefile: package README and test file "testdoc" - smu - smu - simple markup (M… | |
git clone git://git.codemadness.org/smu | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 9efd809063c6ad0289537b4239d933a8ca9471a6 | |
parent 0a167db23f6a7f343500a9bcc754819f7023cfcf | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 11 May 2021 02:23:01 +0200 | |
Makefile: package README and test file "testdoc" | |
Diffstat: | |
M Makefile | 2 +- | |
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} |