]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Move hacking documentation into a new subdirectory.
authorNick Mathewson <nickm@torproject.org>
Fri, 9 Oct 2015 13:28:24 +0000 (09:28 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 9 Oct 2015 14:40:53 +0000 (10:40 -0400)
README
doc/HACKING/GettingStarted.txt [moved from doc/GettingStarted.txt with 100% similarity]
doc/HACKING/HACKING_old [moved from doc/HACKING with 100% similarity]
doc/HACKING/WritingTests.txt [moved from doc/WritingTests.txt with 100% similarity]
doc/include.am

diff --git a/README b/README
index 342376faf4f9307953540fbf82572fe5b31a3889..d246a6930e17466738f3c5260cb0305789e497b1 100644 (file)
--- a/README
+++ b/README
@@ -26,4 +26,4 @@ Frequently Asked Questions:
 
 
 To get started working on Tor development:
-        See the doc/HACKING file.
+        See the doc/HACKING directory.
similarity index 100%
rename from doc/HACKING
rename to doc/HACKING/HACKING_old
index f33103b68ce02083e7af032e1423933245214e5c..5decfe583d573f28b7e7f6186076e6f92d59aed4 100644 (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@