git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jay Soffian <jaysoffian@gmail.com>
To: git@vger.kernel.org
Cc: Jay Soffian <jaysoffian@gmail.com>
Subject: [PATCH] Add "install-html" rule to top level Makefile
Date: Fri, 25 Jul 2008 12:55:27 -0400	[thread overview]
Message-ID: <1217004927-75826-1-git-send-email-jaysoffian@gmail.com> (raw)

Add "install-html" rule to top level Makefile

Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
---
 Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index d029be3..74b6106 100644
--- a/Makefile
+++ b/Makefile
@@ -1355,6 +1355,8 @@ install-info:
 quick-install-doc:
 	$(MAKE) -C Documentation quick-install
 
+install-html:
+	$(MAKE) -C Documentation install-html
 
 
 ### Maintainer's dist rules
-- 
1.6.0.rc0.155.g4fcc6

             reply	other threads:[~2008-07-25 16:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-25 16:55 Jay Soffian [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-02-19 14:25 [PATCH] Add "install-html" rule to top level Makefile Jay Soffian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1217004927-75826-1-git-send-email-jaysoffian@gmail.com \
    --to=jaysoffian@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).