2
2
#
3
3
# PostgreSQL documentation makefile
4
4
#
5
- # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.81 2006/12/02 01:26:19 petere Exp $
5
+ # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.82 2006/12/10 01:53:15 petere Exp $
6
6
#
7
7
# ----------------------------------------------------------------------------
8
8
@@ -225,6 +225,7 @@ testxml: stylesheet.xsl postgres.xml
225
225
htmlhelp : stylesheet-hh.xsl postgres.xml
226
226
$(XSLTPROC ) $(XSLTPROCFLAGS ) --stringparam pg.version' $(VERSION)' $^
227
227
228
+
228
229
# #
229
230
# # Experimental Texinfo targets
230
231
# #
@@ -233,16 +234,18 @@ DB2X_TEXIXML = db2x_texixml
233
234
DB2X_XSLTPROC = db2x_xsltproc
234
235
MAKEINFO = makeinfo
235
236
236
- postgres .texixml :postgres .xml
237
+ % .texixml :% .xml
237
238
$(DB2X_XSLTPROC ) -s texi -g output-file=$(basename $@ ) $< -o$@
238
239
239
- postgres.texi : postgres.texixml
240
- $(DB2X_TEXIXML ) --encoding=iso-8859-1//TRANSLIT$< \
241
- --to-stdout> $@
240
+ % .texi :% .texixml
241
+ $(DB2X_TEXIXML ) --encoding=iso-8859-1//TRANSLIT$< --to-stdout> $@
242
+
243
+ % .info :% .texi
244
+ $(MAKEINFO ) --enable-encoding --no-split --no-validate$< -o$@
245
+
246
+ # Cancel built-in suffix rules, interfering with PS building
247
+ .SUFFIXES :
242
248
243
- postgres.info : postgres.texi
244
- $(MAKEINFO ) --enable-encoding --no-split\
245
- --no-validate$< -o$@
246
249
247
250
# #
248
251
# # Check