wok rev 11940

evince-doc: local html help only. Evince goes to www for help
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 29 21:48:25 2012 -0800 (2012-02-29)
parents af7731a785c5
children 95e0d6cca290 85543915e825
files evince-doc/receipt
line diff
     1.1 --- a/evince-doc/receipt	Wed Feb 29 21:28:39 2012 -0800
     1.2 +++ b/evince-doc/receipt	Wed Feb 29 21:48:25 2012 -0800
     1.3 @@ -20,8 +20,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 +	# Note: Evince build disables local help in favor of online help.
     1.8 +	# Consider removing this package from wok. 
     1.9  	mkdir -p $fs/usr/share
    1.10 -	cp -a $_pkg/usr/share/gnome $fs/usr/share
    1.11  	cp -a $_pkg/usr/share/gtk-doc $fs/usr/share
    1.12 -	cp -a $_pkg/usr/share/omf $fs/usr/share
    1.13  }