clean up the root directory by moving parsing scripts into the tools directory

This commit is contained in:
Arvid Norberg
2013-06-14 16:49:06 +00:00
parent 50ecb07d19
commit 1888a8924d
15 changed files with 7 additions and 4 deletions

View File

@@ -34,6 +34,9 @@ epub: $(TARGETS:=.epub) $(FIGURES:=.png)
all: html
todo.html:gen_todo.py ../src/*.cpp ../include/libtorrent/*.hpp
python gen_todo.py
%.epub:%.rst
rst2epub $? $@
@@ -53,5 +56,5 @@ all: html
cp $@ $(WEB_PATH)/$@
clean:
rm -f $(TARGETS:=.html) $(TARGETS:=.pdf)
rm -f $(TARGETS:=.html) $(TARGETS:=.pdf) todo.html