repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 85e2d8592c8f08489e29b872bc1917bd61d258ad: path_to: revision_to:
commit 85e2d8592c8f08489e29b872bc1917bd61d258ad Author: Emanuele GiaquintaDate: Tue Jun 12 22:23:36 2007 +0000 *** empty log message *** diff --git a/doc/Makefile.in b/doc/Makefile.in
--- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -86,13 +86,14 @@ alldoc: rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man clean: rm -f *~ + rm -f rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man rxvtperl.3.man realclean: clean - rm -f tags ../README.configure ../README.FAQ - rm -f rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in - rm -f rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man - rm -f rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt - rm -f rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html + rm -f rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in + rm -f rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt rxvtperl.3.txt + rm -f rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html rxvtperl.3.html + rm -f ../README.configure ../README.FAQ + rm -f $(srcdir)/etc/rxvt-unicode.termcap cleandir: realclean diff --git a/src/Makefile.in b/src/Makefile.in
--- a/src/Makefile.in +++ b/src/Makefile.in @@ -113,12 +113,12 @@ clean: rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp realclean: clean - rm -f tags TAGS rxvtlib.h + rm -f tags TAGS cleandir: realclean distclean: realclean - rm -f Makefile + rm -f Makefile rxvtlib.h install-perl: @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)
-----END OF PAGE-----