mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
Move irssi-version.h generation out of configure and add suport for getting the
date of the last change with svn info/git log. git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4906 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5497b07c8a
commit
52b506e13a
5 changed files with 19 additions and 16 deletions
|
|
@ -27,7 +27,6 @@ echo "Creating help files..."
|
|||
perl syntax.pl
|
||||
|
||||
$srcdir/update-changelog.sh $srcdir
|
||||
test -f $srcdir/ChangeLog || exit 1
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue