aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-06-29 14:00:42 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-06-29 14:00:42 +0000
commit713cffb78024d6be0a6ee268ba4ccbd708d86949 (patch)
tree9be937f79bbeb9c461e9063dc153c4a952c111c3 /README
parent6c72d9dd4a3e263cf47b4bbbfe6cde6acb7dad0f (diff)
Updated to use index.xml rather than intel.xml
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@730 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index ae39e9242..82ef56f7f 100644
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ that directory. Now run:
/usr/bin/openjade -t sgml \
-d /usr/share/dsssl/docbook/html/lfs.dsl \
/usr/share/dsssl/docbook/dtds/decls/xml.dcl \
- /path/to/intel.xml
+ /path/to/index.xml
While openjade is running you will see a lot of the following kind of
errors:
@@ -38,7 +38,7 @@ The NOCHUNKS HTML version is one big HTML file:
-V nochunks \
-d /usr/share/dsssl/docbook/html/lfs.dsl \
/usr/share/dsssl/docbook/dtds/decls/xml.dcl \
- /path/to/intel.xml > nochunks.html
+ /path/to/index.xml > nochunks.html
XML to TXT:
-----------