$NetBSD: patch-ab,v 1.1.1.1 2002/05/25 23:23:01 rh Exp $

--- makefile.unx.orig	Sun Nov 23 17:55:48 1997
+++ makefile.unx
@@ -2,7 +2,7 @@
 # Valid targets: xview, motif or nogui. These should produce
 # the executables tex2rtf_ol, tex2rtf_motif and tex2rtf_nogui respectively.
 
-WXDIR = ../../..
+WXDIR = ..
 
 # All common UNIX compiler flags and options are now in
 # this central makefile.
@@ -25,7 +25,7 @@
 
 TEX2ANYLIB = $(TEX2RTFDIR)/lib/libtex2any$(GUISUFFIX).a
 
-INC = -I$(WXDIR)/include/base -I$(WXDIR)/include/x -I$(WXHELPDIR)/src $(COMPPATHS)
+INC = -I$(WXDIR)/include/base -I$(WXDIR)/include/x -I$(WXHELPDIR)/src -I$(WXDIR)/src/wxwin $(COMPPATHS)
 
 LDFLAGS = $(XLIB) -L$(WXDIR)/lib -L$(TEX2RTFDIR)/lib
 
