changeset 325:0416da54a325

Reverted.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 Mar 2006 11:44:52 +0000
parents c603b2d25935
children 6e10442a8432
files docs/build-docs.sh
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/build-docs.sh	Wed Mar 08 11:35:37 2006 +0000
+++ b/docs/build-docs.sh	Wed Mar 08 11:44:52 2006 +0000
@@ -48,7 +48,6 @@
 	cp *.gif "$HTMLPATH"
 	
 	$JW -f docbook -b html -o "$HTMLPATH" "$SRCFILE"
-	mv "$HTMLPATH/book1.html" "$HTMLPATH/manual.html"
 
 	echo "** Checking for HTML Tidy ..."
 	if test -n "$JW" && test -x "$JW"; then