Makefile: 'make' to update version information in autoport and autodist
This commit is contained in:
parent
ab7277840f
commit
f417ba6a7d
3
Makefile
3
Makefile
@ -34,6 +34,7 @@ distdir = $(PACKAGE)-$(VERSION)
|
||||
dist_archive = $(distdir).tar.bz2
|
||||
|
||||
default:
|
||||
@sed -i "s|^VERSION=.*|VERSION=$(VERSION)|" autodist autoport
|
||||
|
||||
install-dirs:
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(configdir)/scripts
|
||||
@ -92,7 +93,7 @@ install: \
|
||||
clean:
|
||||
rm -f $(dist_archive)
|
||||
|
||||
dist: clean
|
||||
dist: clean default
|
||||
@git log > ChangeLog.git
|
||||
@mkdir /tmp/$(distdir)
|
||||
@cp -a * /tmp/$(distdir)/
|
||||
|
2
autodist
2
autodist
@ -5,7 +5,7 @@
|
||||
#
|
||||
# Released under the terms of the GNU GPL release 3 license
|
||||
#
|
||||
VERSION=0.8.3
|
||||
VERSION=0.9.0
|
||||
me=(${0##*/} $VERSION "Sat Aug 20 2010")
|
||||
exec 3>`readlink /proc/self/fd/0`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user