tazlito diff Makefile @ rev 399

Improve GUI; misc changes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 20 17:05:51 2015 +0200 (2015-11-20)
parents d5a2a2af1fdd
children 22eaf700fab5
line diff
     1.1 --- a/Makefile	Tue May 05 09:11:31 2015 +0200
     1.2 +++ b/Makefile	Fri Nov 20 17:05:51 2015 +0200
     1.3 @@ -11,20 +11,20 @@
     1.4  # i18n.
     1.5  
     1.6  pot:
     1.7 -	xgettext -o po/tazlito-wiz/tazlito-wiz.pot -L Shell \
     1.8 -		--package-name="TazLito Wiz" ./tazlito-wiz
     1.9 +	xgettext -o po/tazlito.pot -L Shell -k_ -k_n -k_p:1,2 \
    1.10 +		--package-name="TazLito" ./live.cgi ./tazlito-wiz
    1.11  
    1.12  msgmerge:
    1.13  	@for l in $(LINGUAS); do \
    1.14  		echo -n "Updating $$l po file."; \
    1.15 -		msgmerge -U po/tazlito-wiz/$$l.po po/tazlito-wiz/tazlito-wiz.pot ; \
    1.16 +		msgmerge -U po/$$l.po po/tazlito.pot ; \
    1.17  	done;
    1.18  
    1.19  msgfmt:
    1.20  	@for l in $(LINGUAS); do \
    1.21  		echo "Compiling $$l mo file..."; \
    1.22  		mkdir -p po/mo/$$l/LC_MESSAGES; \
    1.23 -		msgfmt -o po/mo/$$l/LC_MESSAGES/tazlito-wiz.mo po/tazlito-wiz/$$l.po ; \
    1.24 +		msgfmt -o po/mo/$$l/LC_MESSAGES/tazlito.mo po/$$l.po ; \
    1.25  	done;
    1.26  
    1.27  # Installation.
    1.28 @@ -64,9 +64,9 @@
    1.29  	rm -rf $(PREFIX)/etc/tazlito
    1.30  	rm -rf $(PREFIX)/usr/share/doc/tazlito
    1.31  	rm -rf $(PREFIX)/usr/share/applications/tazlito*.desktop
    1.32 -	rm -rf $(PREFIX)/share/locale/*/LC_MESSAGES/tazlito*.mo
    1.33 +	rm -rf $(PREFIX)/share/locale/*/LC_MESSAGES/tazlito.mo
    1.34  
    1.35  clean:
    1.36  	rm -rf po/mo
    1.37 -	rm -f po/tazlito-wiz/*.mo
    1.38 -	rm -f po/tazlito-wiz/*.*~
    1.39 +	rm -f po/*.mo
    1.40 +	rm -f po/*.*~