tazbug diff Makefile @ rev 36

add release info in the newbug submision
author border
date Wed Dec 19 18:16:20 2012 -0500 (2012-12-19)
parents 21dba452c589
children a6196911fcd8
line diff
     1.1 --- a/Makefile	Thu Apr 05 00:22:13 2012 +0200
     1.2 +++ b/Makefile	Wed Dec 19 18:16:20 2012 -0500
     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/*~