diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-03-02 13:57:11 +0100 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2021-03-02 14:10:10 +0100 |
commit | 95a6a36403a289814bb252cd5496e4d67d331b11 (patch) | |
tree | 2da9acd78281232d12a8a2da75d5e78b9f220df9 /doc/en | |
parent | 1ada9e7a1182c27208d784aab9f046dd5da0d22f (diff) | |
download | kmplayer-95a6a36403a289814bb252cd5496e4d67d331b11.tar.gz kmplayer-95a6a36403a289814bb252cd5496e4d67d331b11.zip |
Drop automake build support.
Add basic cmake build instructions.
Delete empty file NEWS.
Rework of the README and the English help page files.
Update some cmake files with latest macros.
libXv and libXext are handled by cmake intern modules through X11 variables.
Few cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/Makefile.am | 5 | ||||
-rw-r--r-- | doc/en/index.docbook | 11 |
2 files changed, 5 insertions, 11 deletions
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index 135460c..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -EXTRA_DIST = index.docbook - - -KDE_LANG = en -KDE_DOCS = kmplayer diff --git a/doc/en/index.docbook b/doc/en/index.docbook index fe2b7e1..fb93454 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -45,7 +45,7 @@ <abstract> <para> - &kmplayer; is an application that is a &kde; frontend to <application>MPlayer</application>, <application>Xine</application> and <application>GStreamer</application>. + &kmplayer; is an application that is a TDE frontend to <application>MPlayer</application>, <application>Xine</application> and <application>GStreamer</application>. </para> </abstract> @@ -72,13 +72,12 @@ supports as well as watching from <acronym>DVD</acronym>, <acronym>VCD</acronym> or <acronym>TV</acronym> and <acronym>camera</acronym>. </para> <para> -The documentation for &kappname; was not finished when &kde; was -installed on this computer.</para> <para>If you need more help, please -check <ulink url="http://www.kde.org">The KDE Website</ulink> for +The documentation for &kappname; has yet to be completed. +</para> +<para>If you need more help, please check <ulink url="http://trinitydesktop.org">The TDE Website</ulink> for updates, or by submitting your question to -<ulink url="mailto:kde-user@kde.org">The &kde; User Mailing list</ulink>. +<ulink url="http://trinitydesktop.org/mailinglist.php">The TDE User Mailing list</ulink>. </para> -<para><emphasis>The &kde; Team</emphasis></para> </chapter> <chapter id="gui"> |