[tor-commits] [tor/master] doc: Fix wrong path in include.am

dgoulet at torproject.org dgoulet at torproject.org
Thu Jul 16 18:09:13 UTC 2020


commit e66eba664ae85b786097cdd22c1a601ad45d95b5
Author: David Goulet <dgoulet at torproject.org>
Date:   Thu Jul 16 14:07:33 2020 -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 at torproject.org>
---
 doc/include.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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@
 



More information about the tor-commits mailing list