fab59e9697
This version works with PostgreSQL 9 "comitski" landry@
13 lines
372 B
Plaintext
13 lines
372 B
Plaintext
$OpenBSD: patch-doc_Makefile,v 1.2 2010/11/16 12:28:42 pea Exp $
|
|
--- doc/Makefile.orig Wed Nov 10 14:26:13 2010
|
|
+++ doc/Makefile Tue Nov 16 11:34:20 2010
|
|
@@ -21,7 +21,7 @@ SCRIPT_HTMLS = $(SCRIPT_TXTS:.txt=.html)
|
|
|
|
COMMON = common.switches.txt common.config.txt common.logutriga.txt
|
|
|
|
-GETATTRS = python ./getattrs.py
|
|
+GETATTRS = ${MODPY_BIN} ./getattrs.py
|
|
|
|
all: man
|
|
|