summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2008-06-27 16:22:53 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2008-06-27 16:22:53 +0000
commitf3f5eece3d4a728d15f718bc89f7617960b2aaf4 (patch)
tree7916b1cdc70fe9f7d8484b9767bc0211b918f755 /Makefile.in
parentce8d637cc984aafe1b75c41abfc36ea907dbbb15 (diff)
downloadneon-f3f5eece3d4a728d15f718bc89f7617960b2aaf4.tar.gz
* README: Update copyright notices.
* Makefile.in (update-copyright): New target. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1454 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
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 \