comedi-www/Makefile

18 lines
267 B
Makefile
Raw Normal View History

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