# HG changeset patch # User Richard M. Stallman # Date 782301636 0 # Node ID 28320cad8c388746b68dd56c368ac1045af4af25 # Parent 0fac2c0a026db7b1ce45927c585d5f0f3ead1e50 (bitmapdir): New variable. (src/paths.h, paths-force): Edit PATH_BITMAPS. diff -r 0fac2c0a026d -r 28320cad8c38 Makefile.in --- a/Makefile.in Sun Oct 16 09:47:28 1994 +0000 +++ b/Makefile.in Sun Oct 16 10:00:36 1994 +0000 @@ -99,6 +99,9 @@ # system, it is inappropriate to imply that it is part of Emacs. infodir=@infodir@ +# Where to look for bitmap files. +bitmapdir=@bitmapdir@ + # Where to find the source code. The source code for Emacs's C kernel is # expected to be in ${srcdir}/src, and the source code for Emacs's # utility programs is expected to be in ${srcdir}/lib-src. This is @@ -208,6 +211,7 @@ -e 's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";' \ -e 's;\(#.*PATH_INFO\).*$$;\1 "${infodir}";' \ -e 's;\(#.*PATH_DATA\).*$$;\1 "${etcdir}";' \ + -e 's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";' \ -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";' \ -e 's;\(#.*PATH_LOCK\).*$$;\1 "${lockdir}/";') && \ ${srcdir}/move-if-change paths.h.tmp$$$$ src/paths.h @@ -232,6 +236,7 @@ -e 's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";' \ -e 's;\(#.*PATH_INFO\).*$$;\1 "${infodir}";' \ -e 's;\(#.*PATH_DATA\).*$$;\1 "${etcdir}";' \ + -e 's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";' \ -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";' \ -e 's;\(#.*PATH_LOCK\).*$$;\1 "${lockdir}/";') && \ ${srcdir}/move-if-change paths.h.tmp$$$$ src/paths.h @@ -329,6 +334,8 @@ rm -f $${subdir}/*~ ; \ done) ; \ done + -rm -f ${lispdir}/subdirs.el + ./update-subdirs ${lispdir} if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ then \ echo "Copying etc/DOC-* ..." ; \ @@ -514,6 +521,7 @@ @echo "We don't have any tests for GNU Emacs yet." dist: + ./update-subdirs ${srcdir}/lisp cd ${srcdir}; make-dist .PHONY: info dvi dist check