diff options
author | gregory guy <[email protected]> | 2019-12-30 13:56:51 +0100 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-12-31 14:05:14 +0100 |
commit | 0be09d28cf30b31ef42cd6e9ae8fd7710863e1cd (patch) | |
tree | 8b6559e7e9a8c6f70fef0cd7b7605dab7eb03cd5 /doc | |
parent | 2b89fdc47029a313edb28a74521d84c23fd4ff13 (diff) | |
download | tdesudo-0be09d28cf30b31ef42cd6e9ae8fd7710863e1cd.tar.gz tdesudo-0be09d28cf30b31ef42cd6e9ae8fd7710863e1cd.zip |
Drop automake build support.
Add basic build instructions to the INSTALL file.
Rework of the README and help page.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 6 | ||||
-rw-r--r-- | doc/en/Makefile.am | 11 | ||||
-rw-r--r-- | doc/en/index.docbook | 26 |
3 files changed, 19 insertions, 24 deletions
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</para></listitem> <para>Copyright 2003 Robert Gruber</para> -<para>The author can be reached through email at -<email>[email protected]</email>. Please report any bugs you -find to me so that I can fix them. If you have a suggestion, feel free -to contact me.</para> +<para> +&tdesudo; is part of the TDE project, for bug reports, please, report them to + the Trinity developpers. +</para> &underFDL; &underGPL; @@ -112,15 +112,27 @@ to contact me.</para> <sect1 id="downloading"> <title>Downloading</title> - -&install.intro.documentation; +<para> +The source code is available at <ulink url="https://mirror.git.trinitydesktop.org/gitea/TDE/tdesudo">https://mirror.git.trinitydesktop.org/gitea/TDE/tdesudo</ulink> . +</para> </sect1> <sect1 id="compiling"> <title>Compiling</title> -&install.compile.documentation; +<para> +In order to compile and install &tdesudo; on your system, you will need cmake. + +<screen width="40"> +<prompt>%</prompt> <userinput>mkdir -p build</userinput> +<prompt>%</prompt> <userinput>cd build</userinput> +<prompt>%</prompt> <userinput>cmake ..</userinput> +<prompt>%</prompt> <userinput>make install</userinput> +</screen> + +For further instructions, please, read the INSTALL file. +</para> </sect1> </appendix> |