Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(989)

Unified Diff: stepmake/stepmake/texinfo-rules.make

Issue 343970043: Allow use of Identity-H CMap and CID versions of Emmentaler
Patch Set: cleanup / change command line / add otfinfo check / etc / change default ps output mode Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« mf/GNUmakefile ('K') | « scripts/build/gen-emmentaler-scripts.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: stepmake/stepmake/texinfo-rules.make
diff --git a/stepmake/stepmake/texinfo-rules.make b/stepmake/stepmake/texinfo-rules.make
index df04e1ebe33e765c85b7f502bb0852b0a03be6e0..98e70e6d261f8ccb37b1db63d3bc9007cae2d28a 100644
--- a/stepmake/stepmake/texinfo-rules.make
+++ b/stepmake/stepmake/texinfo-rules.make
@@ -74,7 +74,7 @@ else
endif
ifeq ($(USE_EXTRACTPDFMARK),yes)
$(EXTRACTPDFMARK) -o $(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 $@
+ $(GS920) -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -dAutoRotatePages=/None -sOutputFile=$(outdir)/$*.final.pdf -c "30000000 setvmthreshold" -f $(top-build-dir)/out-fonts/*.font.ps $(outdir)/$*.pdfmark $(top-build-dir)/ps/out/cidres.ps $@
rm $@
mv $(outdir)/$*.final.pdf $@
endif
« mf/GNUmakefile ('K') | « scripts/build/gen-emmentaler-scripts.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b