From e38ba95a8f3dbdd6df97f8254097483fcdb730b0 Mon Sep 17 00:00:00 2001 From: Anonymous Contributor <> Date: Thu, 10 Sep 2009 00:00:41 +0200 Subject: First version of AirTunes 2 specifications --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c5cee8d --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +RST2HTML = rst2html + +all: airtunes2.html + +%.html: %.rst + $(RST2HTML) $< $@ || { rm -f $@; exit 1; } + +clean: + rm -f airtunes2.html -- cgit v1.2.3-59-g8ed1b