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

index 754c96e52c8c9bea30e5ef940d6076307eaa8e1d..182c62e2388604b4316f31279c684686627cad1e 100644 (file)
@@ -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
 
index 7b2a9a0793d703197220d1d77ab5c31d4dcfd810..203e865897e882343422ed265d335c26aa823a95 100644 (file)
@@ -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)