X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Flilypond-book-rules.make;h=243a9f18c789f25167589ca2fc72a9667932d5eb;hb=HEAD;hp=e0c0756bc403af37cb02b5a4f339c72d6ee5ed4a;hpb=05d42dcaf03067eca83309339758fee441f38edf;p=lilypond.git diff --git a/make/lilypond-book-rules.make b/make/lilypond-book-rules.make index e0c0756bc4..243a9f18c7 100644 --- a/make/lilypond-book-rules.make +++ b/make/lilypond-book-rules.make @@ -29,7 +29,7 @@ $(outdir)/%.pdf: $(outdir)/%.tex cd $(outdir) && $(buildscript-dir)/run-and-check "$(PDFLATEX) -halt-on-error $(notdir $<)" "$*.pdflatex.log" ifeq ($(USE_EXTRACTPDFMARK),yes) $(EXTRACTPDFMARK) -o $(outdir)/$*.pdfmark $@ - $(GS920) -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=$(outdir)/$*.final.pdf -c "30000000 setvmthreshold" -f $(top-build-dir)/out-fonts/*.font.ps $(outdir)/$*.pdfmark $@ + $(GS920) -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -dAutoRotatePages=/None -sOutputFile=$(outdir)/$*.final.pdf -c "30000000 setvmthreshold" -f $(top-build-dir)/out-fonts/*.font.ps $(outdir)/$*.pdfmark $@ rm $@ mv $(outdir)/$*.final.pdf $@ endif @@ -61,7 +61,7 @@ $(outdir)/%.pdf: $(outdir)/%.xml cd $(outdir) && $(buildscript-dir)/run-and-check "$(DBLATEX) $(DBLATEX_BACKEND) $(notdir $<)" "$*.dblatex.log" ifeq ($(USE_EXTRACTPDFMARK),yes) $(EXTRACTPDFMARK) -o $(outdir)/$*.pdfmark $@ - $(GS920) -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=$(outdir)/$*.final.pdf -c "30000000 setvmthreshold" -f $(top-build-dir)/out-fonts/*.font.ps $(outdir)/$*.pdfmark $@ + $(GS920) -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -dAutoRotatePages=/None -sOutputFile=$(outdir)/$*.final.pdf -c "30000000 setvmthreshold" -f $(top-build-dir)/out-fonts/*.font.ps $(outdir)/$*.pdfmark $@ rm $@ mv $(outdir)/$*.final.pdf $@ endif