blob: a837fb23e30a7991e40629aafa8538eb7608637f (
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-aa,v 1.1.1.1 2010/05/04 14:45:32 hauke Exp $
--- doc/Makefile.orig 2003-09-22 22:24:03.000000000 +0200
+++ doc/Makefile
@@ -5,15 +5,15 @@ teapot.mm: teapot.MM command.tbl.0 editl
soelim teapot.MM | grep -v '^\.lf' >teapot.mm
command.html.0 command.tbl.0: command command.bat insTH.ed
- teapot -b command <command.bat
+ ../teapot -b command <command.bat
ed command.tbl.0 <insTH.ed
editline.html.0 editline.tbl.0: editline editline.bat insTH.ed
- teapot -b editline <editline.bat
+ ../teapot -b editline <editline.bat
ed editline.tbl.0 <insTH.ed
unsorted.html.0 unsorted.tbl.0: unsorted unsorted.bat unsorted.ed
- teapot -b unsorted <unsorted.bat
+ ../teapot -b unsorted <unsorted.bat
ed unsorted.tbl.0 <unsorted.ed
teapot.ps: teapot.mm
|