File tree Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# PostgreSQL documentation makefile
4
4
#
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 $
6
6
#
7
7
# ----------------------------------------------------------------------------
8
8
@@ -37,9 +37,6 @@ ifndef SGMLSPL
37
37
SGMLSPL = sgmlspl
38
38
endif
39
39
40
- CONVERT = convert
41
- EPSTOPDF = epstopdf
42
-
43
40
# docbook2man generates man pages from docbook refentry source code.
44
41
D2MSCRIPT = $(D2MDIR ) /docbook2man-spec.pl
45
42
@@ -182,18 +179,6 @@ JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d $(srcdir)/styl
182
179
$(JADE ) $(JADEFLAGS ) $(SGMLINCLUDE ) $(CATALOG ) -d stylesheet.dsl -t fot -i output-print -o $@ $<
183
180
184
181
185
- # Graphics
186
-
187
- % .gif :
188
- cp $(srcdir ) /../graphics/$@ .
189
-
190
- % .eps : % .gif
191
- $(CONVERT ) $< eps:$@
192
-
193
- % .pdf : % .eps
194
- $(EPSTOPDF ) $<
195
-
196
-
197
182
# #
198
183
# # Semi-automatic generation of some text files.
199
184
# #
@@ -290,11 +275,11 @@ check: postgres.sgml $(ALLSGML)
290
275
291
276
clean distclean maintainer-clean :
292
277
# HTML
293
- rm -f HTML.manifest *.html *.gif
278
+ rm -f HTML.manifest *.html
294
279
# man
295
280
rm -rf *.1 *.$(DEFAULTSECTION) man1 man$(DEFAULTSECTION) manpage.refs manpage.links manpage.log
296
281
# 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
298
283
# index
299
284
rm -f HTML.index HTML.index.start $(GENERATED_SGML)
300
285
# text
You can’t perform that action at this time.
0 commit comments