From 952fb5624176cdd1f80d252dcd03cc38716fb409 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 9 Aug 2019 23:11:04 +0900 Subject: Followup on previous commit to drop qt-messages.pot file. Signed-off-by: Michele Calgaro --- Makefile.am.in | 19 ++----------------- 1 file 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 -- cgit v1.2.1