closes #1; Fixes make.sh

This commit is contained in:
Michael Beck
2024-12-18 14:38:28 +01:00
parent 61110a16e7
commit f7ea04c895
2 changed files with 9 additions and 5 deletions

View File

@ -25,5 +25,5 @@ echo "Modifying the PDF..."
./modify-pdf.sh "$OUT" "Erklärung.pdf" "$OUT"
# remove last page for osf.io
print "Removing last page for OSF.io output"
echo "Removing last page for OSF.io output and saving to OSF-$OUT"
pdftk "$OUT" cat 1-r2 output OSF-"$OUT"