Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita37a0a4

Browse files
committed
Remove unused, occasionally confusing graphics building support.
1 parent9dd4d27 commita37a0a4

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
cleandistcleanmaintainer-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)

[8]ページ先頭

©2009-2025 Movatter.jp