]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
doc: Add missing HACKING/ files to EXTRA_DIST
authorDavid Goulet <dgoulet@torproject.org>
Wed, 2 May 2018 18:28:40 +0000 (14:28 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 3 May 2018 15:39:19 +0000 (11:39 -0400)
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>
doc/include.am

index 0e8de231e1fd841ed3e51d45bc85403bde51dc91..7942188eaf53ea3a4da37235d6f8acac2c585cfc 100644 (file)
@@ -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@