*** empty log message ***
authorayin <ayin>
Tue, 12 Jun 2007 22:35:15 +0000 (22:35 +0000)
committerayin <ayin>
Tue, 12 Jun 2007 22:35:15 +0000 (22:35 +0000)
doc/Makefile.in
src/Makefile.in

index 182c62e2388604b4316f31279c684686627cad1e..73358ea88da3aa5ee4f289ee7fb42a57bb2e93bb 100644 (file)
@@ -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)
index 203e865897e882343422ed265d335c26aa823a95..c9a8197d6d9cf178decac7e2063bb38a2a841f8a 100644 (file)
@@ -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