summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2000-08-28 10:34:54 +0000
committerBruno Haible <bruno@clisp.org>2000-08-28 10:34:54 +0000
commitb2354903c7bd53582da3b04856798309a9237672 (patch)
tree2a224bc30b025f99841f0b3d162528575ac51eaa
parenta9c012bc38df19d00bf032aeea453af37b84911c (diff)
downloadgperf-b2354903c7bd53582da3b04856798309a9237672.tar.gz
Change location where documentation is installed.
-rw-r--r--ChangeLog9
-rw-r--r--doc/Makefile.in2
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 377497a..a67d72b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-28 Bruno Haible <bruno@linuix.math.u-bordeaux.fr>
+
+ * doc/Makefile.in (docdir): Change from $(datadir)/doc/@PACKAGE@ to
+ $(prefix)/doc/@PACKAGE@, following the newest GNU standards.
+
2000-08-20 Bruno Haible <bruno@linuix.math.u-bordeaux.fr>
* src/version.cc: Bump version number to 2.7.2.
@@ -68,9 +73,9 @@
* mkinstalldirs: New file, from automake-1.4, grep-2.4.1, guile-1.4,
libtool-1.3.3, make-3.79.1, tar-1.13.
- * srcdir/Makefile.in (MKINSTALLDIRS): New variable.
+ * src/Makefile.in (MKINSTALLDIRS): New variable.
(install, installdirs): Use it instead of mkdir.
- * docdir/Makefile.in (MKINSTALLDIRS): New variable.
+ * doc/Makefile.in (MKINSTALLDIRS): New variable.
(install, installdirs): Use it instead of mkdir.
* INSTALL: Update.
diff --git a/doc/Makefile.in b/doc/Makefile.in
index e76f548..99ac03d 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -31,7 +31,7 @@ datadir = @datadir@
infodir = @infodir@
mandir = @mandir@
man1dir = $(mandir)/man1
-docdir = $(datadir)/doc/@PACKAGE@
+docdir = $(prefix)/doc/@PACKAGE@
dvidir = $(docdir)
psdir = $(docdir)
htmldir = $(docdir)