From 0be09d28cf30b31ef42cd6e9ae8fd7710863e1cd Mon Sep 17 00:00:00 2001 From: gregory guy Date: Mon, 30 Dec 2019 13:56:51 +0100 Subject: Drop automake build support. Add basic build instructions to the INSTALL file. Rework of the README and help page. Signed-off-by: gregory guy --- doc/Makefile.am | 6 ------ doc/en/Makefile.am | 11 ----------- doc/en/index.docbook | 26 +++++++++++++++++++------- 3 files changed, 19 insertions(+), 24 deletions(-) delete mode 100644 doc/Makefile.am delete mode 100644 doc/en/Makefile.am (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index 52da3dc..0000000 --- a/doc/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## - -SUBDIRS = en - -####### tdevelop will overwrite this part!!! (end)############ - diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index 9974812..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## - - -EXTRA_DIST = index.docbook - -####### tdevelop will overwrite this part!!! (end)############ - -KDE_LANG = en -KDE_DOCS = tdesudo - - diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 835ca7a..7886bb7 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -97,10 +97,10 @@ is specified at RUNAS Copyright 2003 Robert Gruber -The author can be reached through email at -rgruber@users.sourceforge.net. Please report any bugs you -find to me so that I can fix them. If you have a suggestion, feel free -to contact me. + +&tdesudo; is part of the TDE project, for bug reports, please, report them to + the Trinity developpers. + &underFDL; &underGPL; @@ -112,15 +112,27 @@ to contact me. Downloading - -&install.intro.documentation; + +The source code is available at https://mirror.git.trinitydesktop.org/gitea/TDE/tdesudo . + Compiling -&install.compile.documentation; + +In order to compile and install &tdesudo; on your system, you will need cmake. + + +% mkdir -p build +% cd build +% cmake .. +% make install + + +For further instructions, please, read the INSTALL file. + -- cgit v1.2.1