Git development
 help / color / mirror / Atom feed
* [PATCH] Add target "install-html" the the top level Makefile
@ 2008-06-10  8:34 Teemu Likonen
  0 siblings, 0 replies; only message in thread
From: Teemu Likonen @ 2008-06-10  8:34 UTC (permalink / raw)
  To: git; +Cc: gitster

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>
---

I'm wondering why this target doesn't exist. Is this sane and safe
thing to do?


 Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 1937507..b2b8bef 100644
--- a/Makefile
+++ b/Makefile
@@ -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
 
-- 
1.5.6.rc2.26.g3c446

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-10  8:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-10  8:34 [PATCH] Add target "install-html" the the top level Makefile Teemu Likonen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox