* Index don't want to build...
@ 2002-12-20 19:23 Herman Bruyninckx
2002-07-28 23:41 ` Herman Bruyninckx
2002-12-20 19:23 ` Peter Toft
0 siblings, 2 replies; 12+ messages in thread
From: Herman Bruyninckx @ 2002-12-20 19:23 UTC (permalink / raw)
To: docbook-tools-discuss
I'm trying to make an index for my document, according to the
documentation at
<http://www.tldp.org/LDP/LDP-Author-Guide/compiles-sgml>
and various other places. That is, I use collateindex.pl and jade,
but the critical HTML.xml file remains empty...
What do I do wrong?
Herman
--
K.U.Leuven, Mechanical Engineering, Robotics Research Group
<http://www.mech.kuleuven.ac.be/~bruyninc> +32 16 322480
^ permalink raw reply [flat|nested] 12+ messages in thread
* Index don't want to build...
2002-12-20 19:23 Index don't want to build Herman Bruyninckx
@ 2002-07-28 23:41 ` Herman Bruyninckx
2002-12-20 19:23 ` Peter Toft
1 sibling, 0 replies; 12+ messages in thread
From: Herman Bruyninckx @ 2002-07-28 23:41 UTC (permalink / raw)
To: docbook-tools-discuss
I'm trying to make an index for my document, according to the
documentation at
<http://www.tldp.org/LDP/LDP-Author-Guide/compiles-sgml>
and various other places. That is, I use collateindex.pl and jade,
but the critical HTML.xml file remains empty...
What do I do wrong?
Herman
--
K.U.Leuven, Mechanical Engineering, Robotics Research Group
<http://www.mech.kuleuven.ac.be/~bruyninc> +32 16 322480
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Index don't want to build...
2002-12-20 19:23 Index don't want to build Herman Bruyninckx
2002-07-28 23:41 ` Herman Bruyninckx
@ 2002-12-20 19:23 ` Peter Toft
2002-07-30 14:39 ` Peter Toft
2002-12-20 19:23 ` Herman Bruyninckx
1 sibling, 2 replies; 12+ messages in thread
From: Peter Toft @ 2002-12-20 19:23 UTC (permalink / raw)
To: Herman Bruyninckx; +Cc: docbook-tools-discuss
On Mon, 29 Jul 2002, Herman Bruyninckx wrote:
> I'm trying to make an index for my document, according to the
> documentation at
> <http://www.tldp.org/LDP/LDP-Author-Guide/compiles-sgml>
> and various other places. That is, I use collateindex.pl and jade,
> but the critical HTML.xml file remains empty...
>
> What do I do wrong?
Try
perl ./collateindex.pl -g -N -o index.sgml
db2html -j "-V html-index" main-file.sgml
perl ./collateindex.pl -g -o index.sgml main-file/HTML.index (*)
db2html main-file.sgml
(*) the main-file/HTML.index might be places in another
sub-dir depending on the id you give the book.
Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto
Linux!, because reboots are only for *kernel* upgrades!
--- Sid Young
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Index don't want to build...
2002-12-20 19:23 ` Peter Toft
@ 2002-07-30 14:39 ` Peter Toft
2002-12-20 19:23 ` Herman Bruyninckx
1 sibling, 0 replies; 12+ messages in thread
From: Peter Toft @ 2002-07-30 14:39 UTC (permalink / raw)
To: Herman Bruyninckx; +Cc: docbook-tools-discuss
On Mon, 29 Jul 2002, Herman Bruyninckx wrote:
> I'm trying to make an index for my document, according to the
> documentation at
> <http://www.tldp.org/LDP/LDP-Author-Guide/compiles-sgml>
> and various other places. That is, I use collateindex.pl and jade,
> but the critical HTML.xml file remains empty...
>
> What do I do wrong?
Try
perl ./collateindex.pl -g -N -o index.sgml
db2html -j "-V html-index" main-file.sgml
perl ./collateindex.pl -g -o index.sgml main-file/HTML.index (*)
db2html main-file.sgml
(*) the main-file/HTML.index might be places in another
sub-dir depending on the id you give the book.
Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto
Linux!, because reboots are only for *kernel* upgrades!
--- Sid Young
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Index don't want to build...
2002-12-20 19:23 ` Peter Toft
2002-07-30 14:39 ` Peter Toft
@ 2002-12-20 19:23 ` Herman Bruyninckx
2002-07-31 0:24 ` Herman Bruyninckx
2002-12-20 19:23 ` Tim Waugh
1 sibling, 2 replies; 12+ messages in thread
From: Herman Bruyninckx @ 2002-12-20 19:23 UTC (permalink / raw)
Cc: docbook-tools-discuss
On Tue, 30 Jul 2002, Peter Toft wrote:
> On Mon, 29 Jul 2002, Herman Bruyninckx wrote:
>
> > I'm trying to make an index for my document, according to the
> > documentation at
> > <http://www.tldp.org/LDP/LDP-Author-Guide/compiles-sgml>
> > and various other places. That is, I use collateindex.pl and jade,
> > but the critical HTML.xml file remains empty...
> >
> > What do I do wrong?
>
> Try
> perl ./collateindex.pl -g -N -o index.sgml
> db2html -j "-V html-index" main-file.sgml
This second step fails... It just doesn't want to run. It makes a
html-index directory, and then returns:
db2html -j -V html-index rtHOWTO.sgml
output is html-index
Usage: jw [<options>] <sgml_file>
where <options> are:
[...]
Herman
--
K.U.Leuven, Mechanical Engineering, Robotics Research Group
<http://www.mech.kuleuven.ac.be/~bruyninc> +32 16 322480
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Index don't want to build...
2002-12-20 19:23 ` Herman Bruyninckx
@ 2002-07-31 0:24 ` Herman Bruyninckx
2002-12-20 19:23 ` Tim Waugh
1 sibling, 0 replies; 12+ messages in thread
From: Herman Bruyninckx @ 2002-07-31 0:24 UTC (permalink / raw)
Cc: docbook-tools-discuss
On Tue, 30 Jul 2002, Peter Toft wrote:
> On Mon, 29 Jul 2002, Herman Bruyninckx wrote:
>
> > I'm trying to make an index for my document, according to the
> > documentation at
> > <http://www.tldp.org/LDP/LDP-Author-Guide/compiles-sgml>
> > and various other places. That is, I use collateindex.pl and jade,
> > but the critical HTML.xml file remains empty...
> >
> > What do I do wrong?
>
> Try
> perl ./collateindex.pl -g -N -o index.sgml
> db2html -j "-V html-index" main-file.sgml
This second step fails... It just doesn't want to run. It makes a
html-index directory, and then returns:
db2html -j -V html-index rtHOWTO.sgml
output is html-index
Usage: jw [<options>] <sgml_file>
where <options> are:
[...]
Herman
--
K.U.Leuven, Mechanical Engineering, Robotics Research Group
<http://www.mech.kuleuven.ac.be/~bruyninc> +32 16 322480
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Index don't want to build...
2002-12-20 19:23 ` Herman Bruyninckx
2002-07-31 0:24 ` Herman Bruyninckx
@ 2002-12-20 19:23 ` Tim Waugh
2002-07-31 2:35 ` Tim Waugh
2002-12-20 19:23 ` Herman Bruyninckx
1 sibling, 2 replies; 12+ messages in thread
From: Tim Waugh @ 2002-12-20 19:23 UTC (permalink / raw)
To: Herman Bruyninckx; +Cc: docbook-tools-discuss
[-- Attachment #1: Type: text/plain, Size: 427 bytes --]
On Wed, Jul 31, 2002 at 09:12:51AM +0200, Herman Bruyninckx wrote:
> This second step fails... It just doesn't want to run. It makes a
> html-index directory, and then returns:
> db2html -j -V html-index rtHOWTO.sgml
> output is html-index
> Usage: jw [<options>] <sgml_file>
> where <options> are:
> [...]
I think you are using an older version of docbook-utils. The latest
version is 0.6.11.
Tim.
*/
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Index don't want to build...
2002-12-20 19:23 ` Tim Waugh
@ 2002-07-31 2:35 ` Tim Waugh
2002-12-20 19:23 ` Herman Bruyninckx
1 sibling, 0 replies; 12+ messages in thread
From: Tim Waugh @ 2002-07-31 2:35 UTC (permalink / raw)
To: Herman Bruyninckx; +Cc: docbook-tools-discuss
[-- Attachment #1: Type: text/plain, Size: 427 bytes --]
On Wed, Jul 31, 2002 at 09:12:51AM +0200, Herman Bruyninckx wrote:
> This second step fails... It just doesn't want to run. It makes a
> html-index directory, and then returns:
> db2html -j -V html-index rtHOWTO.sgml
> output is html-index
> Usage: jw [<options>] <sgml_file>
> where <options> are:
> [...]
I think you are using an older version of docbook-utils. The latest
version is 0.6.11.
Tim.
*/
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Index don't want to build...
2002-12-20 19:23 ` Tim Waugh
2002-07-31 2:35 ` Tim Waugh
@ 2002-12-20 19:23 ` Herman Bruyninckx
2002-07-31 2:49 ` Herman Bruyninckx
2002-12-20 19:23 ` Tim Waugh
1 sibling, 2 replies; 12+ messages in thread
From: Herman Bruyninckx @ 2002-12-20 19:23 UTC (permalink / raw)
Cc: docbook-tools-discuss
On Wed, 31 Jul 2002, Tim Waugh wrote:
> On Wed, Jul 31, 2002 at 09:12:51AM +0200, Herman Bruyninckx wrote:
>
> > This second step fails... It just doesn't want to run. It makes a
> > html-index directory, and then returns:
> > db2html -j -V html-index rtHOWTO.sgml
> > output is html-index
> > Usage: jw [<options>] <sgml_file>
> > where <options> are:
> > [...]
>
> I think you are using an older version of docbook-utils. The latest
> version is 0.6.11.
>
I don't think so. This is from my log:
db2pdf rtHOWTO.xml
Using catalogs: /etc/sgml/catalog
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.11/docbook-utils.dsl#print
I'm writing an .xml file; could that be a problem? But this file does
_not_ start with the <xml...> header, so I think it behaves as an sgml
file...
Herman
--
K.U.Leuven, Mechanical Engineering, Robotics Research Group
<http://www.mech.kuleuven.ac.be/~bruyninc> +32 16 322480
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Index don't want to build...
2002-12-20 19:23 ` Herman Bruyninckx
@ 2002-07-31 2:49 ` Herman Bruyninckx
2002-12-20 19:23 ` Tim Waugh
1 sibling, 0 replies; 12+ messages in thread
From: Herman Bruyninckx @ 2002-07-31 2:49 UTC (permalink / raw)
Cc: docbook-tools-discuss
On Wed, 31 Jul 2002, Tim Waugh wrote:
> On Wed, Jul 31, 2002 at 09:12:51AM +0200, Herman Bruyninckx wrote:
>
> > This second step fails... It just doesn't want to run. It makes a
> > html-index directory, and then returns:
> > db2html -j -V html-index rtHOWTO.sgml
> > output is html-index
> > Usage: jw [<options>] <sgml_file>
> > where <options> are:
> > [...]
>
> I think you are using an older version of docbook-utils. The latest
> version is 0.6.11.
>
I don't think so. This is from my log:
db2pdf rtHOWTO.xml
Using catalogs: /etc/sgml/catalog
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.11/docbook-utils.dsl#print
I'm writing an .xml file; could that be a problem? But this file does
_not_ start with the <xml...> header, so I think it behaves as an sgml
file...
Herman
--
K.U.Leuven, Mechanical Engineering, Robotics Research Group
<http://www.mech.kuleuven.ac.be/~bruyninc> +32 16 322480
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Index don't want to build...
2002-12-20 19:23 ` Herman Bruyninckx
2002-07-31 2:49 ` Herman Bruyninckx
@ 2002-12-20 19:23 ` Tim Waugh
2002-07-31 2:57 ` Tim Waugh
1 sibling, 1 reply; 12+ messages in thread
From: Tim Waugh @ 2002-12-20 19:23 UTC (permalink / raw)
To: Herman Bruyninckx; +Cc: docbook-tools-discuss
[-- Attachment #1: Type: text/plain, Size: 916 bytes --]
On Wed, Jul 31, 2002 at 11:38:17AM +0200, Herman Bruyninckx wrote:
> On Wed, 31 Jul 2002, Tim Waugh wrote:
>
> > On Wed, Jul 31, 2002 at 09:12:51AM +0200, Herman Bruyninckx wrote:
> >
> > > This second step fails... It just doesn't want to run. It makes a
> > > html-index directory, and then returns:
> > > db2html -j -V html-index rtHOWTO.sgml
> > > output is html-index
> > > Usage: jw [<options>] <sgml_file>
> > > where <options> are:
> > > [...]
> >
> > I think you are using an older version of docbook-utils. The latest
> > version is 0.6.11.
> >
> I don't think so. This is from my log:
Oh, sorry, I'd assumed that it was -V that it was complaining about
(-V was introduced in about 0.6.10), but it seems that it's -j.
I've never seen this option before. I wonder what it's supposed to
do. It doesn't look like it's something openjade understands either.
Tim.
*/
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Index don't want to build...
2002-12-20 19:23 ` Tim Waugh
@ 2002-07-31 2:57 ` Tim Waugh
0 siblings, 0 replies; 12+ messages in thread
From: Tim Waugh @ 2002-07-31 2:57 UTC (permalink / raw)
To: Herman Bruyninckx; +Cc: docbook-tools-discuss
[-- Attachment #1: Type: text/plain, Size: 916 bytes --]
On Wed, Jul 31, 2002 at 11:38:17AM +0200, Herman Bruyninckx wrote:
> On Wed, 31 Jul 2002, Tim Waugh wrote:
>
> > On Wed, Jul 31, 2002 at 09:12:51AM +0200, Herman Bruyninckx wrote:
> >
> > > This second step fails... It just doesn't want to run. It makes a
> > > html-index directory, and then returns:
> > > db2html -j -V html-index rtHOWTO.sgml
> > > output is html-index
> > > Usage: jw [<options>] <sgml_file>
> > > where <options> are:
> > > [...]
> >
> > I think you are using an older version of docbook-utils. The latest
> > version is 0.6.11.
> >
> I don't think so. This is from my log:
Oh, sorry, I'd assumed that it was -V that it was complaining about
(-V was introduced in about 0.6.10), but it seems that it's -j.
I've never seen this option before. I wonder what it's supposed to
do. It doesn't look like it's something openjade understands either.
Tim.
*/
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2002-07-31 9:57 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-20 19:23 Index don't want to build Herman Bruyninckx
2002-07-28 23:41 ` Herman Bruyninckx
2002-12-20 19:23 ` Peter Toft
2002-07-30 14:39 ` Peter Toft
2002-12-20 19:23 ` Herman Bruyninckx
2002-07-31 0:24 ` Herman Bruyninckx
2002-12-20 19:23 ` Tim Waugh
2002-07-31 2:35 ` Tim Waugh
2002-12-20 19:23 ` Herman Bruyninckx
2002-07-31 2:49 ` Herman Bruyninckx
2002-12-20 19:23 ` Tim Waugh
2002-07-31 2:57 ` Tim Waugh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).