blob: 29663dee8c07d82a12e9c62c58998fae8ad22d1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-am,v 1.9 2000/12/22 17:26:19 jlam Exp $
--- doc/Makefile.am.orig Fri Jan 7 11:57:44 2000
+++ doc/Makefile.am
@@ -6,7 +6,7 @@
SUBDIRS = www.lesstif.org lessdox
-rootdir= $(exec_prefix)/LessTif/doc
+rootdir= $(htmldir)
root_DATA= All.html Clipboard.txt DragAndDrop.txt Form.txt \
GeoUtils.txt Geometry.html SyntheticResources.txt \
UIL.txt XmStrings.txt thread.html INSTALL.html
|