diff options
author | David Baudens <baudens@mandriva.com> | 2004-09-10 06:48:41 +0000 |
---|---|---|
committer | David Baudens <baudens@mandriva.com> | 2004-09-10 06:48:41 +0000 |
commit | cac149ae78d78c5698f3c6c85f1ed3fdd5e27fbb (patch) | |
tree | 651eb24e294111946278e805714344d177ddb8a7 /menu/mandrake_desk | |
parent | c136dd43e7645c698bb64a083baf1bfceae334d4 (diff) | |
download | common-data-cac149ae78d78c5698f3c6c85f1ed3fdd5e27fbb.tar common-data-cac149ae78d78c5698f3c6c85f1ed3fdd5e27fbb.tar.gz common-data-cac149ae78d78c5698f3c6c85f1ed3fdd5e27fbb.tar.bz2 common-data-cac149ae78d78c5698f3c6c85f1ed3fdd5e27fbb.tar.xz common-data-cac149ae78d78c5698f3c6c85f1ed3fdd5e27fbb.zip |
Add Mandrakelinux documentation
Diffstat (limited to 'menu/mandrake_desk')
-rw-r--r-- | menu/mandrake_desk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/menu/mandrake_desk b/menu/mandrake_desk index a56821e..dee38be 100644 --- a/menu/mandrake_desk +++ b/menu/mandrake_desk @@ -233,3 +233,20 @@ # .hidden ?package(kdepim-kontact): needs="kde" kde_filename="kontact-summary" section=.hidden title="Kontact" icon="kontact-mdk.png" command="kontact --module summary" kde_opt="\\nEncoding=UTF-8\\nDocPath=knotes/index.html\\nTerminal=0\\nGenericName=Popup Notes\\nX-KDE-StartupNotify=true\\nX-DCOP-ServiceType=Unique\\n" + + +## Read documentation +# Mandrakelinux documentation in german +?package(mandrake-doc-de): command="/usr/bin/www-browser /usr/share/doc/mandrake/de/index.html" icon="documentation_section.png" needs="x11" title="Mandrakelinux Documentation in German" section="Read Documentation" + +# Mandrakelinux documentation in english +?package(mandrake-doc-en): command="/usr/bin/www-browser /usr/share/doc/mandrake/en/index.html" icon="documentation_section.png" needs="x11" title="Mandrakelinux Documentation in English" section="Read Documentation" + +# Mandrakelinux documentation in spanish +?package(mandrake-doc-es): command="/usr/bin/www-browser /usr/share/doc/mandrake/es/index.html" icon="documentation_section.png" needs="x11" title="Mandrakelinux Documentation in Spanish" section="Read Documentation" + +# Mandrakelinux documentation in italian +?package(mandrake-doc-it): command="/usr/bin/www-browser /usr/share/doc/mandrake/it/index.html" icon="documentation_section.png" needs="x11" title="Mandrakelinux Documentation in Italian" section="Read Documentation" + +# Mandrakelinux documentation in chinese +?package(mandrake-doc-zh_cn): command="/usr/bin/www-browser /usr/share/doc/mandrake/zh_cn/index.html" icon="documentation_section.png" needs="x11" title="Mandrakelinux documentation in Chinese" section="Read Documentation" |