From 9218a47293b79fcfbe9516d3a4fa4439cdc56a48 Mon Sep 17 00:00:00 2001 From: pcg Date: Tue, 24 Feb 2004 21:51:41 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 2 ++ doc/Makefile.in | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 50754793..c5ab08c9 100644 --- a/Changes +++ b/Changes @@ -20,6 +20,8 @@ - allow NUL bytes (ctrl-@) to be entered even with XIM enabled. - correct cursor width if !focus. - fixed --enable-xgetdefault, reported by eduard bloch. + - added manpage for rxvtc/rxvtd based on the one eduard block + contributed. - many other minor bugfixes. 1.8 Mon Feb 2 20:09:18 CET 2004 diff --git a/doc/Makefile.in b/doc/Makefile.in index 63a0b1ae..a5699cb0 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,5 +1,5 @@ # doc/Makefile.in -*- Makefile -*- -# $Id: Makefile.in,v 1.2 2003-11-24 17:31:27 pcg Exp $ +# $Id: Makefile.in,v 1.4 2004-02-24 21:51:41 pcg Exp $ @MCOMMON@ srcdir = @srcdir@ @@ -22,7 +22,7 @@ YODL_RXVT = yodl/rxvt-colours.yo yodl/rxvt-environment.yo\ yodl/rxvt-resources.yo yodl/rxvt-scrollbar.yo\ yodl/rxvt-textselection.yo YODL_RREF = yodl/rxvtRef-csi.yo yodl/rxvtRef-definitions.yo\ - yodl/rxvtRef-graphics.yo yodl/rxvtRef-keycodes.yo\ + yodl/rxvtRef-keycodes.yo\ yodl/rxvtRef-menubar.yo yodl/rxvtRef-mouse.yo\ yodl/rxvtRef-privatemodes.yo yodl/rxvtRef-sequences.yo\ yodl/rxvtRef-values.yo yodl/rxvtRef-xpm.yo yodl/rxvtRef-xterm.yo @@ -32,7 +32,7 @@ DIST_YODL = yodl/masonyodl.yo yodl/versioninfo.yo yodl/versioninfo.yo.in\ $(YODL_RXVT) yodl/rxvt.yo $(YODL_RREF) yodl/rxvtRef.yo DIST_MENU = menu/menu menu/example.menu menu/rxvt.menu menu/rxvt.zh-menu\ menu/terminal.menu menu/jedmenu.sl -DIST = Makefile.in README.greek README.menu README.xvt BUGS FAQ TODO\ +DIST = Makefile.in README.menu README.xvt BUGS FAQ TODO\ changes.txt xterm.seq LSM.in rxvt.1 rxvt.tbl rxvtRef.txt\ rxvtRef.html rxvtRef-frame.html rxvtRef-toc.html rxvt.html @@ -88,6 +88,8 @@ distclean: install: $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(RXVTNAME).$(manext) + $(INSTALL_DATA) rxvtc.1 $(DESTDIR)$(mandir)/rxvtc.$(manext) + $(INSTALL_DATA) rxvtc.1 $(DESTDIR)$(mandir)/rxvtd.$(manext) uninstall: -(cd $(mandir); $(RMF) $(RXVTNAME).$(manext) ) -- 2.34.1