diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-05-02 13:16:47 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-03 19:04:16 +0900 |
commit | fce76be97164bd8d6be3645ed7b979e768f24981 (patch) | |
tree | 47e2c0339fb6b32fd9b6906db6ec525adedc8bcd /src | |
parent | 75e5eba91cd4d393d446e564bae829c64faa01da (diff) | |
download | tdeio-sword-fce76be97164bd8d6be3645ed7b979e768f24981.tar.gz tdeio-sword-fce76be97164bd8d6be3645ed7b979e768f24981.zip |
Drop automake build support.
Add basic cmake build instructions.
Rework of the README and help files.
Delete the NEWS file.
Some cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 9b0f1edee518a8c69bb51b25e0dbf56ae9b32843)
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 23 | ||||
-rw-r--r-- | src/data/Makefile.am | 4 | ||||
-rw-r--r-- | src/pics/Makefile.am | 11 |
3 files changed, 0 insertions, 38 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index 2906721..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -SUBDIRS = data pics - -INCLUDES = -I/usr/include/qt3 $(all_includes) - -CXXFLAGS += $(USE_EXCEPTIONS) - -kde_module_LTLIBRARIES = tdeio_sword.la - -tdeio_sword_la_SOURCES = tdeio_sword.cpp renderer.cpp ks_osishtml.cpp ks_gbfhtml.cpp \ - ks_thmlhtml.cpp utils.cpp swordutils.cpp swordoptions.cpp filter.cpp template.cpp plainhtml.cpp - -tdeio_sword_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEIO) $(LIB_SWORD) - -tdeio_sword_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) - -protocol_DATA = sword.protocol -protocoldir = $(kde_servicesdir) - -messages: rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/tdeio_sword.pot - -noinst_HEADERS = tdeio_sword.h renderer.h swordoptions.h ks_osishtml.h \ - ks_gbfhtml.h ks_thmlhtml.h utils.h swordutils.h option.h filter.h template.h plainhtml.h diff --git a/src/data/Makefile.am b/src/data/Makefile.am deleted file mode 100644 index 00089e3..0000000 --- a/src/data/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -kiosworddatadir = $(kde_datadir)/tdeio_sword -kiosworddata_DATA = tdeio_sword.css swordvertical.png - -EXTRA_DIST = $(kiosworddata_DATA) diff --git a/src/pics/Makefile.am b/src/pics/Makefile.am deleted file mode 100644 index c14cd68..0000000 --- a/src/pics/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -KDE_ICON = tdeio_sword - -EXTRA_DIST = tdeio_sword_everything.svg \ - tdeio_sword_borders.xcf \ - hisc-app-tdeio_sword.svgz \ - hi128-app-tdeio_sword.png \ - hi64-app-tdeio_sword.png \ - hi48-app-tdeio_sword.png \ - hi32-app-tdeio_sword.png \ - hi22-app-tdeio_sword.png \ - hi16-app-tdeio_sword.png |