summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2005-04-14 00:04:36 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2005-04-14 00:04:36 +0000
commit401bfa5ec50ad1592cd701b8dcec21fec54b79ab (patch)
tree84a6593feb2ca5f44cefa6465d74f2e00a580ef3 /make
parentef61cb7775f33d4a6cf46f2e54e07736ac8f5d09 (diff)
* make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
.pdf rule to tex-rules.make. * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments from -systems.* output. * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF directly, remove -$(PAGESIZE) target.
Diffstat (limited to 'make')
-rw-r--r--make/ly-rules.make22
1 files changed, 0 insertions, 22 deletions
diff --git a/make/ly-rules.make b/make/ly-rules.make
index d276e188ef..b9581518ca 100644
--- a/make/ly-rules.make
+++ b/make/ly-rules.make
@@ -27,28 +27,6 @@ $(outdir)/%.nexi: %.tely
$(outdir)/%.info: $(outdir)/%.nexi
$(MAKEINFO) -I $(outdir) --output=$(outdir)/$(*F).info $<
-# Timothy's booklet
-#
-$(outdir)/%-book.ps: $(outdir)/%.ps
- psbook $< $<.tmp
- pstops '2:0L@.7(21cm,0)+1L@.7(21cm,14.85cm)' $<.tmp $@
-
-$(outdir)/%.pdf: $(outdir)/%.dvi
- $(shell cd $(outdir) \
- && dvips $(DVIPS_FLAGS) -t $(DVIPS_PAPERSIZE) \
- -o $(notdir $@).pdfps $(notdir $<) \
- && gs -dCompatibilityLevel=1.2\
- -sPAPERSIZE=a4\
- -q\
- -dNOPAUSE\
- -dBATCH\
- -sDEVICE=pdfwrite\
- -sOutputFile=$(notdir $@)\
- -dCompatibilityLevel=1.2\
- -sPAPERSIZE=a4\
- -c .setpdfwrite\
- -f $(notdir $@).pdfps)
-
$(outdir)/%.html.omf: %.tely
$(call GENERATE_OMF,html)