summaryrefslogtreecommitdiff
path: root/docs-xml/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-05-01 23:53:27 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-05-02 01:15:26 +0200
commitfada9e915a19e95ccde68516fe57d1d260da739c (patch)
tree2eeaf1c71001dc0a2ba2d4103527b893f94171b2 /docs-xml/Makefile
parentc4493c22f129b2c94f361e6f8657adc7cd2dc1c6 (diff)
downloadsamba-fada9e915a19e95ccde68516fe57d1d260da739c.tar.gz
samba-fada9e915a19e95ccde68516fe57d1d260da739c.tar.bz2
samba-fada9e915a19e95ccde68516fe57d1d260da739c.zip
Remove rules for unused epstopdf.
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) > $@