comedi-www/Makefile

18 lines
245 B
Makefile
Raw Normal View History

2005-04-08 00:07:20 +00:00
htmlfiles = documentation.html download.html hardware.html \
index.html links.html mailinglist.html
all: $(htmlfiles)
%.html: %.xml comedi.xsl
xsltproc $< -o $@
push:
rsync -a --files-from=files . \
wendolyne:/home/www/comedi.org