diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-28 13:27:31 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-28 13:27:31 -0500 |
commit | 427ebd3a978e7b2e844b7a821163d138c77eb4d3 (patch) | |
tree | 4f6547353b225a55ff32cd300725021a13659059 /Makefile.am.in | |
parent | e1f2a0bb29b86336aab930894c85ed7bd26e4848 (diff) | |
download | tdelibs-427ebd3a978e7b2e844b7a821163d138c77eb4d3.tar.gz tdelibs-427ebd3a978e7b2e844b7a821163d138c77eb4d3.zip |
Rename kde.pot to tde.pot
This relates to Bug 1910
Diffstat (limited to 'Makefile.am.in')
-rw-r--r-- | Makefile.am.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am.in b/Makefile.am.in index b7bfdf012..2ca45ce3b 100644 --- a/Makefile.am.in +++ b/Makefile.am.in @@ -36,7 +36,7 @@ $(top_srcdir)/acinclude.m4: $(top_srcdir)/libltdl/ltdl.m4 AUTOMAKE_OPTIONS = foreign 1.6.1 potdir = $(kde_includes) -pot_DATA = kde.pot +pot_DATA = tde.pot messages: cd tdeabc/scripts && perl ./makeaddressee @@ -55,12 +55,12 @@ messages: find $$dirs -maxdepth 1 -name "*.h" -print >> files ;\ echo ./tdecore/tde-config.cpp.in >> files ;\ $(EXTRACTRC) `find $$dirs -maxdepth 1 \( -name "*.rc" -o -name "*.ui" \) ` ./dnssd/kcm_tdednssd.kcfg > rc.cpp; \ - : > kde.pot ;\ + : > tde.pot ;\ $(XGETTEXT) -ktranslate -x qt-messages.pot rc.cpp `cat files` && cat messages.po qt-messages.pot > $(podir)/tdelibs.pot - $(XGETTEXT) common_texts.cpp -o kde.pot + $(XGETTEXT) common_texts.cpp -o tde.pot rm -f dirs -EXTRA_DIST = admin kde.pot \ +EXTRA_DIST = admin tde.pot \ COMPILING COMPILING.html COPYING.BSD DEBUG \ KDE2PORTING.html NAMING common_texts.cpp tdelibs.lsm kdoc.rules \ qt-messages.pot configure.in.in configure.in.mid configure.in.bot |