repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 85e2d8592c8f08489e29b872bc1917bd61d258ad:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 85e2d8592c8f08489e29b872bc1917bd61d258ad
Author: Emanuele Giaquinta 
Date:   Tue Jun 12 22:23:36 2007 +0000

    *** empty log message ***

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 754c96e52c8c9bea30e5ef940d6076307eaa8e1d..
index ..182c62e2388604b4316f31279c684686627cad1e 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 7b2a9a0793d703197220d1d77ab5c31d4dcfd810..
index ..203e865897e882343422ed265d335c26aa823a95 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)

-----END OF PAGE-----