fix doc makefile
This commit is contained in:
parent
43c8805c81
commit
651a052461
|
@ -43,9 +43,6 @@ TARGETS = index \
|
||||||
|
|
||||||
FIGURES = read_disk_buffers write_disk_buffers troubleshooting
|
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
|
html: $(TARGETS:=.html) $(FIGURES:=.png) todo.html
|
||||||
|
|
||||||
pdf: $(TARGETS:=.pdf) $(FIGURES:=.eps)
|
pdf: $(TARGETS:=.pdf) $(FIGURES:=.eps)
|
||||||
|
@ -54,6 +51,12 @@ epub: $(TARGETS:=.epub) $(FIGURES:=.png)
|
||||||
|
|
||||||
all: html
|
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
|
todo.html:gen_todo.py ../src/*.cpp ../include/libtorrent/*.hpp
|
||||||
python gen_todo.py
|
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 |
Loading…
Reference in New Issue