Commit a37a0a41 authored by Peter Eisentraut's avatar Peter Eisentraut

Remove unused, occasionally confusing graphics building support.

parent 9dd4d271
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# PostgreSQL documentation makefile # PostgreSQL documentation makefile
# #
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.101 2007/10/07 00:32:11 alvherre Exp $ # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.102 2007/12/05 10:06:08 petere Exp $
# #
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
...@@ -37,9 +37,6 @@ ifndef SGMLSPL ...@@ -37,9 +37,6 @@ ifndef SGMLSPL
SGMLSPL = sgmlspl SGMLSPL = sgmlspl
endif endif
CONVERT = convert
EPSTOPDF = epstopdf
# docbook2man generates man pages from docbook refentry source code. # docbook2man generates man pages from docbook refentry source code.
D2MSCRIPT= $(D2MDIR)/docbook2man-spec.pl D2MSCRIPT= $(D2MDIR)/docbook2man-spec.pl
...@@ -182,18 +179,6 @@ JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d $(srcdir)/styl ...@@ -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 $@ $< $(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. ## Semi-automatic generation of some text files.
## ##
...@@ -290,11 +275,11 @@ check: postgres.sgml $(ALLSGML) ...@@ -290,11 +275,11 @@ check: postgres.sgml $(ALLSGML)
clean distclean maintainer-clean: clean distclean maintainer-clean:
# HTML # HTML
rm -f HTML.manifest *.html *.gif rm -f HTML.manifest *.html
# man # man
rm -rf *.1 *.$(DEFAULTSECTION) man1 man$(DEFAULTSECTION) manpage.refs manpage.links manpage.log rm -rf *.1 *.$(DEFAULTSECTION) man1 man$(DEFAULTSECTION) manpage.refs manpage.links manpage.log
# print # 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 # index
rm -f HTML.index HTML.index.start $(GENERATED_SGML) rm -f HTML.index HTML.index.start $(GENERATED_SGML)
# text # text
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment