summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2019-04-08 15:37:38 +0100
committerJoe Orton <jorton@redhat.com>2019-04-08 15:37:38 +0100
commit8fda7b8b1be73620a7aed0384ca00437b70308b2 (patch)
treebfb030ddc5e553a09a36f1fbf31e2a08de33f19c /Makefile.in
parent64c1ef005a9c8ae86a163cff6734eaa5b9ce7af6 (diff)
downloadneon-git-8fda7b8b1be73620a7aed0384ca00437b70308b2.tar.gz
* Makefile.in (update-copyright): Update.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index c01f695..50fa817 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -205,9 +205,9 @@ compile-gmo:
done
update-copyright: Makefile
- sed -n '/^Copyright/q;p' < README > README.orig
+ sed -n '/^Copyright/q;p' < README.md > README.orig
(cat README.orig; grep -h Copyright src/*.[ch] po/*.po macros/*.m4 \
- | sed -r 's/\(C\) [12].+[0-9],? /(C) /;s/^\#//;s/^dnl//;s/[ ]*//;s/ *$$//;/Orton/d' | sort -u) > README
+ | sed -r 's/\(C\) [12].+[0-9],? /(C) /;s/^\#*//;s/^dnl//;s/<.*>//g;s/ @ .*//;s/[ ]*//;s/ *$$//;/Orton/d' | sort -u; echo '~~~') > README.md
doc-status:
@echo -n "Missing docs for:"