diff options
author | gregory guy <[email protected]> | 2020-05-02 13:16:47 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-05-03 19:04:16 +0900 |
commit | fce76be97164bd8d6be3645ed7b979e768f24981 (patch) | |
tree | 47e2c0339fb6b32fd9b6906db6ec525adedc8bcd /src/data | |
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 <[email protected]>
(cherry picked from commit 9b0f1edee518a8c69bb51b25e0dbf56ae9b32843)
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
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) |