commit 7bcb1cbfe45b0cb4baecc2a949b90fad8a4e587f
parent 15a09f3de50d07b2d3f3cd81eda320e1c8bae189
Author: Andrew Kloet <andrew@kloet.net>
Date: Tue, 28 Apr 2026 11:02:15 -0400
include patches in dist releases
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -22,7 +22,8 @@ clean:
dist: clean
mkdir -p cio-${VERSION}
cp -R LICENSE TODO README Makefile \
- config.mk cio.1 ${SRC} cio-${VERSION}
+ config.mk cio.1 patches ${SRC} \
+ cio-${VERSION}
tar -cf cio-${VERSION}.tar cio-${VERSION}
gzip cio-${VERSION}.tar
rm -rf cio-${VERSION}