summaryrefslogtreecommitdiffstats
path: root/kdiff3plugin
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-06-27 14:46:01 +0200
committergregory guy <gregory-tde@laposte.net>2020-06-27 14:46:01 +0200
commite14732aa76b0fc20b955da434b1e2e92012c34e8 (patch)
tree5dfb589ae107ddaa2288783aa78f80b5dc3ff894 /kdiff3plugin
parenteadb41b09fb5d6e46cf98c0d6dee1723c8307d89 (diff)
downloadkdiff3-e14732aa76b0fc20b955da434b1e2e92012c34e8.tar.gz
kdiff3-e14732aa76b0fc20b955da434b1e2e92012c34e8.zip
Drop automake build support.
Add basic cmake build instructions. Delete the NEWS file. Rework of the README. The man folder has been moved into the doc folder for consistency with what have been done so far. The html pages have been moved into the doc folder as well. Some cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'kdiff3plugin')
-rw-r--r--kdiff3plugin/Makefile.am20
-rw-r--r--kdiff3plugin/po/Makefile.am2
2 files changed, 0 insertions, 22 deletions
diff --git a/kdiff3plugin/Makefile.am b/kdiff3plugin/Makefile.am
deleted file mode 100644
index fb4733b..0000000
--- a/kdiff3plugin/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-INCLUDES = $(all_includes)
-METASOURCES = AUTO
-
-# Install this plugin in the KDE modules directory
-kde_module_LTLIBRARIES = libkdiff3plugin.la
-
-libkdiff3plugin_la_SOURCES = kdiff3plugin.cpp
-libkdiff3plugin_la_LIBADD = -lkonq $(LIB_TDECORE) $(LIB_TDEUI)
-libkdiff3plugin_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) $(LIB_TQT)
-
-#KDE_ICON = KDiff3
-
-pluginsdir = $(kde_servicesdir)
-plugins_DATA = kdiff3_plugin.desktop
-
-appsdir = $(kde_appsdir)/.hidden
-apps_DATA = kdiff3plugin.desktop
-
-messages: rc.cpp
- $(XGETTEXT) *.cpp *.h -o $(podir)/kdiff3_plugin.pot
diff --git a/kdiff3plugin/po/Makefile.am b/kdiff3plugin/po/Makefile.am
deleted file mode 100644
index 5bd5973..0000000
--- a/kdiff3plugin/po/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-PACKAGE=kdiff3_plugin
-POFILES = AUTO