From d1f7309ea90e51362ae3627788ab6e66f675df31 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 29 Apr 2002 15:02:15 +0000 Subject: Handle kb by treating it as a backspace. Make pangox rendering the * src/vte.c: Handle kb by treating it as a backspace. Make pangox rendering the default. Handle control-key sequences better, unless the input method is hiding the modifiers from us. Set the default TERM variable to "xterm-color". * src/vte.c src/vte.h: Get rid of vte_terminal_set_core_font(). --- Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 38e5da42..f4069e09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,20 +6,24 @@ pkgconfig_DATA = vte.pc CVSTAG=$(shell echo $(PACKAGE)-$(VERSION) | sed 's,[\.\-],_,g') +reallytag: + cvs tag -cFR $(CVSTAG) . + tag: $(top_srcdir)/autogen.sh - cvs tag -cFR $(CVSTAG) . + $(MAKE) reallytag archive: root=`cat $(top_srcdir)/CVS/Root` ; \ repo=`cat $(top_srcdir)/CVS/Repository` ; \ tmpdir=`mktemp -d /tmp/$(PACKAGE)-cvsXXXXXX` ; \ + dir=`pwd` ; \ cd $$tmpdir ; \ cvs -d $$root export -r $(CVSTAG) $$repo ; \ - cd $$repo ; \ + cd $$tmpdir/$$repo ; \ ./autogen.sh ; \ make distcheck ; \ - cp $(PACKAGE)-$(VERSION).tar.gz $(top_srcdir) ; \ + cp $(PACKAGE)-$(VERSION).tar.gz $$dir/ ; \ rm -fr $$tmpdir srpm: $(top_srcdir)/$(PACKAGE)-$(VERSION).tar.gz -- cgit v1.2.1