blob: ccff41b17545d0e02687eaa5da6384ac6cede546 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$NetBSD: patch-ab,v 1.2 2000/02/25 17:58:01 jlam Exp $
--- man/egtkbuild.1.in.orig Tue Nov 30 23:00:32 1999
+++ man/egtkbuild.1.in Fri Feb 25 12:39:40 2000
@@ -32,7 +32,7 @@
.TP
.B COMPILE
The command to use to compile the project; the default is
-.RB ' compile '.
+.RB ' "smalleiffel compile" '.
.TP
.B DEBUG
The flags to be given to the C compiler to control the inclusion of
@@ -64,8 +64,7 @@
.B EXTERNAL
Other *.c and *.o files to include in the compilation. By default this
variable contains
-.RB " ${EGTK}/C/eif_gtk.c
-.BR ${EGTK}/C/se/eif_gtk_se.c ".
+.RB ' "@PREFIX@/share/egtk/se/eif_gtk_se.c" '.
.TP
.B LIBS
Compiler options to specify additional directories to search for
|