1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

Fix r4880 change.

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4886 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-11-04 23:04:41 +00:00 committed by exg
parent 483589efb5
commit b230d73dd8

View File

@ -26,7 +26,7 @@ fi
echo "Creating help files..."
perl syntax.pl
$srcdir/update-changelog.sh
$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'`