Skip to content

Commit

Permalink
Merge pull request #37 from Mast3rwaf1z/fix-makefile
Browse files Browse the repository at this point in the history
fixed makefile
  • Loading branch information
JakobTopholt authored Jun 16, 2024
2 parents bb90220 + e505627 commit ed25003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ps: dvi
dvips $(DVIFILE)

pdf: dvi
dvipdf -ta4 $(DVIFILE)
dvipdf -sPAPERSIZE=a4 $(DVIFILE)

booklet: ps
./ps2book.sh $(PSFILE)
Expand Down

0 comments on commit ed25003

Please sign in to comment.