1--- Instant/Imakefile.orig 1996-06-17 03:50:29 UTC 2+++ Instant/Imakefile 3@@ -1,14 +1,17 @@ 4 #define IHaveSubdirs 5 #define PassCDebugFlags 6+#undef BuildInstallHtmlManPage 7+#define BuildInstallHtmlManPage(x,y,z) /**/ 8 9 SUBDIRS = tptregexp 10 11-ROOT = /usr/local 12+PREFIX ?= /usr/local 13+ROOT = ${PREFIX} 14 BINDIR = $(ROOT)/bin 15 16 INCLUDES = -Itptregexp 17 LOCAL_LIBRARIES = -Ltptregexp -ltptregexp 18-TPTLIB = $(ROOT)/lib/tpt 19+TPTLIB = $(ROOT)/share/sgml/otranspec 20 DEFINES = -DDEF_TPT_LIB=\"$(TPTLIB)\" 21 22 SRCS = main.c util.c info.c translate.c traninit.c tranvar.c tables.c \ 23@@ -19,4 +22,4 @@ DependSubdirs($(SUBDIRS)) 24 MakeSubdirs($(SUBDIRS)) 25 DependSubdirs($(SUBDIRS)) 26 27-ComplexProgramTarget(instant) 28+ComplexProgramTarget(oinstant) 29