summaryrefslogtreecommitdiff
path: root/mbone/nte/patches/patch-ab
blob: 5710863e63e8d5520cb8bef006e338f30a8d5f40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ab,v 1.2 1998/08/07 11:09:56 agc Exp $

--- src/Makefile.template.orig	Thu Oct 31 14:35:42 1996
+++ src/Makefile.template	Thu Oct 31 14:36:23 1996
@@ -168,13 +168,13 @@
 	$(CC) $(CFLAGS) -c libs.c
 
 ../src/help/blocks.ehtml: text2html ../src/help/blocks.html
-	text2html < ../src/help/blocks.html > ../src/help/blocks.ehtml
+	./text2html < ../src/help/blocks.html > ../src/help/blocks.ehtml
 ../src/help/bindings.ehtml: text2html ../src/help/bindings.html
-	text2html < ../src/help/bindings.html > ../src/help/bindings.ehtml
+	./text2html < ../src/help/bindings.html > ../src/help/bindings.ehtml
 ../src/help/menus.ehtml: text2html ../src/help/menus.html
-	text2html < ../src/help/menus.html > ../src/help/menus.ehtml
+	./text2html < ../src/help/menus.html > ../src/help/menus.ehtml
 ../src/help/xresources.ehtml: text2html ../src/help/xresources.html
-	text2html < ../src/help/xresources.html > ../src/help/xresources.ehtml
+	./text2html < ../src/help/xresources.html > ../src/help/xresources.ehtml