mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
Create POTFILES.in automatically in autogen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1003 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1bef065e25
commit
78b3fb8d4a
2 changed files with 3 additions and 151 deletions
|
|
@ -19,6 +19,9 @@ echo "/* automatically created by autogen.sh */" > irssi-version.h.in
|
|||
echo "#define IRSSI_VERSION \"@VERSION@\"" >> irssi-version.h.in
|
||||
echo "#define IRSSI_VERSION_DATE \"$version_date\"" >> irssi-version.h.in
|
||||
|
||||
# create POTFILES.in
|
||||
find src -name '*.c'|grep -v 'src/perl/.*/' > po/POTFILES.in
|
||||
|
||||
# create help files
|
||||
perl syntax.pl
|
||||
files=`echo docs/help/in/*.in|sed -e 's/docs\/help\/in\///g' -e 's/Makefile.in //'`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue