comedi-www/Makefile

23 lines
412 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 --xinclude $< -o $@
2005-04-08 00:07:20 +00:00
push:
rsync -a --files-from=files . \
www.comedi.org:/srv/comedi.org/www
2005-04-08 00:07:20 +00:00
hardware.html: devices.xml
2005-04-08 00:07:20 +00:00
devices.xml:
perl make_device_table.pl < devices.txt > devices.xml
2005-04-08 00:07:20 +00:00
2012-04-16 15:31:56 +01:00
clean:
rm -f $(htmlfiles) devices.xml