From: <smi...@us...> - 2004-01-01 21:42:59
|
Update of /cvsroot/devil-linux/scripts/webtools In directory sc8-pr-cvs1:/tmp/cvs-serv16532 Modified Files: generate_docs_from_cvs Log Message: rename documentation html file Index: generate_docs_from_cvs =================================================================== RCS file: /cvsroot/devil-linux/scripts/webtools/generate_docs_from_cvs,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- generate_docs_from_cvs 1 Jan 2004 21:30:32 -0000 1.4 +++ generate_docs_from_cvs 1 Jan 2004 21:42:56 -0000 1.5 @@ -23,6 +23,7 @@ cp -dpR build/docs/documentation/stylesheets/images/*.png output.html/images || exit 1 cp -dpR build/docs/documentation/documentation.css output.html || exit 1 cp -dpR build/docs/documentation/images/*.png output.html/images || exit 1 + mv output.html/index.html output.html/documentation.html mv output.html docu/$1 || exit 1 rm -rf build |