diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-20 18:07:58 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-20 18:07:58 +0000 |
commit | 89a3758eb898baefdc0d4f4aa3cf48042b3c4508 (patch) | |
tree | c09600a6fc21f9623071e7b80fe6c44233d56bf5 /README | |
parent | 48826edeb37ae113a515477da7e1faad5190b32a (diff) |
added mkdir commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1732 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ XML to HTML: ------------ Create a directory in which you want to store the HTML files and cd into that directory. Now run: + + mkdir -p chapter0{1,2,3,4,5,6,7,8,9} preface appendix{a,b} && /usr/bin/openjade -t xml \ -d /usr/share/dsssl/docbook/html/lfs.dsl \ /usr/share/dsssl/docbook/dtds/decls/xml.dcl \ |