summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-11-08 15:22:05 -0500
committerChris Lumens <clumens@redhat.com>2007-11-08 15:22:05 -0500
commit51846b22d6a34286cd0242ab15d8c2dbf67e5ab8 (patch)
tree4811e9dca807acaca193af051b55a454c7e529f9 /Makefile
parent3bbc937c6a41ccdb5f2f67434e0cb89f2fbe06fa (diff)
downloadanaconda-51846b22d6a34286cd0242ab15d8c2dbf67e5ab8.tar.gz
anaconda-51846b22d6a34286cd0242ab15d8c2dbf67e5ab8.tar.xz
anaconda-51846b22d6a34286cd0242ab15d8c2dbf67e5ab8.zip
Force the ChangeLog to be made, instead of relying on make deps.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1bf6f8b71..281310c8f 100644
--- a/Makefile
+++ b/Makefile
@@ -90,8 +90,9 @@ tag:
ChangeLog:
(GIT_DIR=.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
-archive: ChangeLog tag
+archive: tag
@rm -f ChangeLog docs/kickstart-docs.txt docs/command-line.txt
+ @make ChangeLog
@make -C docs kickstart-docs.txt command-line.txt
@git-archive --format=tar --prefix=anaconda-$(VERSION)/ HEAD > anaconda-$(VERSION).tar
@mkdir -p anaconda-$(VERSION)/docs/