From 89a3758eb898baefdc0d4f4aa3cf48042b3c4508 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 20 Mar 2002 18:07:58 +0000 Subject: [PATCH] added mkdir commands git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1732 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 0c1051865..f9c2ce9b3 100644 --- a/README +++ b/README @@ -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 \