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 | |
parent | c4493c22f129b2c94f361e6f8657adc7cd2dc1c6 (diff) | |
download | samba-fada9e915a19e95ccde68516fe57d1d260da739c.tar.gz samba-fada9e915a19e95ccde68516fe57d1d260da739c.tar.bz2 samba-fada9e915a19e95ccde68516fe57d1d260da739c.zip |
Remove rules for unused epstopdf.
-rw-r--r-- | docs-xml/Makefile | 3 | ||||
-rw-r--r-- | docs-xml/Makefile.settings.in | 1 | ||||
-rw-r--r-- | docs-xml/configure.ac | 1 |
3 files changed, 0 insertions, 5 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) > $@ diff --git a/docs-xml/Makefile.settings.in b/docs-xml/Makefile.settings.in index 635300110a..86c7373739 100644 --- a/docs-xml/Makefile.settings.in +++ b/docs-xml/Makefile.settings.in @@ -17,7 +17,6 @@ OUTPUTDIR = output ARCHIVEDIR = archive TEXINFODIR = $(OUTPUTDIR)/texi SRCDIR = ../source3 -EPSTOPDF = @EPSTOPDF@ MANPAGEDIR3 = manpages-3 SMBDOTCONFDOC = smbdotconf DOCBOOKDIR = tmp diff --git a/docs-xml/configure.ac b/docs-xml/configure.ac index 221081d748..16a9aaad2a 100644 --- a/docs-xml/configure.ac +++ b/docs-xml/configure.ac @@ -19,7 +19,6 @@ DOCS_TARGET_REQUIRE_PROGRAM(INKSCAPE, inkscape, HTMLHELP) DOCS_TARGET_REQUIRE_PROGRAM(INKSCAPE, inkscape, PEARSON) DOCS_TARGET_REQUIRE_PROGRAM(INKSCAPE, inkscape, PLUCKER) -DOCS_TARGET_REQUIRE_PROGRAM(EPSTOPDF, epstopdf, PDF) DOCS_TARGET_REQUIRE_PROGRAM(PNGTOPNM, pngtopnm, PS) DOCS_TARGET_REQUIRE_PROGRAM(PNMTOPS, pnmtops, PS) DOCS_TARGET_REQUIRE_PROGRAM(DBLATEX, dblatex, LATEX) |