view etc/Makefile @ 2848:3bcbd1795280

(mark_window_display_accurate): Set region_showing fields. (redisplay_window): Update region_showing field. (display_text_line): Set region_showing to t if will show one. (mark_window_display_accurate): Set region_showing fields. (redisplay_window): Update region_showing field. (display_text_line): Set region_showing to t if will show one. (redisplay, redisplay_window): Don't use the cursor-motion special-case code if the region is or was highlighted. (display_text_line): Pass those args, describing the region if the mark is transient and active. (display_menu_bar): Update FRAME_MENU_BAR_ITEMS here.
author Richard M. Stallman <rms@gnu.org>
date Mon, 17 May 1993 04:47:53 +0000
parents bb1a01e47d85
children 3ce509de88ec
line wrap: on
line source

DESTDIR=
LIBDIR=/usr/local/lib
BINDIR=/usr/local/bin
MANDIR=/usr/man/man1
MANEXT=1

all:

distclean:
	-rm -f *~ \#* DOC* core

clean:
	-rm -f core

SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \
	news.texi rc2log refcard.tex spook-lines termcap.* ulimit.hack \
	vcdiff vipcard.tex xmouse.doc

unlock:
	chmod u+w $(SOURCES)

relock:
	chmod u-w $(SOURCES)