Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c04d5 commit b680a1dCopy full SHA for b680a1d
doc/src/sgml/Makefile
@@ -2,7 +2,7 @@
2
#
3
# PostgreSQL documentation makefile
4
5
-# $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 $
6
7
#----------------------------------------------------------------------------
8
@@ -231,7 +231,7 @@ DB2X_XSLTPROC = db2x_xsltproc
231
MAKEINFO = makeinfo
232
233
postgres.texixml: postgres.xml
234
- $(DB2X_XSLTPROC) -s texi $< -o $@
+ $(DB2X_XSLTPROC) -s texi -g output-file=$(basename $@) $< -o $@
235
236
postgres.texi: postgres.texixml
237
$(DB2X_TEXIXML) --encoding=iso-8859-1//TRANSLIT $< \
0 commit comments