diff doc/Makefile @ 2406:3f66eb446aa4 maint-0.7

copy, not move
author Richard Jones <richard@users.sourceforge.net>
date Tue, 08 Jun 2004 23:45:03 +0000
parents e19284d8d2a4
children 7e823f8938e9
line wrap: on
line diff
--- a/doc/Makefile	Tue Jun 08 10:28:18 2004 +0000
+++ b/doc/Makefile	Tue Jun 08 23:45:03 2004 +0000
@@ -13,7 +13,7 @@
 all: ${COMPILED} ${WEBHT}
 
 website: ${WEBHT}
-	mv *.ht ${WEBDIR}
+	cp *.ht ${WEBDIR}
 
 %.html: %.txt
 	${STXTOHTML} --report=warning -d $< $@

Roundup Issue Tracker: http://roundup-tracker.org/