From: Tommi Virtanen <tv@debian.org>
To: git@vger.kernel.org
Cc: Tommi Virtanen <tv@debian.org>
Subject: [PATCH] cogito bugfixes and cleanups, mainly Debian things
Date: Fri, 26 Aug 2005 14:01:35 +0300 [thread overview]
Message-ID: <1125054095206-git-send-email-tv@debian.org> (raw)
In-Reply-To: <11250540952491-git-send-email-tv@debian.org>
Make the text format docs too.
Signed-off-by: Tommi Virtanen <tv@debian.org>
---
commit 3a0094e4985bcb5970ecee2d59d0ba5f5a806d2d
tree b4d3b267a4b15d3068727fad080c12f6d10a6cd9
parent 91aeeed108292bb42f7b133da13ec6881cf84a9e
author Tommi Virtanen <tv@debian.org> Fri, 26 Aug 2005 13:34:09 +0300
committer Tommi Virtanen <tv@debian.org> Fri, 26 Aug 2005 13:34:09 +0300
Documentation/Makefile | 4 +++-
debian/rules | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Documentation/Makefile b/Documentation/Makefile
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -29,7 +29,7 @@ INSTALL=install
# yourself - yes, all 6 characters of it!
#
-all: html man
+all: html man txt
html: $(DOC_HTML)
@@ -38,6 +38,8 @@ man: man1 man7
man1: $(DOC_MAN1)
man7: $(DOC_MAN7)
+txt: $(MAN1_TXT) $(MAN7_TXT)
+
install: man
$(INSTALL) -m755 -d $(DESTDIR)/$(txtdir)
$(INSTALL) $(MAN1_TXT) $(MAN7_TXT) $(DESTDIR)/$(txtdir)
diff --git a/debian/rules b/debian/rules
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ build: build-stamp
build-stamp: configure-stamp
dh_testdir
$(MAKE)
- $(MAKE) -C Documentation html man
+ $(MAKE) -C Documentation all
touch build-stamp
clean:
next prev parent reply other threads:[~2005-08-26 11:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-26 11:01 [PATCH] cogito bugfixes and cleanups, mainly Debian things Tommi Virtanen
2005-08-26 11:01 ` Tommi Virtanen
2005-08-26 11:01 ` Tommi Virtanen
2005-08-26 11:01 ` Tommi Virtanen
2005-08-26 11:01 ` Tommi Virtanen [this message]
2005-09-12 0:31 ` Petr Baudis
2005-09-12 7:29 ` Tommi Virtanen
2005-09-12 10:21 ` Petr Baudis
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=1125054095206-git-send-email-tv@debian.org \
--to=tv@debian.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.