summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 4d75a3f..d005f86 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -198,3 +198,10 @@ compile-gmo:
echo "> Compiling \"$$f\" catalog:"; \
$(MSGFMT) --statistics -c -o po/$$f.gmo $(top_srcdir)/po/$$f.po; \
done
+
+doc-status:
+ @echo -n "Missing docs for:"
+ @for f in `nm src/.libs/libneon.so | grep ' T ' | colrm 1 11`; do \
+ test -f doc/man/$$f.3 || echo -n " $$f"; \
+ done; echo
+