From 81ede9dbd42cfbe15f2e052ff86be1e67a5c5323 Mon Sep 17 00:00:00 2001 From: ayin Date: Tue, 12 Jun 2007 22:35:15 +0000 Subject: [PATCH] *** empty log message *** --- doc/Makefile.in | 8 ++++---- src/Makefile.in | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index 182c62e2..73358ea8 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -88,7 +88,10 @@ clean: rm -f *~ rm -f rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man rxvtperl.3.man -realclean: clean +distclean: clean + rm -f Makefile + +realclean: distclean 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 @@ -97,9 +100,6 @@ realclean: clean cleandir: realclean -distclean: - rm -f Makefile - install: $(INSTALL) -d $(DESTDIR)$(man1dir) $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext) diff --git a/src/Makefile.in b/src/Makefile.in index 203e8658..c9a8197d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -112,14 +112,14 @@ clean: rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp -realclean: clean +distclean: clean + rm -f Makefile rxvtlib.h + +realclean: distclean rm -f tags TAGS cleandir: realclean -distclean: realclean - rm -f Makefile rxvtlib.h - install-perl: @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir) @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt @@ -133,7 +133,7 @@ install-bin: allbin $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME) $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME) -install: install-bin alldoc install-perl +install: install-bin install-perl perlxsi.c: Makefile $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt -- 2.34.1