fix doc makefile

This commit is contained in:
Arvid Norberg 2014-02-02 10:02:51 +00:00
parent 43c8805c81
commit 651a052461
3 changed files with 6 additions and 3 deletions

View File

@ -43,9 +43,6 @@ TARGETS = index \
FIGURES = read_disk_buffers write_disk_buffers troubleshooting
troubleshooting_thumb.png: troubleshooting.png
convert troubleshooting.png -resize 800x800 troubleshooting_thumb.png
html: $(TARGETS:=.html) $(FIGURES:=.png) todo.html
pdf: $(TARGETS:=.pdf) $(FIGURES:=.eps)
@ -54,6 +51,12 @@ epub: $(TARGETS:=.epub) $(FIGURES:=.png)
all: html
troubleshooting_thumb.png: troubleshooting.png
convert troubleshooting.png -resize 800x800 troubleshooting_thumb.png
troubleshooting.png: troubleshooting.dot
dot troubleshooting.dot -Tpng >troubleshooting.png
todo.html:gen_todo.py ../src/*.cpp ../include/libtorrent/*.hpp
python gen_todo.py

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 KiB

After

Width:  |  Height:  |  Size: 488 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 40 KiB