From ce2ef1f4f8f62e74c007566908e0b1bc83894f87 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 12 Jun 2020 15:04:23 +0200 Subject: Drop automake build support. Add basic cmake instructions with new file INSTALL. Add an AUTHOR file. Rework of the README file. Removed unnecessary files lchmurlhandler.cpp, lchmurlhandler.h, qt34.cpp and qt34.h. Removed the install of the static lib libchmfile. Removed the kchmdcopiface_skel.cpp file, this file should be created at build time. Moved the desktop file kchmviewer.desktop into the XDG_APPS_INSTALL_DIR directory, see TDE/tde#26 and bug 2408. Signed-off-by: gregory guy --- src/tde/Makefile.am | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/tde/Makefile.am (limited to 'src/tde/Makefile.am') diff --git a/src/tde/Makefile.am b/src/tde/Makefile.am deleted file mode 100644 index 05dbf2e..0000000 --- a/src/tde/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -lib_LIBRARIES=libkdeextra.a -libkdeextra_a_SOURCES = kchmdcopiface.cpp kchmdcopiface.skel kchmviewwindow_tdehtmlpart.cpp -noinst_HEADERS = kchmdcopiface.h kchmviewwindow_tdehtmlpart.h - -INCLUDES = $(TQT_INCLUDES) $(CHM_INCLUDES) $(KDE_INCLUDES) $(LIBCHMFILE_INCLUDES) - -METASOURCES = AUTO -KDE_OPTIONS = qtonly -- cgit v1.2.1