From 723b9c5522e1d9dd02b1be3a37e03c14dab2a374 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 11 Feb 2005 18:06:44 +0000 Subject: [PATCH] *** empty log message *** --- doc/Makefile.in | 6 +- doc/rxvt.7.html | 329 ++++++++++++++--------- doc/rxvt.7.man.in | 779 +++++++++++++++++++++++++++++------------------------- doc/rxvt.7.pod | 265 ++++++++++++------- doc/rxvt.7.txt | 321 +++++++++++++--------- 5 files changed, 996 insertions(+), 704 deletions(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index 45529b0..e4ade72 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,5 +1,5 @@ # doc/Makefile.in -*- Makefile -*- -# $Id: Makefile.in,v 1.19 2004-09-08 17:22:35 root Exp $ +# $Id: Makefile.in,v 1.20 2005-02-11 18:06:44 root Exp $ @MCOMMON@ srcdir = @srcdir@ @@ -38,10 +38,10 @@ SEDREPLACE = -e 's%@@RXVT_VERSION@@%$(VERSION)%g;'\ ./podtbl <$< >$@ %.1.man.in: %.1.tbl - pod2man -n rxvt -r"$(VERSION)" -qnone -s1 -c "RXVT-UNICODE" <$< >$@ + pod2man -n rxvt -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" <$< >$@ %.7.man.in: %.7.tbl - pod2man -n rxvt -r"$(VERSION)" -qnone -s7 -c "RXVT-UNICODE" <$< >$@ + pod2man -n rxvt -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@ %.html: %.tbl $(SED) $(SEDREPLACE) <$< | pod2html >$@ diff --git a/doc/rxvt.7.html b/doc/rxvt.7.html index f0d4bb3..c318216 100644 --- a/doc/rxvt.7.html +++ b/doc/rxvt.7.html @@ -13,10 +13,11 @@