From 2518c29202d07d42d3220963b4596f5252e52937 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 16:03:53 +0900 Subject: qt -> tqt conversion: QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro --- Makefile.am.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am.in') diff --git a/Makefile.am.in b/Makefile.am.in index 2ca45ce3b..da8ed21fe 100644 --- a/Makefile.am.in +++ b/Makefile.am.in @@ -71,7 +71,7 @@ dist-hook: cd $(top_distdir) && perl $(top_srcdir)/admin/am_edit -padmin # Rule for generating HTML documentation [you need kdoc installed] -# Don't forget to run qt2kdoc first (qt2kdoc $QTDIR/doc/html) +# Don't forget to run qt2kdoc first (qt2kdoc $TQTDIR/doc/html) # The tdelibs docu will end up in ./srcdoc/ kdedoc: cd $(top_srcdir) && \ @@ -101,7 +101,7 @@ apidox-am-toplevel-tdelibs: $(top_builddir)/apidocs/qt/qt.tag $(top_builddir)/apidocs/qt/qt.tag: @echo "*** Creating a tag file for the Qt library:"; \ $(mkinstalldirs) $(top_builddir)/apidocs/qt; \ - doxytag -t $(top_builddir)/apidocs/qt/qt.tag $(QTDOCDIR) + doxytag -t $(top_builddir)/apidocs/qt/qt.tag $(TQTDOCDIR) install-data-local: install-apidox-tdelibs -- cgit v1.2.1