tMakefile: add PATH-MAX-LIMIT.md to `make dist` - catpoint - Catpoint simple presenting software.
(HTM) git clone git://r-36.net/catpoint
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit a2730192609fdbb7d69b9392dcf8b6c25fe8aea2
(DIR) parent b455270d0e2a268f232b1ad89cb977afbdc52704
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 20 Dec 2020 15:55:37 +0100
Makefile: add PATH-MAX-LIMIT.md to `make dist`
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -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