aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-10-05 02:04:32 +0000
committerBruce Momjian <bruce@momjian.us>2006-10-05 02:04:32 +0000
commitb680a1d9add49e76ba15ca8e21fb105c3ccc6e4c (patch)
tree8204945df8e0e1d04a836bb16d923726938485e9
parentb2c04d5e6bced78947cec4e83905ea3e64476b85 (diff)
downloadpostgresql-b680a1d9add49e76ba15ca8e21fb105c3ccc6e4c.tar.gz
postgresql-b680a1d9add49e76ba15ca8e21fb105c3ccc6e4c.zip
Update DB2X texinfo example code.
Andreas Seltenreich
-rw-r--r--doc/src/sgml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile
index 53370ccaf83..010cabbf833 100644
--- a/doc/src/sgml/Makefile
+++ b/doc/src/sgml/Makefile
@@ -2,7 +2,7 @@
#
# PostgreSQL documentation makefile
#
-# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.77 2006/10/03 21:13:17 momjian Exp $
+# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.78 2006/10/05 02:04:32 momjian Exp $
#
#----------------------------------------------------------------------------
@@ -231,7 +231,7 @@ DB2X_XSLTPROC = db2x_xsltproc
MAKEINFO = makeinfo
postgres.texixml: postgres.xml
- $(DB2X_XSLTPROC) -s texi $< -o $@
+ $(DB2X_XSLTPROC) -s texi -g output-file=$(basename $@) $< -o $@
postgres.texi: postgres.texixml
$(DB2X_TEXIXML) --encoding=iso-8859-1//TRANSLIT $< \