summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwl <wl>2009-03-07 07:33:49 +0000
committerwl <wl>2009-03-07 07:33:49 +0000
commit2e0092512a9923bec9a913d391e5928110c3bd4f (patch)
treeb701daa468b247b1ac35f7ad476da72aaf7386d2 /Makefile.in
parent231cbd9e8e7cf2fc5da863fbac8f91ea4a62cc44 (diff)
downloadgroff-2e0092512a9923bec9a913d391e5928110c3bd4f.tar.gz
Improve configuration.
* configure.ac: Read `VERSION' and `REVISION' files to provide proper values for AC_INIT. * Makefile.in: Use `@datarootdir@' and `@docdir@' so that configure's `--datarootdir' and `--docdir' options are honoured. Documentation is now by default installed into something like `/usr/local/share/doc/groff-1.20.1'. * configure: Regenerated.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ccc46dcb..e66e66dc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -21,6 +21,8 @@
#
SHELL=@SHELL@
+PACKAGE_TARNAME=@PACKAGE_TARNAME@
+
srcdir=@srcdir@
top_srcdir=@abs_top_srcdir@
VPATH=@srcdir@
@@ -139,6 +141,7 @@ libprogramdir=$(libdir)/groff
# `datasubdir' says where to install platform-independent data files.
datadir=@datadir@
+datarootdir=@datarootdir@
dataprogramdir=$(datadir)/groff
datasubdir=$(dataprogramdir)/$(version)$(revision)
@@ -146,7 +149,7 @@ datasubdir=$(dataprogramdir)/$(version)$(revision)
infodir=@infodir@
# `docdir' says where to install documentation files.
-docdir=$(datadir)/doc/groff/$(version)$(revision)
+docdir=@docdir@
# `exampledir' says where to install example files.
exampledir=$(docdir)/examples