14 lines
409 B
Plaintext
14 lines
409 B
Plaintext
$NetBSD: patch-ag,v 1.1 2004/03/30 18:23:46 ben Exp $
|
|
|
|
--- makefile.unx.orig Thu Aug 8 08:40:25 2002
|
|
+++ makefile.unx
|
|
@@ -5,7 +5,7 @@ LDFLAGS = `wx-config --libs`
|
|
|
|
PROGRAM = tex2rtf
|
|
|
|
-OBJECTS = tex2rtf.o tex2any.o texutils.o rtfutils.o xlputils.o htmlutil.o readshg.o table.o
|
|
+OBJECTS = tex2rtf.o tex2any.o texutils.o rtfutils.o xlputils.o htmlutil.o readshg.o table.o stringmatch.o
|
|
|
|
# implementation
|
|
|