X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=c50423f1f72d2f8e38d03007968180681173f5c9;hp=0000000000000000000000000000000000000000;hb=b25e47028fb040848df6a8d2d63c14ad442b8384;hpb=cb15daa9241c014422d902acae196c3f311e3d8a diff --git a/Makefile b/Makefile new file mode 100644 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)