Mercurial > emacs
comparison make-dist @ 100672:38e7317321ea
* make-dist (tempdir): Distribute .dir-locals.el.
* .dir-locals.el: New file.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 24 Dec 2008 00:45:51 +0000 |
parents | 9419b837e9c6 |
children | f7624bb0bd1f |
comparison
equal
deleted
inserted
replaced
100671:b095fbcf559e | 100672:38e7317321ea |
---|---|
303 ### tar file; this means that people can start reading the INSTALL and | 303 ### tar file; this means that people can start reading the INSTALL and |
304 ### README while the rest of the tar file is still unpacking. Whoopee. | 304 ### README while the rest of the tar file is still unpacking. Whoopee. |
305 echo "Making links to top-level files" | 305 echo "Making links to top-level files" |
306 ln INSTALL README BUGS move-if-change ${tempdir} | 306 ln INSTALL README BUGS move-if-change ${tempdir} |
307 ln ChangeLog Makefile.in configure configure.in ${tempdir} | 307 ln ChangeLog Makefile.in configure configure.in ${tempdir} |
308 ln config.bat make-dist update-subdirs vpath.sed ${tempdir} | 308 ln config.bat make-dist update-subdirs vpath.sed .dir-locals.el ${tempdir} |
309 ### Copy these files; they're cross-filesystem symlinks. | 309 ### Copy these files; they're cross-filesystem symlinks. |
310 cp mkinstalldirs ${tempdir} | 310 cp mkinstalldirs ${tempdir} |
311 cp config.sub ${tempdir} | 311 cp config.sub ${tempdir} |
312 cp config.guess ${tempdir} | 312 cp config.guess ${tempdir} |
313 cp install-sh ${tempdir} | 313 cp install-sh ${tempdir} |