diff options
author | 2012-09-11 11:06:14 -0700 | |
---|---|---|
committer | 2012-09-11 11:06:14 -0700 | |
commit | 1e51ae8393564c4998bbc809ede7e6438efd616f (patch) | |
tree | 39463efb64daecac4606b14dd585529ba41450ba /Documentation/Makefile | |
parent | Merge branch 'jc/test-prereq' into maint (diff) | |
parent | check-docs: get documented command list from Makefile (diff) | |
download | tgif-1e51ae8393564c4998bbc809ede7e6438efd616f.tar.xz |
Merge branch 'jk/check-docs-update' into maint
* jk/check-docs-update:
check-docs: get documented command list from Makefile
check-docs: drop git-help special-case
check-docs: list git-gui as a command
check-docs: factor out command-list
command-list: mention git-credential-* helpers
command-list: add git-sh-i18n
check-docs: update non-command documentation list
check-docs: mention gitweb specially
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 063fa696c9..cf5916fe8b 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -344,4 +344,7 @@ require-htmlrepo:: quick-install-html: require-htmlrepo '$(SHELL_PATH_SQ)' ./install-doc-quick.sh $(HTML_REPO) $(DESTDIR)$(htmldir) +print-man1: + @for i in $(MAN1_TXT); do echo $$i; done + .PHONY: FORCE |