From 594d814515c55dec7315567ba40e20db1256fcc2 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Mon, 21 Oct 2019 12:47:12 +0200 Subject: Drop automake build support. Add basic cmake instructions in an INSTALL file. Rework of the README file as well as the help page. The knetstats.desktop file has been moved to the "src" folder. Signed-off-by: gregory guy (cherry picked from commit e7dbd05dac9173bb57af5ab5e2f1eadb267a8121) --- doc/Makefile.am | 1 - doc/en/Makefile.am | 2 -- doc/en/index.docbook | 12 ++++++------ doc/man/Makefile.am | 3 --- 4 files changed, 6 insertions(+), 12 deletions(-) delete mode 100644 doc/Makefile.am delete mode 100644 doc/en/Makefile.am delete mode 100644 doc/man/Makefile.am (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index 8bd0272..0000000 --- a/doc/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = en man diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index 8f050ec..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_LANG = en -KDE_DOCS = knetstats diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 55b829b..4d7a532 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -48,7 +48,7 @@ Do NOT change these in the translation. --> -&knetstats; Is a simple KDE network monitor that show rx/tx LEDs of any network interface on a system tray icon. +&knetstats; Is a simple TDE network monitor that show rx/tx LEDs of any network interface on a system tray icon. @@ -57,7 +57,7 @@ Please at least include KDE, the KDE package it is in, the name of your application, and a few relevant keywords. --> -KDE +TDE knetstats network monitor @@ -73,7 +73,7 @@ document, and if there is no ID, the name of the generated HTML files will vary from time to time making it hard to manage for maintainers and for the CVS system. Any chapter labelled (OPTIONAL) may be left out at the author's discretion. Other chapters should not be left out in order to maintain a -consistent documentation style across all KDE apps. --> +consistent documentation style across all TDE apps. --> Using &knetstats; @@ -89,7 +89,7 @@ your application. --> Credits and License @@ -99,10 +99,10 @@ distribution. --> Hugo Parente Lima - original author. Thomas Windheuser - SCons help, Debian packages, etc. -KNemo - Icon themes +KNemo - Icon themes Ilyas Bakirov, Roberto Leandrini, Carlos Ortiz, Henrik Gebauer, Edward Romantsov, Wiktor Wandachowicz, Guillaume Savaton, Petar Toushkov, Liu Di - KNetStats translation to other languages -You can find more info on KNetStats website. +You can find more info on Trinity Desktop Environment. diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am deleted file mode 100644 index 5894f60..0000000 --- a/doc/man/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -man_MANS = knetstats.1 - -EXTRA_DIST = $(man_MANS) -- cgit v1.2.3