tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit e66eba664ae85b786097cdd22c1a601ad45d95b5
parent 62201b0f716d12ec1fa088fac4c256f54a21da4f
Author: David Goulet <dgoulet@torproject.org>
Date:   Thu, 16 Jul 2020 14:07:33 -0400

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:
Mdoc/include.am | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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@