Modify Makefile to create NEWS file from git log with make dist
This commit is contained in:
parent
20b17d0c3a
commit
41192e8c0a
1
Makefile
1
Makefile
@ -64,6 +64,7 @@ install: install-dirs install-locales install-icons
|
|||||||
clean:
|
clean:
|
||||||
|
|
||||||
dist: clean
|
dist: clean
|
||||||
|
@git log > NEWS
|
||||||
@tar cf - -C .. $(NAME)-$(VERSION) --exclude=$(NAME)-$(VERSION).tar.bz2 | bzip2 -9 -c > $(NAME)-$(VERSION).tar.bz2
|
@tar cf - -C .. $(NAME)-$(VERSION) --exclude=$(NAME)-$(VERSION).tar.bz2 | bzip2 -9 -c > $(NAME)-$(VERSION).tar.bz2
|
||||||
rm -f $(pck_catalogs:.po=.mo)
|
rm -f $(pck_catalogs:.po=.mo)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user