From d8a07440fe7021caaf4823706af2e3e61a7492eb Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 5 Dec 2007 10:06:08 +0000 Subject: [PATCH] Remove unused, occasionally confusing graphics building support. --- doc/src/sgml/Makefile | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 5162435b48..a1252cd857 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -37,9 +37,6 @@ ifndef SGMLSPL SGMLSPL = sgmlspl endif -CONVERT = convert -EPSTOPDF = epstopdf - # docbook2man generates man pages from docbook refentry source code. D2MSCRIPT= $(D2MDIR)/docbook2man-spec.pl @@ -182,18 +179,6 @@ JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d $(srcdir)/styl $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -t fot -i output-print -o $@ $< -# Graphics - -%.gif: - cp $(srcdir)/../graphics/$@ . - -%.eps: %.gif - $(CONVERT) $< eps:$@ - -%.pdf: %.eps - $(EPSTOPDF) $< - - ## ## Semi-automatic generation of some text files. ## @@ -290,11 +275,11 @@ check: postgres.sgml $(ALLSGML) clean distclean maintainer-clean: # HTML - rm -f HTML.manifest *.html *.gif + rm -f HTML.manifest *.html # man rm -rf *.1 *.$(DEFAULTSECTION) man1 man$(DEFAULTSECTION) manpage.refs manpage.links manpage.log # print - rm -f *.rtf *.tex-ps *.tex-pdf *.dvi *.aux *.log *.ps *.pdf *.out *.eps *.fot + rm -f *.rtf *.tex-ps *.tex-pdf *.dvi *.aux *.log *.ps *.pdf *.out *.fot # index rm -f HTML.index HTML.index.start $(GENERATED_SGML) # text -- 2.39.5