tazbug diff Makefile @ rev 41

Added tag 1.1 for changeset 194cf31e095c
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 04 17:20:08 2013 +0100 (2013-01-04)
parents 21dba452c589
children a6196911fcd8
line diff
     1.1 --- a/Makefile	Thu Apr 05 00:22:13 2012 +0200
     1.2 +++ b/Makefile	Fri Jan 04 17:20:08 2013 +0100
     1.3 @@ -26,7 +26,7 @@
     1.4  	@for l in $(LINGUAS); do \
     1.5  		echo "Compiling $$l mo file..."; \
     1.6  		mkdir -p po/mo/$$l/LC_MESSAGES; \
     1.7 -		msgfmt -o po/mo/$$l/LC_MESSAGES/pizza.mo po/$$l.po; \
     1.8 +		msgfmt -o po/mo/$$l/LC_MESSAGES/$(PACKAGE).mo po/$$l.po; \
     1.9  	done;
    1.10  
    1.11  # Client install only. Server part is not packaged
    1.12 @@ -63,3 +63,9 @@
    1.13  	rm -f $(DESTDIR)$(PREFIX)/bin/tazbug*
    1.14  	rm -f $(DESTDIR)$(PREFIX)/share/applications/tazbug*
    1.15  	rm -f $(DESTDIR)$(PREFIX)/etc/slitaz/tazbug.conf
    1.16 +
    1.17 +# Clean source
    1.18 +
    1.19 +clean:
    1.20 +	rm -rf po/mo
    1.21 +	rm -f po/*~