As long as the cg-cancel name is around, provide docs for it too. Signed-off-by: Tommi Virtanen <[EMAIL PROTECTED]>
--- commit c1970992d81e2c26d2d85ad65b0e2e90fbeee7f1 tree 461b478052898b2d9cfc67a1b29098abdf5d427e parent 97b501908e075bfd1f97261f94842669e7b4db5b author Tommi Virtanen <[EMAIL PROTECTED]> Fri, 26 Aug 2005 13:34:03 +0300 committer Tommi Virtanen <[EMAIL PROTECTED]> 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 $< $@ - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html