comedi-www/Makefile
David Schleef 9c10d5a271 updates
2005-04-08 02:49:29 +00:00

17 lines
263 B
Makefile
Executable file

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