rectangles and ellipses by using your mouse and/or keyboard. The shapes are made up with the ascii characters |, -, / and \. Provided by Hiramatsu Yoshifumi in pkg/13799
12 lines
360 B
Text
12 lines
360 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2001/11/29 08:59:48 martti Exp $
|
|
--- Makefile.in.orig Tue Aug 28 00:17:46 2001
|
|
+++ Makefile.in Tue Aug 28 00:17:42 2001
|
|
@@ -11,7 +11,7 @@
|
|
datadir = $(prefix)/share
|
|
|
|
# Where to put the .el and .elc files
|
|
-lispdir=$(datadir)/emacs/site-lisp
|
|
+lispdir=$(datadir)/emacs/site-lisp/artist
|
|
|
|
# Installation command
|
|
INSTALL = @INSTALL@
|