mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 09:32:32 +02:00
Changed autogen.sh and configure.in, so compiling works with svn, darix will make the svn path configureable
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3680 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
7a8c5f6763
commit
f7e12d390a
2 changed files with 8 additions and 2 deletions
|
|
@ -29,6 +29,12 @@ version_date=`date +%Y%m%d`
|
|||
echo "Creating help files..."
|
||||
perl syntax.pl
|
||||
|
||||
SVN=svn
|
||||
# the TZ hack is needed.
|
||||
# otherwise the log will have local timezone
|
||||
TZ=UTC $SVN log -v > ChangeLog
|
||||
TZ=UTC $SVN log -v --xml > ChangeLog.xml
|
||||
|
||||
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