diff options
author | Teemu Likonen <tlikonen@iki.fi> | 2008-06-10 11:34:25 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-21 00:01:18 -0700 |
commit | ae081f3ebd5f65c453051b2db7b83d2a7c280827 (patch) | |
tree | c5e1343437c9a6d641c81d3cc52049bd48f6e2b3 /Makefile | |
parent | 66aafad5e43815e5f54634e4ef787cd759388880 (diff) | |
download | git-ae081f3ebd5f65c453051b2db7b83d2a7c280827.tar.gz git-ae081f3ebd5f65c453051b2db7b83d2a7c280827.tar.xz |
Add target "install-html" the the top level Makefile
This makes it possible to install html documents from the top level
directory. Previously such target was only in Documentation/Makefile.
Signed-off-by: Teemu Likonen <tlikonen@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1290,6 +1290,9 @@ endif install-doc: $(MAKE) -C Documentation install +install-html: + $(MAKE) -C Documentation install-html + install-info: $(MAKE) -C Documentation install-info |