summaryrefslogtreecommitdiffstats
path: root/po/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-12-09 13:09:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-12-10 11:58:04 +0900
commitcc22d7d083fa62523071a74683b227d838f6642f (patch)
tree5ad24d19df46d8bd0ea5acabfc3b83d5ddb8ef29 /po/Makefile.am
parent19068f2c66533416fd57d236675e8882f5835165 (diff)
downloadkmymoney-cc22d7d083fa62523071a74683b227d838f6642f.tar.gz
kmymoney-cc22d7d083fa62523071a74683b227d838f6642f.zip
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'po/Makefile.am')
-rw-r--r--po/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/po/Makefile.am b/po/Makefile.am
deleted file mode 100644
index f0066e8..0000000
--- a/po/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-####### tdevelop will overwrite this part!!! (begin)##########
-
-
-####### tdevelop will overwrite this part!!! (end)############
-POFILES = AUTO
-
-CONFIG_CLEAN_FILES = $(GMOFILES)
-
-message-stats:
- @echo "<?xml version='1.0' standalone='yes'?>"
- @echo "<!DOCTYPE issuelist>"
- @echo "<translist>"
- @echo "<translation><flag>C</flag>"
- @echo "<cvsrevision>"
- @cvs stat kmymoney2.pot | grep Working | cut -d: -f2 | sed -e 's/\ *//'
- @echo "</cvsrevision>"
- @echo -n "<potrevision>"
- @R=`grep POT kmymoney2.pot | cut -d' ' -f 2`; \
- echo "$$R</potrevision>"
- @echo "</translation>"
-
- @for i in ${srcdir}/*.po; do \
- ${srcdir}/stats.pl $$i; \
- done;
- @echo "</translist>"