aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-12-20 17:05:48 +0000
committerNick Mathewson <nickm@torproject.org>2006-12-20 17:05:48 +0000
commite9ad1650c058b582a68a3d3a018e7df47a17746b (patch)
treefc5fe3a98747dd499d4179976c488eefe09b2d80 /Makefile.am
parent00257212c7a9e0e7c2504b7ccdd36727d4fc362f (diff)
downloadtor-e9ad1650c058b582a68a3d3a018e7df47a17746b.tar
tor-e9ad1650c058b582a68a3d3a018e7df47a17746b.tar.gz
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.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8268344b2..60685b0bf 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