comparison Makefile.in @ 6033:f4dead15502f

Use docdir to initialize PATH_DOC in paths.h.
author Karl Heuer <kwzh@gnu.org>
date Tue, 22 Feb 1994 23:56:15 +0000
parents f03d2629a6a3
children 83c6f15698be
comparison
equal deleted inserted replaced
6032:07507709e0fe 6033:f4dead15502f
160 # and configuration name, so that multiple configurations 160 # and configuration name, so that multiple configurations
161 # for multiple versions of Emacs may be installed at 161 # for multiple versions of Emacs may be installed at
162 # once. 162 # once.
163 archlibdir=@archlibdir@ 163 archlibdir=@archlibdir@
164 164
165 # Where to put the docstring file.
166 docdir=@docdir@
167
165 # ==================== Utility Programs for the Build ==================== 168 # ==================== Utility Programs for the Build ====================
166 169
167 # Allow the user to specify the install program. 170 # Allow the user to specify the install program.
168 INSTALL = @INSTALL@ 171 INSTALL = @INSTALL@
169 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 172 INSTALL_PROGRAM = @INSTALL_PROGRAM@
205 -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";' \ 208 -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";' \
206 -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \ 209 -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \
207 -e 's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";' \ 210 -e 's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";' \
208 -e 's;\(#.*PATH_INFO\).*$$;\1 "${infodir}";' \ 211 -e 's;\(#.*PATH_INFO\).*$$;\1 "${infodir}";' \
209 -e 's;\(#.*PATH_DATA\).*$$;\1 "${etcdir}";' \ 212 -e 's;\(#.*PATH_DATA\).*$$;\1 "${etcdir}";' \
213 -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";' \
210 -e 's;\(#.*PATH_LOCK\).*$$;\1 "${lockdir}/";') 214 -e 's;\(#.*PATH_LOCK\).*$$;\1 "${lockdir}/";')
211 @${srcdir}/move-if-change src/paths.h.tmp src/paths.h 215 @${srcdir}/move-if-change src/paths.h.tmp src/paths.h
212 216
213 src: lib-src FRC.src 217 src: lib-src FRC.src
214 lib-src: FRC.lib-src 218 lib-src: FRC.lib-src