1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Install the documentation under $(datadir), not $(prefix).

This commit is contained in:
Bruno Haible
2003-05-06 08:20:31 +00:00
parent c82b70119a
commit 9ff67d7a52
5 changed files with 32 additions and 10 deletions

View File

@@ -1,3 +1,14 @@
2003-04-12 Bruno Haible <bruno@clisp.org>
* doc/configure.in (mandir): Change default value.
* doc/Makefile.in (docdir): Use datadir instead of prefix.
* Makefile.msvc (datadir): New variable.
(mandir, docdir): Use it instead of prefix.
(install, installdirs): Update.
* Makefile.vms (datadir): New variable.
(mandir, docdir): Use it instead of prefix.
(install, installdirs): Update.
2003-04-12 Bruno Haible <bruno@clisp.org>
* README.vms: New file.