comedi-www/Makefile
David Schleef 766f83f866 updates
2006-08-16 23:12:50 +00:00

17 lines
270 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 . \
home.schleef.org:/home/www/comedi.org