(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.
$(CP) $< $@
%.tbl: %.pod
- ./podtbl <$< >$@
+ $(srcdir)/podtbl <$< >$@
%.1.man.in: %.1.tbl
pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" <$< >$@
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 *~
# Distribution variables
#
-.SUFFIXES: .C .o
+.SUFFIXES: .C .c .o
#-------------------------------------------------------------------------
# inference rules
#define FEATURE_H
#ifndef X11USRLIBDIR
-# define X11USRLIBDIR "/usr/X11R6/lib"
+# define X11USRLIBDIR "/usr/lib"
#endif
#ifndef X11LIBDIR
# define X11LIBDIR X11USRLIBDIR "/X11"