X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2FMakefile;h=a3ad85dce757560cc704a5c9342936b86e46658e;hb=0a8365a179685feecee427075a9c2db8a66c434a;hp=b23991d52b245dd3ae267941f83e540bf0f4b2e5;hpb=f1a7eb36b017c62d9a007b6b8660bdeec3f94f97;p=git.git diff --git a/Documentation/Makefile b/Documentation/Makefile index b23991d5..a3ad85dc 100644 --- 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