fix: documentation path under Windows

This commit is contained in:
Stéphane Lesimple
2021-10-09 16:55:46 +02:00
parent 65976868cf
commit 50ff1c0403
2 changed files with 13 additions and 2 deletions

View File

@@ -42,8 +42,7 @@ if [ "$os" != "linux64" ]; then
find dist -type f -name "*.a" -delete
fi
man -t documentation/dvdisaster.en.1 | ps2pdf - dist/dvdisaster.pdf
cp CHANGELOG TODO dvdisaster documentation/dvdisaster.*.1 documentation/user-manual/manual.pdf dist/
cp CREDITS.en dist/CREDITS
cp CHANGELOG TODO COPYING CREDITS.* dvdisaster documentation/dvdisaster.*.1 documentation/user-manual/manual.pdf dist/
if command -v zip >/dev/null; then
mv dist ${archive/.zip/}
zip -9r $archive ${archive/.zip/}