summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 36a173c..051c566 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -203,6 +203,11 @@ compile-gmo:
$(MSGFMT) --statistics -c -o po/$$f.gmo $(top_srcdir)/po/$$f.po; \
done
+update-copyright: Makefile
+ sed -n 'p;/^Portions are/q' < README > README.orig
+ (cat README.orig; grep -h Copyright src/*.[ch] \
+ | sed -r 's/\(C\) [12].+[0-9],? /(C) /;s/^ *//' | sort -u) > README
+
doc-status:
@echo -n "Missing docs for:"
@for f in `nm src/.libs/libneon.so | grep ' T ' | colrm 1 11`; do \