diff options
author | Chris Lumens <clumens@redhat.com> | 2007-11-08 15:22:05 -0500 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2007-11-08 15:22:05 -0500 |
commit | 51846b22d6a34286cd0242ab15d8c2dbf67e5ab8 (patch) | |
tree | 4811e9dca807acaca193af051b55a454c7e529f9 /Makefile | |
parent | 3bbc937c6a41ccdb5f2f67434e0cb89f2fbe06fa (diff) | |
download | anaconda-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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/ |