summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2005-04-13 23:05:28 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2005-04-13 23:05:28 +0000
commit0efdf125cb583a8da56486dec9e6be01998cab5b (patch)
treedf520a5e3a2c7eeee1212cf9cf6a0dd300b5659e /make
parentdf0085a0d6d4079566e46f7ff3f4565ac725e9b8 (diff)
* stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
directly, remove -$(PAGESIZE) target. * input/test/embedded-postscript.ly: update.
Diffstat (limited to 'make')
-rw-r--r--make/ly-rules.make5
1 files changed, 0 insertions, 5 deletions
diff --git a/make/ly-rules.make b/make/ly-rules.make
index 5048f717f4..71c279a155 100644
--- a/make/ly-rules.make
+++ b/make/ly-rules.make
@@ -35,11 +35,6 @@ $(outdir)/%-book.ps: $(outdir)/%.ps
$(outdir)/%.pdf: $(outdir)/%.dvi
$(cd $(outdir) && dvips $(DVIPS_FLAGS) -o $(notdir $@).pdfps -t $(DVIPS_PAPERSIZE) $(notdir $<) \
- && gs -dCompatibilityLevel=1.2 -sPAPERSIZE=a4 -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=$(notdir $@) -dCompatibilityLevel=1.2 -sPAPERSIZE=a4 -c .setpdfwrite -f $(notdir $@).pdfps )
-
-# without -dSAFER
-# gs 8.15 complains of safety of loading a ttf directly
-
$(outdir)/%.html.omf: %.tely
$(call GENERATE_OMF,html)