From: root Date: Sat, 2 Jun 2007 04:57:54 +0000 (+0000) Subject: small fixes, also change x11usrlibdir X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=1060e0df7e172584e3118ce8d2ff007e18062ae9;p=dana%2Furxvt.git small fixes, also change x11usrlibdir --- diff --git a/Changes b/Changes index 23cdfa48..513163aa 100644 --- a/Changes +++ b/Changes @@ -29,6 +29,8 @@ DUMB: support tex fonts (patch by Philip Paeps). - add binding for backspace in iso14755 5.1 to remove the last digit. + - go with the times and expect x11 library files in /usr/lib, not + /usr/X11R6/lib. 8.2 Sat Feb 17 21:35:28 CET 2007 - fix make depend in src/, reported by exg. diff --git a/doc/Makefile.in b/doc/Makefile.in index 92d3d0b7..7fcb6dd4 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -48,7 +48,7 @@ rxvtperl.3.pod: ../src/urxvt.pm $(CP) $< $@ %.tbl: %.pod - ./podtbl <$< >$@ + $(srcdir)/podtbl <$< >$@ %.1.man.in: %.1.tbl pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" <$< >$@ @@ -77,7 +77,7 @@ alldoc: rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt rxvtperl.3.txt \ rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html rxvtperl.3.html \ ../README.configure ../README.FAQ - infocmp -C rxvt-unicode >etc/rxvt-unicode.termcap + infocmp -C rxvt-unicode >$(srcdir)/etc/rxvt-unicode.termcap clean: rm -f *~ diff --git a/src/Makefile.in b/src/Makefile.in index 361a8a4e..8e5ed74b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -61,7 +61,7 @@ RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d$(EXEEXT) # Distribution variables # -.SUFFIXES: .C .o +.SUFFIXES: .C .c .o #------------------------------------------------------------------------- # inference rules diff --git a/src/feature.h b/src/feature.h index d1dd21f0..ba1d2b9e 100644 --- a/src/feature.h +++ b/src/feature.h @@ -24,7 +24,7 @@ #define FEATURE_H #ifndef X11USRLIBDIR -# define X11USRLIBDIR "/usr/X11R6/lib" +# define X11USRLIBDIR "/usr/lib" #endif #ifndef X11LIBDIR # define X11LIBDIR X11USRLIBDIR "/X11"