diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:53 +0900 |
commit | 2518c29202d07d42d3220963b4596f5252e52937 (patch) | |
tree | 1babf16d23314ec80ef35c571b063966c49d272e /Makefile.am.in | |
parent | 50087701ab4e8f67501bc90351298acd308049ab (diff) | |
download | tdelibs-2518c29202d07d42d3220963b4596f5252e52937.tar.gz tdelibs-2518c29202d07d42d3220963b4596f5252e52937.zip |
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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'Makefile.am.in')
-rw-r--r-- | Makefile.am.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |