diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-07-02 13:46:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-02 13:46:25 -0400 |
commit | b0a716dfb0a73920ac4f6531f39fd4a303f6bd44 (patch) | |
tree | e4b30f7bca38f0019292d5ec75c197754fed0314 /src/ext/include.am | |
parent | fbf8bda30b7d522f079544eb35b0952f2832cd52 (diff) | |
download | tor-b0a716dfb0a73920ac4f6531f39fd4a303f6bd44.tar.gz tor-b0a716dfb0a73920ac4f6531f39fd4a303f6bd44.zip |
Move description of ext contents into an md file.
This way, doxygen can include it.
Diffstat (limited to 'src/ext/include.am')
-rw-r--r-- | src/ext/include.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/include.am b/src/ext/include.am index 317e25d78e..8b646b1b4e 100644 --- a/src/ext/include.am +++ b/src/ext/include.am @@ -1,7 +1,7 @@ AM_CPPFLAGS += -I$(srcdir)/src/ext -Isrc/ext -EXTRA_DIST += src/ext/README +EXTRA_DIST += src/ext/ext.md EXTHEADERS = \ src/ext/ht.h \ |