Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
doc: Makefile regularise OBSOLETE_HTML list building
author
Philip Oakley
<philipoakley@iee.org>
Fri, 10 Oct 2014 21:25:36 +0000
(22:25 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 10 Oct 2014 22:59:41 +0000
(15:59 -0700)
Helped-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
992cb20
)
diff --git
a/Documentation/Makefile
b/Documentation/Makefile
index cea0e7ae3db37dcd366e094abdd2a2f32514a247..3b567142850ea785423e44659b01436931970f19 100644
(file)
--- a/
Documentation/Makefile
+++ b/
Documentation/Makefile
@@
-5,6
+5,7
@@
MAN7_TXT =
TECH_DOCS =
ARTICLES =
SP_ARTICLES =
+OBSOLETE_HTML =
MAN1_TXT += $(filter-out \
$(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \
@@
-37,7
+38,7
@@
MAN_TXT = $(MAN1_TXT) $(MAN5_TXT) $(MAN7_TXT)
MAN_XML = $(patsubst %.txt,%.xml,$(MAN_TXT))
MAN_HTML = $(patsubst %.txt,%.html,$(MAN_TXT))
-OBSOLETE_HTML = git-remote-helpers.html
+OBSOLETE_HTML
+
= git-remote-helpers.html
DOC_HTML = $(MAN_HTML) $(OBSOLETE_HTML)
ARTICLES += howto-index