tazusb rev 84

Makefile: put pkg name and version in POT file
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jun 07 12:18:31 2011 +0200 (2011-06-07)
parents 3e4b4e3aabbf
children 4132d6adf084
files Makefile
line diff
     1.1 --- a/Makefile	Tue Jun 07 10:13:44 2011 +0200
     1.2 +++ b/Makefile	Tue Jun 07 12:18:31 2011 +0200
     1.3 @@ -15,7 +15,10 @@
     1.4  # i18n.
     1.5  
     1.6  pot:
     1.7 -	xgettext -o po/tazusbbox/tazusbbox.pot -L Shell ./tazusbbox
     1.8 +	xgettext -o po/tazusbbox/tazusbbox.pot -L Shell \
     1.9 +		--package-name="TazUSB" \
    1.10 +		--package-version="$(VERSION)" \
    1.11 +		./tazusbbox
    1.12  
    1.13  msgmerge:
    1.14  	@for l in $(LINGUAS); do \