public inbox for [email protected]
help / color / mirror / Atom feedFrom: Andreas Seltenreich <[email protected]>
To: Bruce Momjian <[email protected]>
Cc: Peter Eisentraut <[email protected]>
Cc: [email protected]
Subject: Re: Texinfo docs/target
Date: Thu, 05 Oct 2006 02:53:17 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
Bruce Momjian writes:
> Patch applied. Thanks.
Here's a small update to pass the basename of the target as a
stylesheet parameter. This makes the resulting info file work
properly when compressed or split. It also prevents Debian's
"install-info" script from choking.
Thanks,
andreas
Attachments:
[text/x-patch] Makefile.diff (580B, 2-Makefile.diff)
download | inline diff:
Index: doc/src/sgml/Makefile
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/Makefile,v
retrieving revision 1.77
diff -u -r1.77 Makefile
--- doc/src/sgml/Makefile 3 Oct 2006 21:13:17 -0000 1.77
+++ doc/src/sgml/Makefile 5 Oct 2006 00:32:33 -0000
@@ -231,7 +231,7 @@
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 $< \
view thread (7+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Texinfo docs/target
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox