Move hacking documentation into a new subdirectory.

This commit is contained in:
Nick Mathewson 2015-10-09 09:28:24 -04:00
parent 4da2f89f95
commit c751e5af4a
5 changed files with 5 additions and 4 deletions

2
README
View File

@ -26,4 +26,4 @@ Frequently Asked Questions:
To get started working on Tor development:
See the doc/HACKING file.
See the doc/HACKING directory.

View File

@ -34,13 +34,14 @@ nodist_man1_MANS =
doc_DATA =
endif
EXTRA_DIST+= doc/HACKING doc/asciidoc-helper.sh \
EXTRA_DIST+= doc/asciidoc-helper.sh \
$(html_in) $(man_in) $(txt_in) \
doc/state-contents.txt \
doc/torrc_format.txt \
doc/TUNING \
doc/WritingTests.txt \
doc/GettingStarted.txt
doc/HACKING/WritingTests.txt \
doc/HACKING/GettingStarted.txt \
doc/HACKING/HACKING_old
docdir = @docdir@