diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-05-02 13:16:47 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-05-02 13:24:54 +0200 |
commit | 9b0f1edee518a8c69bb51b25e0dbf56ae9b32843 (patch) | |
tree | c30c8b33982c985e73bf5237f28d052182fce41a /src/Makefile.am | |
parent | 4743905f46504c15449282f33dcecd1161add969 (diff) | |
download | tdeio-sword-9b0f1edee518a8c69bb51b25e0dbf56ae9b32843.tar.gz tdeio-sword-9b0f1edee518a8c69bb51b25e0dbf56ae9b32843.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>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index fdeb7a4..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_TQT) $(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 |