comedi-www/Makefile
2012-04-16 15:31:56 +01:00

22 lines
418 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 --xinclude $< -o $@
push:
rsync -a --files-from=files . \
bporr@www.comedi.org:/srv/comedi.org/www
hardware.html: devices.xml
devices.xml:
perl make_device_table.pl < devices.txt > devices.xml
clean:
rm -f $(htmlfiles) devices.xml