a1097b90d8
2.2.8a has build fixes for 2.2.8. The major changes between version 2.2.7 and 2.2.8 are * Resolution of some build problems with gettext. * The environment variable INDENT_PROFILE can be used to specify a profile file. * Bug fixes. The major changes between version 2.2.6 and 2.2.7 are * Support for I18N (internationalisation) with gettext. * Tarball directory restructuring. * Bug fixes
13 lines
336 B
Text
13 lines
336 B
Text
$NetBSD: patch-aa,v 1.5 2002/08/31 00:29:59 wiz Exp $
|
|
|
|
--- doc/Makefile.in.orig Sat Aug 31 02:23:30 2002
|
|
+++ doc/Makefile.in
|
|
@@ -103,7 +103,7 @@ TEXI2PDF = @TEXI2PDF@
|
|
|
|
info_TEXINFOS = indent.texinfo
|
|
|
|
-docdir = $(prefix)/doc/@PACKAGE@
|
|
+docdir = $(prefix)/share/doc/@PACKAGE@
|
|
dvidir = $(docdir)
|
|
psdir = $(docdir)
|
|
pdfdir = $(docdir)
|