Skip to content

Commit a37a0a4

Browse files
committed
Remove unused, occasionally confusing graphics building support.
1 parent 9dd4d27 commit a37a0a4

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

doc/src/sgml/Makefile

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# PostgreSQL documentation makefile
44
#
5-
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.101 2007/10/07 00:32:11 alvherre Exp $
5+
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.102 2007/12/05 10:06:08 petere Exp $
66
#
77
#----------------------------------------------------------------------------
88

@@ -37,9 +37,6 @@ ifndef SGMLSPL
3737
SGMLSPL = sgmlspl
3838
endif
3939

40-
CONVERT = convert
41-
EPSTOPDF = epstopdf
42-
4340
# docbook2man generates man pages from docbook refentry source code.
4441
D2MSCRIPT= $(D2MDIR)/docbook2man-spec.pl
4542

@@ -182,18 +179,6 @@ JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d $(srcdir)/styl
182179
$(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -t fot -i output-print -o $@ $<
183180

184181

185-
# Graphics
186-
187-
%.gif:
188-
cp $(srcdir)/../graphics/$@ .
189-
190-
%.eps: %.gif
191-
$(CONVERT) $< eps:$@
192-
193-
%.pdf: %.eps
194-
$(EPSTOPDF) $<
195-
196-
197182
##
198183
## Semi-automatic generation of some text files.
199184
##
@@ -290,11 +275,11 @@ check: postgres.sgml $(ALLSGML)
290275

291276
clean distclean maintainer-clean:
292277
# HTML
293-
rm -f HTML.manifest *.html *.gif
278+
rm -f HTML.manifest *.html
294279
# man
295280
rm -rf *.1 *.$(DEFAULTSECTION) man1 man$(DEFAULTSECTION) manpage.refs manpage.links manpage.log
296281
# print
297-
rm -f *.rtf *.tex-ps *.tex-pdf *.dvi *.aux *.log *.ps *.pdf *.out *.eps *.fot
282+
rm -f *.rtf *.tex-ps *.tex-pdf *.dvi *.aux *.log *.ps *.pdf *.out *.fot
298283
# index
299284
rm -f HTML.index HTML.index.start $(GENERATED_SGML)
300285
# text

0 commit comments

Comments
 (0)