summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs-xml/Makefile3
-rw-r--r--docs-xml/Makefile.settings.in1
-rw-r--r--docs-xml/configure.ac1
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)