summaryrefslogtreecommitdiff
path: root/docs-xml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs-xml/Makefile')
-rw-r--r--docs-xml/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs-xml/Makefile b/docs-xml/Makefile
index dd6777c895..74b1448890 100644
--- a/docs-xml/Makefile
+++ b/docs-xml/Makefile
@@ -159,9 +159,6 @@ $(PSDIR)/%.ps: %/index.xml $(PSDIR) xslt/latex.xsl %-images-eps
%.png: %.svg
$(INKSCAPE) -z -f $< --export-png=$@
-%.pdf: %.eps
- $(EPSTOPDF) $<
-
%.eps: %.png
$(PNGTOPNM) $< | $(PNMTOPS) > $@