From: ayin Date: Tue, 12 Jun 2007 22:23:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=6d10e7fa6a9b2a4ac1bc22b6b58c33c60d4a25f8;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 754c96e5..182c62e2 100644 --- 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 index 7b2a9a07..203e8658 100644 --- 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)