# Maintainer targets
-update-po: refresh-po
- -cg-add `ls po/*.po | grep -v quot.po`
- cg-commit -m "Sync with TP." po/LINGUAS `ls po/*.po | grep -v quot.po`
-
ChangeLog:
git log --pretty --numstat --summary --since="2005 November 07" -- | git2cl > ChangeLog
cat .cvscopying >> ChangeLog
endif
autoreconf:
+ for f in po/*.po.in; do; \
+ cp $f `echo $f | sed 's/.in//'`; \
+ done
mv build-aux/config.rpath build-aux/config.rpath-
test -f ./configure || autoreconf --install
mv build-aux/config.rpath- build-aux/config.rpath
+update-po: refresh-po
+ for f in `ls po/*.po | grep -v quot.po`; do \
+ cp $$f $$f.in; \
+ done
+ git-add po/*.po.in
+ git-commit -m "Sync with TP." po/LINGUAS po/*.po.in
+
bootstrap: autoreconf
./configure $(CFGFLAGS)