From 0adc1e98d804f02b20797b94bf9a6d69306b2705 Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Fri, 11 Feb 2000 22:43:01 +0000 Subject: update to reflect current state --- components/help/converters/gnome-db2html2/README | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'components/help/converters/gnome-db2html2') diff --git a/components/help/converters/gnome-db2html2/README b/components/help/converters/gnome-db2html2/README index e47ffa89e..fb873a0c3 100644 --- a/components/help/converters/gnome-db2html2/README +++ b/components/help/converters/gnome-db2html2/README @@ -7,7 +7,7 @@ For those doc people who want to play with this, and don't want to configure nautilus, you can compile it with the following command line: -gcc -o gnome-db2html2 `xml-config --cflags --libs` `gnome-config --cflags --libs glib` -Wall -g gdb3html.c toc-elements.c sect-elements.c +gcc -o gnome-db2html2 `xml-config --cflags --libs` `gnome-config --cflags --libs glib` -Wall -g gdb3html.c toc-elements.c sect-elements.c sect-preparse.c You can run it by doing: @@ -15,6 +15,9 @@ gnome-db2html2 file.sgml > file.html If you want to look at a particular section, do: -gnome-db2html2 file.sgml#sectid > sectid.html +gnome-db2html2 "file.sgml?sectid" > sectid.html --Jonathan +View in netscape/testgtkhtml as per normal. Note, internal links won't +work in any way, shape, or form. + + -Jonathan -- cgit v1.2.1