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

Commitc82fdb6

Browse files
committed
Print builds don't actually depend on html target (anymore).
1 parente97281c commitc82fdb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/Makefile

Lines changed: 4 additions & 4 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.129 2009/08/28 20:26:18 petere Exp $
5+
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.130 2009/09/14 13:23:48 petere Exp $
66
#
77
#----------------------------------------------------------------------------
88

@@ -134,7 +134,7 @@ features-unsupported.sgml: $(top_srcdir)/src/backend/catalog/sql_feature_package
134134

135135

136136
# RTF to allow minor editing for hardcopy
137-
%.rtf:%.sgml$(ALLSGML) html
137+
%.rtf:%.sgml$(ALLSGML)
138138
$(JADE)$(JADEFLAGS)$(SGMLINCLUDE)$(CATALOG) -d stylesheet.dsl -t rtf -V rtf-backend -i output-print -i include-index postgres.sgml
139139

140140
# TeX
@@ -148,7 +148,7 @@ JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d $(srcdir)/styl
148148
%-A4.tex-ps%-A4.tex-pdf : JADE_PAPER=A4
149149
%-US.tex-ps%-US.tex-pdf : JADE_PAPER=USletter
150150

151-
%-A4.tex-ps%-US.tex-ps%-A4.tex-pdf%-US.tex-pdf:%.sgml$(ALLSGML) html
151+
%-A4.tex-ps%-US.tex-ps%-A4.tex-pdf%-US.tex-pdf:%.sgml$(ALLSGML)
152152
$(JADE.tex.call) -V$(JADE_OUTPUT) -V'%paper-type%'=$(JADE_PAPER) -o$@$<
153153

154154
%.dvi:%.tex-ps
@@ -182,7 +182,7 @@ postgres.pdf:
182182
# This generates an XML version of the flow-object tree. It's useful
183183
# for debugging DSSSL code, and possibly to interface to some other
184184
# tools that can make use of this.
185-
%.fot:%.sgml$(ALLSGML) html
185+
%.fot:%.sgml$(ALLSGML)
186186
$(JADE)$(JADEFLAGS)$(SGMLINCLUDE)$(CATALOG) -d stylesheet.dsl -t fot -i output-print -i include-index -o$@$<
187187

188188

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp