Modify Makefile to create NEWS file from git log with make dist

This commit is contained in:
silvan 2011-04-28 11:09:56 +02:00
parent 20b17d0c3a
commit 41192e8c0a
3 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ install: install-dirs install-locales install-icons
clean:
dist: clean
@git log > NEWS
@tar cf - -C .. $(NAME)-$(VERSION) --exclude=$(NAME)-$(VERSION).tar.bz2 | bzip2 -9 -c > $(NAME)-$(VERSION).tar.bz2
rm -f $(pck_catalogs:.po=.mo)

BIN
po/es.mo

Binary file not shown.

BIN
po/it.mo

Binary file not shown.