summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@0x90.dk>2014-05-31 01:01:39 +0200
committerAlexander Færøy <ahf@0x90.dk>2014-05-31 01:01:39 +0200
commitfc556bdf4e0648c932ee2cbaca2454b8bb9a2396 (patch)
treebefec4379c2c7d4a6e9384e0e49f7b707e063207 /autogen.sh
parent7d6fa28bbd01358ae31a3fdc209b267422a906fa (diff)
downloadirssi-fc556bdf4e0648c932ee2cbaca2454b8bb9a2396.zip
Kill update-changelog.sh
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index f0286239..40207d66 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -26,7 +26,8 @@ fi
echo "Creating help files..."
perl syntax.pl
-$srcdir/update-changelog.sh $srcdir
+echo "Creating ChangeLog..."
+git log > $srcdir/ChangeLog
files=`echo docs/help/in/*.in|sed -e 's,docs/help/in/Makefile.in ,,' -e 's,docs/help/in/,!,g' -e 's/\.in /.in ?/g'`
cat docs/help/in/Makefile.am.gen|sed "s/@HELPFILES@/$files/g"|sed 's/?/\\?/g'|tr '!?' '\t\n' > docs/help/in/Makefile.am