summaryrefslogtreecommitdiff
path: root/components/help/converters/gnome-db2html2
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@src.gnome.org>2000-02-11 22:43:01 +0000
committerJonathan Blandford <jrb@src.gnome.org>2000-02-11 22:43:01 +0000
commit0adc1e98d804f02b20797b94bf9a6d69306b2705 (patch)
treeacf46fde9d3cde47bf3eca032882f8f14024e645 /components/help/converters/gnome-db2html2
parent78cefc1a52637c35cffdab41967b37f7f1386e17 (diff)
downloadnautilus-0adc1e98d804f02b20797b94bf9a6d69306b2705.tar.gz
update to reflect current state
Diffstat (limited to 'components/help/converters/gnome-db2html2')
-rw-r--r--components/help/converters/gnome-db2html2/README9
1 files changed, 6 insertions, 3 deletions
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