changeset 274:b32bdb9db447

Copy images in HTML directory.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 16 Feb 2006 22:02:18 +0000
parents 754a6e8fc369
children 3e167dd18d60
files docs/build-docs.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/build-docs.sh	Thu Feb 16 16:43:15 2006 +0000
+++ b/docs/build-docs.sh	Thu Feb 16 22:02:18 2006 +0000
@@ -45,6 +45,8 @@
 fi
 
 if test -d "$HTMLPATH"; then
+	cp *.gif "$HTMLPATH"
+	
 	$JW -f docbook -b html -o "$HTMLPATH" "$SRCFILE"
 
 	echo "** Checking for HTML Tidy ..."