Browse Source

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
Gerard Beekmans 24 years ago
parent
commit
713cffb780
2 changed files with 4 additions and 4 deletions
  1. 2 2
      HOWTO_EDIT
  2. 2 2
      README

+ 2 - 2
HOWTO_EDIT

@@ -11,7 +11,7 @@ more tricky ones.
 Whenever you make a change, no matter how small, update the book's version 
 Whenever you make a change, no matter how small, update the book's version 
 number:
 number:
 
 
-1) Open the intel.xml file.
+1) Open the index.xml file.
 
 
 2) Find <!ENTITY version "yyyymmdd"> and make sure it contains the date on 
 2) Find <!ENTITY version "yyyymmdd"> and make sure it contains the date on 
 which you are making the change. If today is June 11th, 2001, change it 
 which you are making the change. If today is June 11th, 2001, change it 
@@ -62,7 +62,7 @@ updates.
 8) Obtain the file size of the newly created tarball by running ls -l,
 8) Obtain the file size of the newly created tarball by running ls -l,
 divide the number by 1024 and remeber the result.
 divide the number by 1024 and remeber the result.
 
 
-9) Open the intel.xml file.
+9) Open the index.xml file.
 
 
 10) At the bottom of the file find the ENTITY that belongs to the package. 
 10) At the bottom of the file find the ENTITY that belongs to the package. 
 You'll find it as <!ENTITY package-version "version">. Change the 
 You'll find it as <!ENTITY package-version "version">. Change the 

+ 2 - 2
README

@@ -11,7 +11,7 @@ that directory. Now run:
 	/usr/bin/openjade -t sgml \
 	/usr/bin/openjade -t sgml \
 		-d /usr/share/dsssl/docbook/html/lfs.dsl \
 		-d /usr/share/dsssl/docbook/html/lfs.dsl \
 		/usr/share/dsssl/docbook/dtds/decls/xml.dcl \
 		/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
 While openjade is running you will see a lot of the following kind of
 errors:
 errors:
@@ -38,7 +38,7 @@ The NOCHUNKS HTML version is one big HTML file:
 		-V nochunks \
 		-V nochunks \
 		-d /usr/share/dsssl/docbook/html/lfs.dsl \
 		-d /usr/share/dsssl/docbook/html/lfs.dsl \
 		/usr/share/dsssl/docbook/dtds/decls/xml.dcl \
 		/usr/share/dsssl/docbook/dtds/decls/xml.dcl \
-		/path/to/intel.xml > nochunks.html
+		/path/to/index.xml > nochunks.html
 
 
 XML to TXT:
 XML to TXT:
 -----------
 -----------