From: Paul V. <pa...@vi...> - 2003-08-10 10:01:34
|
Hi Tilo, and all, > I have committed the updated Docbook setup. Be aware that all files > (except the .zip archives) in the directories ./src/docs/docbook and > ./src/docs/docbookx still need to be purged from CVS. I ran into some trouble initially because the zip in src/docs/docbook creates its own subdir when unpacked. From there I had to move everything up one level. Here's a step-by-step for people who want to have a correctly set up manual module: 1. Checkout the manual module from CVS. 2. Go the the src/docs/docbook subdir, and delete all files and subdirs there EXCEPT docbook-xsl-1.60.1.zip 3. Unzip docbook-xsl-1.60.1.zip to src/docs/docbook (the current dir). This will create a new subtree docbook-xsl-1.60.1 within src/docs/docbook 4. Go to this new subdir docbook-xsl-1.60.1 and move everything in there (files and subdirs) up one level, i.e. to src/docs/docbook 5. Delete the now-empty subdir docbook-xsl-1.60.1 after having left it 6. Now go to the src/docs/docbookx subdir of the manual module. Delete all files and subdirs there EXCEPT docbkx412.zip 7. Unzip docbkx412.zip to src/docs/docbookx (the current dir). This will create a number of files and subdirs within src/docs/docbookx; don't move those, they are in the right place. Greetings, Paul Vinkenoog |