summaryrefslogtreecommitdiff
path: root/doc/include.am
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2018-05-02 14:28:40 -0400
committerDavid Goulet <dgoulet@torproject.org>2018-05-03 11:39:19 -0400
commit224c93b976bbf3b713a10c8a6ed5a91503a4a52c (patch)
treee7ea93865b58a8d9aa6ed64910d22a75569daa02 /doc/include.am
parente12d4286bff098e97d7de94cc910b817f470560d (diff)
downloadtor-224c93b976bbf3b713a10c8a6ed5a91503a4a52c.tar.gz
tor-224c93b976bbf3b713a10c8a6ed5a91503a4a52c.zip
doc: Add missing HACKING/ files to EXTRA_DIST
Apart from adding the newly created Module.md, this commit also adds all the missing files we have in HACKING/ to the EXTRA_DIST. Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'doc/include.am')
-rw-r--r--doc/include.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/include.am b/doc/include.am
index 0e8de231e1..7942188eaf 100644
--- a/doc/include.am
+++ b/doc/include.am
@@ -35,10 +35,15 @@ EXTRA_DIST+= doc/asciidoc-helper.sh \
doc/TUNING \
doc/HACKING/README.1st.md \
doc/HACKING/CodingStandards.md \
+ doc/HACKING/CodingStandardsRust.md \
+ doc/HACKING/Fuzzing.md \
doc/HACKING/GettingStarted.md \
+ doc/HACKING/GettingStartedRust.md \
doc/HACKING/HelpfulTools.md \
doc/HACKING/HowToReview.md \
+ doc/HACKING/Module.md \
doc/HACKING/ReleasingTor.md \
+ doc/HACKING/Tracing.md \
doc/HACKING/WritingTests.md
docdir = @docdir@