update makefile
This commit is contained in:
parent
1c13f828dd
commit
6563cd5939
20
Makefile.am
20
Makefile.am
|
@ -14,6 +14,10 @@ DOCS_IMAGES = \
|
|||
docs/btg_thumb.jpg \
|
||||
docs/bubba.png \
|
||||
docs/client_test.png \
|
||||
docs/cwnd.png \
|
||||
docs/cwnd_thumb.png \
|
||||
docs/delays.png \
|
||||
docs/delays_thumb.png \
|
||||
docs/deluge.png \
|
||||
docs/disk_access.png \
|
||||
docs/disk_buffer_before_optimization.png \
|
||||
|
@ -36,6 +40,8 @@ DOCS_IMAGES = \
|
|||
docs/merkle_tree.png \
|
||||
docs/miro.jpg \
|
||||
docs/moopolice_thumb.gif \
|
||||
docs/our_delay_base.png \
|
||||
docs/our_delay_base_thumb.png \
|
||||
docs/pump.png \
|
||||
docs/qbittorrent_thumb.jpg \
|
||||
docs/read_disk_buffers.dot \
|
||||
|
@ -45,21 +51,29 @@ DOCS_IMAGES = \
|
|||
docs/storage.graffle \
|
||||
docs/storage.png \
|
||||
docs/style.css \
|
||||
docs/t2e.jpg \
|
||||
docs/tvblob.jpg \
|
||||
docs/tvitty.jpg \
|
||||
docs/unicode_support.png \
|
||||
docs/write_disk_buffers.dot \
|
||||
docs/write_disk_buffers.graffle \
|
||||
docs/write_disk_buffers.png \
|
||||
docs/ziptorrent_thumb.gif
|
||||
docs/ziptorrent_thumb.gif \
|
||||
docs/zyxel.png
|
||||
|
||||
DOCS_PAGES = \
|
||||
docs/building.html \
|
||||
docs/building.rst \
|
||||
docs/client_test.html \
|
||||
docs/client_test.rst \
|
||||
docs/contributing.html \
|
||||
docs/contributing.rst \
|
||||
docs/dht_extensions.html \
|
||||
docs/dht_extensions.rst \
|
||||
docs/dht_rss.html \
|
||||
docs/dht_rss.rst \
|
||||
docs/dht_sec.html \
|
||||
docs/dht_sec.rst \
|
||||
docs/examples.html \
|
||||
docs/examples.rst \
|
||||
docs/extension_protocol.html \
|
||||
|
@ -85,7 +99,9 @@ DOCS_PAGES = \
|
|||
docs/tuning.html \
|
||||
docs/tuning.rst \
|
||||
docs/udp_tracker_protocol.html \
|
||||
docs/udp_tracker_protocol.rst
|
||||
docs/udp_tracker_protocol.rst \
|
||||
docs/utp.html \
|
||||
docs/utp.rst
|
||||
|
||||
EXTRA_DIST = \
|
||||
Jamfile \
|
||||
|
|
Loading…
Reference in New Issue