LDP/LDP/retired/PLD-Guide/make

8 lines
147 B
Plaintext
Raw Normal View History

2002-02-16 00:49:18 +00:00
#!/bin/bash
2002-05-26 10:26:06 +00:00
DEST=/home/httpd/html/tmp/PLD-Guide/
rm -rf $DEST
2002-02-16 00:49:18 +00:00
umask 022
mkdir $DEST
2002-05-26 10:26:06 +00:00
docbook2html --output $DEST PLD-Guide.xml
chmod -R a+rX $DEST/