comedi-www/Makefile
David Schleef b6260acf6f add
2005-04-08 00:07:20 +00:00

17 lines
245 B
Makefile
Executable file

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