]> git.phdru.name Git - extfs.d.git/blob - Makefile
Torrent VFS version 1.2.2 and XML VFS version 1.1.2
[extfs.d.git] / Makefile
1 %.html: %.txt
2         rst2html --stylesheet=/dev/null -- $< >$@
3
4
5 .PHONY: all
6 all: docs
7
8
9 .PHONY: docs
10 docs: INSTALL.html torrent-INSTALL.html xml-INSTALL.html
11
12
13 CLEANFILES = *.py[co]
14
15 .PHONY: clean
16 clean:
17         rm -f $(CLEANFILES)