aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-07-16 14:07:33 -0400
committerDavid Goulet <dgoulet@torproject.org>2020-07-16 14:07:33 -0400
commite66eba664ae85b786097cdd22c1a601ad45d95b5 (patch)
tree0e2f177a69142ab846d0aac62a5b789318843bdb /doc
parent62201b0f716d12ec1fa088fac4c256f54a21da4f (diff)
downloadtor-e66eba664ae85b786097cdd22c1a601ad45d95b5.tar.gz
tor-e66eba664ae85b786097cdd22c1a601ad45d95b5.zip
doc: Fix wrong path in include.am
Tracing.md moved to doc/tracing/ so fix the distcheck path in include.am. Also add the new EventsCircuit.md file. Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/include.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/include.am b/doc/include.am
index d3e757f3bb..7a8a64ed16 100644
--- a/doc/include.am
+++ b/doc/include.am
@@ -59,8 +59,9 @@ EXTRA_DIST+= doc/asciidoc-helper.sh \
doc/HACKING/HowToReview.md \
doc/HACKING/Module.md \
doc/HACKING/ReleasingTor.md \
- doc/HACKING/Tracing.md \
doc/HACKING/WritingTests.md
+ doc/HACKING/tracing/Tracing.md \
+ doc/HACKING/tracing/EventsCircuit.md
docdir = @docdir@