mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 15:43:32 +01:00
Move hacking documentation into a new subdirectory.
This commit is contained in:
parent
4da2f89f95
commit
c751e5af4a
2
README
2
README
@ -26,4 +26,4 @@ Frequently Asked Questions:
|
|||||||
|
|
||||||
|
|
||||||
To get started working on Tor development:
|
To get started working on Tor development:
|
||||||
See the doc/HACKING file.
|
See the doc/HACKING directory.
|
||||||
|
@ -34,13 +34,14 @@ nodist_man1_MANS =
|
|||||||
doc_DATA =
|
doc_DATA =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST+= doc/HACKING doc/asciidoc-helper.sh \
|
EXTRA_DIST+= doc/asciidoc-helper.sh \
|
||||||
$(html_in) $(man_in) $(txt_in) \
|
$(html_in) $(man_in) $(txt_in) \
|
||||||
doc/state-contents.txt \
|
doc/state-contents.txt \
|
||||||
doc/torrc_format.txt \
|
doc/torrc_format.txt \
|
||||||
doc/TUNING \
|
doc/TUNING \
|
||||||
doc/WritingTests.txt \
|
doc/HACKING/WritingTests.txt \
|
||||||
doc/GettingStarted.txt
|
doc/HACKING/GettingStarted.txt \
|
||||||
|
doc/HACKING/HACKING_old
|
||||||
|
|
||||||
docdir = @docdir@
|
docdir = @docdir@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user