summaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2011-10-16 11:07:32 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-10-16 18:09:34 (GMT)
commit07ea4df2780663aa851b7f7177d09ab63d1441bb (patch)
tree48828835cc1a51e050b7eac51fd681950a4a0ce8 /Documentation/Makefile
parent6d3902b0d05a5aaa31d09db889c03b90749e11b3 (diff)
downloadgit-07ea4df2780663aa851b7f7177d09ab63d1441bb.zip
git-07ea4df2780663aa851b7f7177d09ab63d1441bb.tar.gz
git-07ea4df2780663aa851b7f7177d09ab63d1441bb.tar.bz2
gitweb: Add gitweb(1) manpage for gitweb itself
Most of what is in gitweb.txt it has been pulled directly from the README and INSTALL files of gitweb. Current version is somewhat based on structure of SVN::Web manpage (one of web interfaces for Subversion). gitweb.conf(5) i.e. gitweb configuration manpage now refers to appropriate sections in gitweb(1). gitweb/README now refers to gitweb/INSTALL and gitweb(1) manpage. gitweb/INSTALL now refers to gitweb.conf(5) and gitweb(1). Inspired-by: Drew Northup <drew.northup@maine.edu> Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index c631da8..5513256 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -1,7 +1,7 @@
MAN1_TXT= \
$(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \
$(wildcard git-*.txt)) \
- gitk.txt git.txt
+ gitk.txt gitweb.txt git.txt
MAN5_TXT=gitattributes.txt gitignore.txt gitmodules.txt githooks.txt \
gitrepository-layout.txt gitweb.conf.txt
MAN7_TXT=gitcli.txt gittutorial.txt gittutorial-2.txt \