diff options
author | David Goulet <dgoulet@torproject.org> | 2020-07-16 14:07:33 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-07-16 14:07:33 -0400 |
commit | e66eba664ae85b786097cdd22c1a601ad45d95b5 (patch) | |
tree | 0e2f177a69142ab846d0aac62a5b789318843bdb /doc/include.am | |
parent | 62201b0f716d12ec1fa088fac4c256f54a21da4f (diff) | |
download | tor-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/include.am')
-rw-r--r-- | doc/include.am | 3 |
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@ |