summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-01-17 23:59:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-01-17 23:59:44 (GMT)
commita4c3616b19700cc60e06096f59c4aae0e6635cfe (patch)
treed95ff48a0b18053c6ef242c1f39dce0a25c63e28 /Documentation
parenta0db3e5878fd5fa3f54bcf7042ad3d0cb30e07f2 (diff)
parent13fca9f36b6dfa1a4a8bb3a67bb9a41705bea68a (diff)
downloadgit-a4c3616b19700cc60e06096f59c4aae0e6635cfe.zip
git-a4c3616b19700cc60e06096f59c4aae0e6635cfe.tar.gz
git-a4c3616b19700cc60e06096f59c4aae0e6635cfe.tar.bz2
Merge branch 'jn/makefile'
* jn/makefile: Makefile: consolidate .FORCE-* targets Makefile: learn to generate listings for targets requiring special flags Makefile: use target-specific variable to pass flags to cc Makefile: regenerate assembler listings when asked
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 4797b2d..8a8a395 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -204,7 +204,7 @@ install-pdf: pdf
install-html: html
'$(SHELL_PATH_SQ)' ./install-webdoc.sh $(DESTDIR)$(htmldir)
-../GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE
+../GIT-VERSION-FILE: FORCE
$(QUIET_SUBDIR0)../ $(QUIET_SUBDIR1) GIT-VERSION-FILE
-include ../GIT-VERSION-FILE
@@ -337,4 +337,4 @@ quick-install-man:
quick-install-html:
'$(SHELL_PATH_SQ)' ./install-doc-quick.sh $(HTML_REF) $(DESTDIR)$(htmldir)
-.PHONY: .FORCE-GIT-VERSION-FILE
+.PHONY: FORCE