Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Revert "Makefile: optimize generated PDF using Ghostscript"
Browse files Browse the repository at this point in the history
Temporarily revert, until we can update the GitHub pipeline.

This reverts commit 65bd8e4.
  • Loading branch information
ptomsich committed Nov 27, 2022
1 parent fef76e5 commit 91e173d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -19,7 +19,6 @@ $(PDF_RESULT):
--require=asciidoctor-mathematical \
--out-file=$@ \
$(HEADER_SOURCE)
gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/printer -sOutputFile=opt-$@ $@ && mv opt-$@ $@

clean:
-rm -f $(SPEC)-*.pdf

0 comments on commit 91e173d

Please sign in to comment.