Skip to content

Commit 1b0882c

Browse files
pks-tgitster
authored andcommitted
Makefile: stop including "GIT-VERSION-FILE" in docs
We include "GIT-VERSION-FILE" in our docs Makefile, but don't actually use the "GIT_VERSION" variable that it provides. This is a leftover from the conversion to make "GIT-VERSION-GEN" generate version information in-place by substituting placeholders in 4838dea (Makefile: refactor GIT-VERSION-GEN to be reusable, 2024-12-06) and subsequent commits, where all usages of the variable were removed. Stop including the file. Signed-off-by: Patrick Steinhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 904339e commit 1b0882c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Documentation/Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,6 @@ install-pdf: pdf
276276
install-html: html
277277
'$(SHELL_PATH_SQ)' ./install-webdoc.sh $(DESTDIR)$(htmldir)
278278

279-
../GIT-VERSION-FILE: FORCE
280-
$(QUIET_SUBDIR0)../ $(QUIET_SUBDIR1) GIT-VERSION-FILE
281-
282-
ifneq ($(filter-out lint-docs clean,$(MAKECMDGOALS)),)
283-
-include ../GIT-VERSION-FILE
284-
endif
285-
286279
mergetools_txt = mergetools-diff.txt mergetools-merge.txt
287280

288281
#

0 commit comments

Comments
 (0)