comparison 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
comparison
equal deleted inserted replaced
2404:e19284d8d2a4 2406:3f66eb446aa4
11 WEBHT := $(SOURCE:.txt=.ht) 11 WEBHT := $(SOURCE:.txt=.ht)
12 12
13 all: ${COMPILED} ${WEBHT} 13 all: ${COMPILED} ${WEBHT}
14 14
15 website: ${WEBHT} 15 website: ${WEBHT}
16 mv *.ht ${WEBDIR} 16 cp *.ht ${WEBDIR}
17 17
18 %.html: %.txt 18 %.html: %.txt
19 ${STXTOHTML} --report=warning -d $< $@ 19 ${STXTOHTML} --report=warning -d $< $@
20 20
21 %.ht: %.txt 21 %.ht: %.txt

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