]> git.phdru.name Git - extfs.d.git/blobdiff - Makefile
Split INSTALL.txt into {torrent,xml}-INSTALL.txt
[extfs.d.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..c50423f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,17 @@
+%.html: %.txt
+       rst2html --stylesheet=/dev/null -- $< >$@
+
+
+.PHONY: all
+all: docs
+
+
+.PHONY: docs
+docs: INSTALL.html torrent-INSTALL.html xml-INSTALL.html
+
+
+CLEANFILES = *.py[co]
+
+.PHONY: clean
+clean:
+       rm -f $(CLEANFILES)