Generate a ChangeLog, if possible, and copy it to the dist directory in order

to be shipped with the release
This commit is contained in:
dlezcano 2008-10-28 22:08:05 +00:00
parent 732db53f60
commit f04d36bf47

View File

@ -5,14 +5,16 @@ DIST_SUBDIRS = config src test etc
EXTRA_DIST = lxc.spec
ChangeLog::
touch ChangeLog
@touch ChangeLog
dist-hook:
-@cvs2cl
@cp ChangeLog $(distdir)
rpm: dist
rpmbuild --clean -ta ${distdir}.tar.gz
release: rpm
@echo "Generating ChangeLog"
@cvs2cl
@sh ./release.sh $(PACKAGE_NAME) \
$(LXC_MAJOR_VERSION) \
$(LXC_MINOR_VERSION) \