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 | |
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
-rw-r--r-- | mandrake_desk.spec | 5 | ||||
-rw-r--r-- | menu/mandrake_desk | 17 |
2 files changed, 21 insertions, 1 deletions
diff --git a/mandrake_desk.spec b/mandrake_desk.spec index fb779c6..a4036aa 100644 --- a/mandrake_desk.spec +++ b/mandrake_desk.spec @@ -1,7 +1,7 @@ Summary: The Desktop configuration files for Mandrakelinux Name: mandrake_desk Version: 10.1 -Release: 9mdk +Release: 10mdk License: GPL URL: http://www.mandrakelinux.com/ Group: System/Configuration/Other @@ -144,6 +144,9 @@ rm -fr %buildroot %changelog +* Fri Sep 10 2004 David Baudens <baudens@mandrakesoft.com> 10.1-10mdk +- Add documentation to task oriented menu + * Thu Sep 09 2004 David Baudens <baudens@mandrakesoft.com> 10.1-9mdk - Remove all longtitle 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" |