projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ca4594
)
The Makefile is now aware of Documentation/ include directives
author
David Greaves
<david@dgreaves.com>
Thu, 12 May 2005 21:31:05 +0000
(22:31 +0100)
committer
Petr Baudis
<xpasky@machine.sinus.cz>
Fri, 13 May 2005 22:01:41 +0000
(
00:01
+0200)
It makes the includers (diff commands documentation) depend on the includee
(diff format description).
Signed-off-by: David Greaves <david@dgreaves.com>
Signed-off-by: Petr Baudis <pasky@ucw.cz>
Documentation/Makefile
patch
|
blob
|
history
diff --git
a/Documentation/Makefile
b/Documentation/Makefile
index
b23991d
..
a3ad85d
100644
(file)
--- a/
Documentation/Makefile
+++ b/
Documentation/Makefile
@@
-8,8
+8,9
@@
html: $(DOC_HTML)
man: $(DOC_MAN)
-git-%: %.c $(LIB_FILE)
- $(CC) $(CFLAGS) -o $@ $(filter %.c,$^) $(LIBS)
+# 'include' dependencies
+git-diff-%.txt: diff-format.txt
+ touch $@
clean:
rm -f *.xml *.html *.1