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:
Timo Sirainen 2000-12-17 04:36:14 +00:00 committed by cras
commit 78b3fb8d4a
2 changed files with 3 additions and 151 deletions

View file

@ -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 //'`