summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-11-13 13:37:16 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-11-13 13:37:16 (GMT)
commitfd7761a1cd1d8ab5cb311b6e7f91e56496e95b84 (patch)
tree3e8a6438216efe2c28cd9a03076b3d831042c82a /Makefile
parent8858448bb49332d353febc078ce4a3abcc962efe (diff)
parent6053f1ae13ced4e6c1a8315e1b8308c79a587e2f (diff)
downloadgit-fd7761a1cd1d8ab5cb311b6e7f91e56496e95b84.zip
git-fd7761a1cd1d8ab5cb311b6e7f91e56496e95b84.tar.gz
git-fd7761a1cd1d8ab5cb311b6e7f91e56496e95b84.tar.bz2
Merge branch 'nd/config-split'
Split the overly large Documentation/config.txt file into million little pieces. This potentially allows each individual piece included into the manual page of the command it affects more easily. * nd/config-split: (81 commits) config.txt: remove config/dummy.txt config.txt: move worktree.* to a separate file config.txt: move web.* to a separate file config.txt: move versionsort.* to a separate file config.txt: move user.* to a separate file config.txt: move url.* to a separate file config.txt: move uploadpack.* to a separate file config.txt: move uploadarchive.* to a separate file config.txt: move transfer.* to a separate file config.txt: move tag.* to a separate file config.txt: move submodule.* to a separate file config.txt: move stash.* to a separate file config.txt: move status.* to a separate file config.txt: move splitIndex.* to a separate file config.txt: move showBranch.* to a separate file config.txt: move sequencer.* to a separate file config.txt: move sendemail-config.txt to config/ config.txt: move reset.* to a separate file config.txt: move rerere.* to a separate file config.txt: move repack.* to a separate file ...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bbfbb42..f77bf17 100644
--- a/Makefile
+++ b/Makefile
@@ -2070,7 +2070,7 @@ $(BUILT_INS): git$X
command-list.h: generate-cmdlist.sh command-list.txt
-command-list.h: $(wildcard Documentation/git*.txt) Documentation/*config.txt
+command-list.h: $(wildcard Documentation/git*.txt) Documentation/*config.txt Documentation/config/*.txt
$(QUIET_GEN)$(SHELL_PATH) ./generate-cmdlist.sh command-list.txt >$@+ && mv $@+ $@
SCRIPT_DEFINES = $(SHELL_PATH_SQ):$(DIFF_SQ):$(GIT_VERSION):\