From 51846b22d6a34286cd0242ab15d8c2dbf67e5ab8 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Thu, 8 Nov 2007 15:22:05 -0500 Subject: Force the ChangeLog to be made, instead of relying on make deps. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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/ -- cgit