blob: e744df15ecc015f41b5fc88e54f5571df656d93c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aj,v 1.1 1999/10/21 15:15:03 agc Exp $
Use the correct doc directory.
--- xed/Makefile.in 1999/10/21 15:09:36 1.1
+++ xed/Makefile.in 1999/10/21 15:09:49
@@ -83,7 +83,7 @@
VERSION = @VERSION@
XAWLIB = @XAWLIB@
-docdir = $(prefix)/doc/siag/xedplus
+docdir = $(prefix)/share/doc/siag/xedplus
doc_DATA = xedplus.html CHANGES README TODO
|