tazusb rev 62

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Feb 20 11:04:36 2010 +0000 (2010-02-20)
parents 4856f473663b
children 37675c726560
files Makefile README
line diff
     1.1 --- a/Makefile	Fri Feb 19 21:39:43 2010 +0100
     1.2 +++ b/Makefile	Sat Feb 20 11:04:36 2010 +0000
     1.3 @@ -1,4 +1,4 @@
     1.4 -# Makefile for Tazlito.
     1.5 +# Makefile for TazUSB.
     1.6  # Check the README for more information.
     1.7  #
     1.8  PREFIX?=/usr
     2.1 --- a/README	Fri Feb 19 21:39:43 2010 +0100
     2.2 +++ b/README	Sat Feb 20 11:04:36 2010 +0000
     2.3 @@ -7,17 +7,17 @@
     2.4  
     2.5  Installation
     2.6  ------------
     2.7 -To install all needed file and compile translated message, make and gettext
     2.8 +To install all needed files and compile translated messages, make and gettext
     2.9  must be installed. Running 'make install' will install everything in /usr, but
    2.10 -an other path and/or destination can be sprcified via PREFIX and DESTDIR.
    2.11 +another path and/or destination can be specified via PREFIX and DESTDIR.
    2.12  Example:
    2.13  
    2.14  	$ make DESTDIR=$PWD/_pkg install
    2.15  
    2.16  Translation
    2.17  -----------	
    2.18 -To start a new translation please use msginit from the pot file directory,
    2.19 -example for French/France locale (fr_FR):
    2.20 +To start a new translation please use msginit from the pot file directory.
    2.21 +Example for French/France locale (fr_FR):
    2.22  
    2.23  	$ msginit -l fr_FR -o fr.po -i tazusb.pot
    2.24  
    2.25 @@ -25,9 +25,9 @@
    2.26  
    2.27  	$ make msgmerge
    2.28  
    2.29 -To compile po files for testing purpose you can use 'make msgfmt' or compile
    2.30 -manualy your translation. Example for french locale, note that file must be 
    2.31 -copied into /usr/share/locale/fr/LC_MESSAGES so gettext can found it:
    2.32 +To compile po files for testing purposes you can use 'make msgfmt' or manually 
    2.33 +compile your translation. Example for french locale, note that the file must be 
    2.34 +copied into /usr/share/locale/fr/LC_MESSAGES so gettext can find it:
    2.35  
    2.36  	$ msgfmt -o tazusb.mo fr.po
    2.37