summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-24 19:18:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-29 23:53:46 +0900
commit76f42f48128a03f93aadef7a7ae47bb4911f75ee (patch)
tree136c4c30783a0daf9cc96cca7f6b46053e46d3a6 /Makefile.am
parentfb7ee5c17a08855ba23f6ab2362c43831ed9d419 (diff)
downloadtde-guidance-76f42f48128a03f93aadef7a7ae47bb4911f75ee.tar.gz
tde-guidance-76f42f48128a03f93aadef7a7ae47bb4911f75ee.zip
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index ddb0573..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-messagesold:
- LIST=`find . -name \*.py`; \
- if test -n "$$LIST"; then \
- xgettext -ki18n -LPython $$LIST -o po/guidance.pot; \
- fi
-
- sh /usr/lib/kubuntu-desktop-i18n/findfiles LIST
- perl /usr/lib/kubuntu-desktop-i18n/createdesktop.pl --file-list=LIST --base-dir=. > desktop.guidance.tmp
- msguniq --to-code=UTF-8 --no-wrap -o desktop.guidance desktop.guidance.tmp 2>/dev/null
- python /usr/lib/kubuntu-desktop-i18n/msgsplit desktop.guidance
- mv desktop.guidance po/desktop_guidance.pot
- rm -f desktop.guidance desktop.guidance.tmp
-
-messages:
- true