Makefile: add PATH-MAX-LIMIT.md to `make dist` - catpoint - Catpoint simple pre… | |
git clone git://bitreich.org/catpoint/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrin… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit a2730192609fdbb7d69b9392dcf8b6c25fe8aea2 | |
parent b455270d0e2a268f232b1ad89cb977afbdc52704 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 20 Dec 2020 15:55:37 +0100 | |
Makefile: add PATH-MAX-LIMIT.md to `make dist` | |
Signed-off-by: Christoph Lohmann <[email protected]> | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -47,7 +47,7 @@ clean: | |
dist: | |
mkdir -p ${NAME}-${VERSION} | |
- cp -R LICENSE Makefile README.md TOOLS ${SRC} \ | |
+ cp -R LICENSE Makefile README.md TOOLS PATH-MAX-LIMIT.md ${SRC} \ | |
${MAN1} showoff ${NAME}-${VERSION} | |
tar -cf - "${NAME}-${VERSION}" | \ | |
gzip -c > ${NAME}-${VERSION}.tar.gz |