slitaz-tools diff Makefile @ rev 558

tazdrop: add support for *.ico
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 18 05:03:13 2011 +0200 (2011-04-18)
parents d89081e15839
children 6da712ba04f2
line diff
     1.1 --- a/Makefile	Sun Apr 17 22:45:45 2011 +0200
     1.2 +++ b/Makefile	Mon Apr 18 05:03:13 2011 +0200
     1.3 @@ -11,11 +11,15 @@
     1.4  
     1.5  # i18n.
     1.6  
     1.7 -tazboxpot:
     1.8 +tazbox-pot:
     1.9  	xgettext -o po/tazbox/tazbox.pot -L Shell \
    1.10  		--package-name="TazBox" ./tazbox/tazbox
    1.11  
    1.12 -pot: tazboxpot
    1.13 +tazdrop-pot:
    1.14 +	xgettext -o po/tazdrop/tazdrop.pot -L Shell \
    1.15 +		--package-name="TazDrop" ./tazdrop/tazdrop
    1.16 +
    1.17 +pot: tazbox-pot tazdrop-pot
    1.18  	@for p in $(TINYUTILS); do \
    1.19  		echo -n "Generating $$p pot file... "; \
    1.20  		xgettext -o po/$$p/$$p.pot -L Shell \