diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-20 17:05:48 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-20 17:05:48 +0000 |
commit | e9ad1650c058b582a68a3d3a018e7df47a17746b (patch) | |
tree | fc5fe3a98747dd499d4179976c488eefe09b2d80 /Makefile.am | |
parent | 00257212c7a9e0e7c2504b7ccdd36727d4fc362f (diff) | |
download | tor-e9ad1650c058b582a68a3d3a018e7df47a17746b.tar.gz tor-e9ad1650c058b582a68a3d3a018e7df47a17746b.zip |
r11651@Kushana: nickm | 2006-12-20 12:05:04 -0500
Add a maintainer script and a new make target "make check-docs" to get a quick dump of which options are undocumented where, and which documentation refers to nonexistent options.
svn:r9160
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8268344b2b..60685b0bf0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,6 +66,9 @@ check-spaces: src/common/[^as]*.c \ src/or/[^et]*.[ch] src/or/t*.c src/or/eventdns_tor.h +check-docs: + ./contrib/checkOptionDocs.pl + check-logs: ./contrib/checkLogs.pl \ src/*/*.[ch] | sort -n |