chore: add CHANGELOG, TODO, CREDITS to dist
This commit is contained in:
3
.github/workflows/make-dist.sh
vendored
3
.github/workflows/make-dist.sh
vendored
@@ -42,7 +42,8 @@ if [ "$os" != "linux64" ]; then
|
|||||||
find dist -type f -name "*.a" -delete
|
find dist -type f -name "*.a" -delete
|
||||||
fi
|
fi
|
||||||
man -t documentation/dvdisaster.en.1 | ps2pdf - dist/dvdisaster.pdf
|
man -t documentation/dvdisaster.en.1 | ps2pdf - dist/dvdisaster.pdf
|
||||||
cp dvdisaster documentation/dvdisaster.*.1 documentation/user-manual/manual.pdf dist/
|
cp CHANGELOG TODO dvdisaster documentation/dvdisaster.*.1 documentation/user-manual/manual.pdf dist/
|
||||||
|
cp CREDITS.en dist/CREDITS
|
||||||
if command -v zip >/dev/null; then
|
if command -v zip >/dev/null; then
|
||||||
mv dist ${archive/.zip/}
|
mv dist ${archive/.zip/}
|
||||||
zip -9r $archive ${archive/.zip/}
|
zip -9r $archive ${archive/.zip/}
|
||||||
|
|||||||
Reference in New Issue
Block a user