diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-05-01 23:53:27 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-05-02 01:15:26 +0200 |
commit | fada9e915a19e95ccde68516fe57d1d260da739c (patch) | |
tree | 2eeaf1c71001dc0a2ba2d4103527b893f94171b2 /docs-xml/Makefile | |
parent | c4493c22f129b2c94f361e6f8657adc7cd2dc1c6 (diff) | |
download | samba-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/Makefile | 3 |
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) > $@ |