summaryrefslogtreecommitdiffstats
path: root/Makefile.am.in
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-08-09 23:11:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-08-09 23:11:04 +0900
commit952fb5624176cdd1f80d252dcd03cc38716fb409 (patch)
treecea7072b1b58fc12349e85814b461689aa48ca8f /Makefile.am.in
parent2e055ab5ed1b0403a59c17cbc8227308c22c64c4 (diff)
downloadtdelibs-952fb5624176cdd1f80d252dcd03cc38716fb409.tar.gz
tdelibs-952fb5624176cdd1f80d252dcd03cc38716fb409.zip
Followup on previous commit to drop qt-messages.pot file.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'Makefile.am.in')
-rw-r--r--Makefile.am.in19
1 files changed, 2 insertions, 17 deletions
diff --git a/Makefile.am.in b/Makefile.am.in
index da8ed21fe..94e20cf66 100644
--- a/Makefile.am.in
+++ b/Makefile.am.in
@@ -56,14 +56,13 @@ messages:
echo ./tdecore/tde-config.cpp.in >> files ;\
$(EXTRACTRC) `find $$dirs -maxdepth 1 \( -name "*.rc" -o -name "*.ui" \) ` ./dnssd/kcm_tdednssd.kcfg > rc.cpp; \
: > 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 tde.pot
rm -f dirs
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
+ configure.in.in configure.in.mid configure.in.bot
MAINTAINERCLEANFILES = configure.files subdirs
@@ -77,20 +76,6 @@ kdedoc:
cd $(top_srcdir) && \
makekdedoc -p'--skip-internal' --outputdir=$(top_builddir)/srcdoc
-qtmessages:
- if test x$(top_srcdir) = x; then top_srcdir=. ; else top_srcdir=$(top_srcdir); fi ;\
- cd $$top_srcdir/../qt-copy/src ;\
- sed -e "s,#define,," xml/qxml.cpp > qxml_clean.cpp ;\
- find . -name "*.cpp" | grep -v moc_ > list ;\
- for file in qfiledialog qcolordialog qprintdialog \
- qurloperator qftp qhttp qlocal qerrormessage; do \
- grep -v $$file list > list.new && mv list.new list ;\
- done ;\
- xgettext -C -ktr -kQT_TRANSLATE_NOOP `cat list` ;\
- cd ../../tdelibs ;\
- mv $$top_srcdir/../qt-copy/src/messages.po $$top_srcdir
- echo "remove the header from messages.po and move to qt-messages.pot"
-
include admin/Doxyfile.am
include admin/deps.am
@@ -113,4 +98,4 @@ install-apidox-tdelibs:
$(INSTALL_DATA) $(top_builddir)/apidocs/qt/qt.tag $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/qt; \
fi
-.PHONY: install-apidox-tdelibs apidox-am-toplevel-tdelibs apidox-am-toplevel-yes qtmessages
+.PHONY: install-apidox-tdelibs apidox-am-toplevel-tdelibs apidox-am-toplevel-yes