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: <11250540952285-git-send-email-tv@debian.org> (raw)
In-Reply-To: <11250540944027-git-send-email-tv@debian.org>
As long as the cg-cancel name is around, provide docs for it too.
Signed-off-by: Tommi Virtanen <tv@debian.org>
---
commit c1970992d81e2c26d2d85ad65b0e2e90fbeee7f1
tree 461b478052898b2d9cfc67a1b29098abdf5d427e
parent 97b501908e075bfd1f97261f94842669e7b4db5b
author Tommi Virtanen <tv@debian.org> Fri, 26 Aug 2005 13:34:03 +0300
committer Tommi Virtanen <tv@debian.org> Fri, 26 Aug 2005 13:34:03 +0300
Documentation/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/Documentation/Makefile b/Documentation/Makefile
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -1,7 +1,7 @@
CG_IGNORE=$(wildcard ../cg-X* ../cg-*.orig ../cg-*.rej)
CG_SRC=$(filter-out $(CG_IGNORE), $(wildcard ../cg-*))
-MAN1_TXT=$(patsubst ../cg-%,cg-%.txt,$(CG_SRC))
+MAN1_TXT=$(patsubst ../cg-%,cg-%.txt,$(CG_SRC)) cg-cancel.txt
MAN7_TXT=cogito.txt
DOC_HTML=$(patsubst %.txt,%.html,$(MAN1_TXT) $(MAN7_TXT)) introduction.html
@@ -71,3 +71,9 @@ cogito.txt : make-cogito-asciidoc
cg-%.txt : ../cg-% make-cg-asciidoc
./make-cg-asciidoc $< > $@
+
+cg-cancel.txt : cg-reset.txt
+ ln -s $< $@
+
+cg-cancel.1 : cg-reset.1
+ ln -s $< $@
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 [this message]
2005-08-26 11:01 ` Tommi Virtanen
2005-08-26 11:01 ` Tommi Virtanen
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=11250540952285-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 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).