diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-06-06 11:30:12 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-06-06 11:30:12 -0400 |
commit | ad6b451b5667488cc3652dceee9b6a89f2fd094f (patch) | |
tree | f70810111cd3c16ceacd9ba131168a316544c387 /doc | |
parent | b733f9d6ace63c710bc4b567627500cfbeb1592d (diff) | |
download | tor-ad6b451b5667488cc3652dceee9b6a89f2fd094f.tar.gz tor-ad6b451b5667488cc3652dceee9b6a89f2fd094f.zip |
doc/include.am: fix EXTRA_DIST
Diffstat (limited to 'doc')
-rw-r--r-- | doc/include.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/include.am b/doc/include.am index d10f380e7f..7570978ddb 100644 --- a/doc/include.am +++ b/doc/include.am @@ -56,10 +56,10 @@ EXTRA_DIST+= doc/asciidoc-helper.sh \ doc/HACKING/HelpfulTools.md \ doc/HACKING/HowToReview.md \ doc/HACKING/Module.md \ - doc/HACKING/ReleasingTor.md \ - doc/HACKING/WritingTests.md - doc/HACKING/tracing/Tracing.md \ - doc/HACKING/tracing/EventsCircuit.md + doc/HACKING/ReleasingTor.md \ + doc/HACKING/WritingTests.md \ + doc/HACKING/tracing/EventsCircuit.md \ + doc/HACKING/tracing/README.md docdir = @docdir@ |