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

Change location where documentation is installed.

This commit is contained in:
Bruno Haible
2000-08-28 10:34:54 +00:00
parent a9c012bc38
commit b2354903c7
2 changed files with 8 additions and 3 deletions

View File

@@ -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.

View File

@@ -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)