Commit f04d36bf by dlezcano

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

to be shipped with the release
parent 732db53f
......@@ -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) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment