summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-02-22 23:56:15 +0000
committerKarl Heuer <kwzh@gnu.org>1994-02-22 23:56:15 +0000
commitb9e6119143fdc3b8aef783b3e8b76a52918b9627 (patch)
treec552cdbf704b7d030160e52f848a4a4ffc515982 /Makefile.in
parent25be3ced81a029f5433a853e2230f5efcea68c9c (diff)
downloademacs-b9e6119143fdc3b8aef783b3e8b76a52918b9627.tar.gz
Use docdir to initialize PATH_DOC in paths.h.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 63dddb6f65b..5db8cf1906b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -162,6 +162,9 @@ lockdir=@lockdir@
# once.
archlibdir=@archlibdir@
+# Where to put the docstring file.
+docdir=@docdir@
+
# ==================== Utility Programs for the Build ====================
# Allow the user to specify the install program.
@@ -207,6 +210,7 @@ src/paths.h: Makefile ${srcdir}/src/paths.h.in FRC.src.paths.h
-e 's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";' \
-e 's;\(#.*PATH_INFO\).*$$;\1 "${infodir}";' \
-e 's;\(#.*PATH_DATA\).*$$;\1 "${etcdir}";' \
+ -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";' \
-e 's;\(#.*PATH_LOCK\).*$$;\1 "${lockdir}/";')
@${srcdir}/move-if-change src/paths.h.tmp src/paths.h