1c951b39ec
- Add WITHOUT_NLS support. - Install doc files into the standard DOCSDIR only. - Clean up Makefile to make portlint happy. - Improvements since 1.5: translated .po files, $SP_MESSAGE_FORMAT, HTTP redirection, $SP_HTTP_USER_AGENT, $SP_HTTP_ACCEPT, and preserve case option in osx(1). Submitted by: hrs
11 lines
366 B
Text
11 lines
366 B
Text
--- doc/Makefile.in.orig Fri Dec 23 23:15:58 2005
|
|
+++ doc/Makefile.in Fri Aug 25 03:38:13 2006
|
|
@@ -214,7 +214,7 @@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
-docdir = $(datadir)/doc
|
|
+docdir = $(prefix)/share/doc
|
|
pkgdocdir = $(docdir)/@PACKAGE@
|
|
pkgdochtmldir = $(pkgdocdir)/doc
|
|
MAINTAINERCLEANFILES = Makefile.in
|