* make-dist (tempdir): Distribute .dir-locals.el.
* .dir-locals.el: New file.
This commit is contained in:
parent
bb31cb3171
commit
b08ddfb407
3 changed files with 14 additions and 1 deletions
7
.dir-locals.el
Normal file
7
.dir-locals.el
Normal file
|
@ -0,0 +1,7 @@
|
|||
((nil . ((indent-tabs-mode . t)
|
||||
(tab-width . 8)
|
||||
(fill-column . 80)))
|
||||
(c-mode . ((c-file-style . "GNU")))
|
||||
(change-log-mode . ((add-log-time-zone-rule . t)))
|
||||
("lisp/mail/pmail*"
|
||||
. ((nil . ((change-log-default-name . "ChangeLog.pmail"))))))
|
|
@ -1,3 +1,9 @@
|
|||
2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* make-dist (tempdir): Distribute .dir-locals.el.
|
||||
|
||||
* .dir-locals.el: New file.
|
||||
|
||||
2008-12-19 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* config.bat (--with-system-malloc): New option; see msdos/INSTALL
|
||||
|
|
|
@ -305,7 +305,7 @@ mkdir ${tempdir}
|
|||
echo "Making links to top-level files"
|
||||
ln INSTALL README BUGS move-if-change ${tempdir}
|
||||
ln ChangeLog Makefile.in configure configure.in ${tempdir}
|
||||
ln config.bat make-dist update-subdirs vpath.sed ${tempdir}
|
||||
ln config.bat make-dist update-subdirs vpath.sed .dir-locals.el ${tempdir}
|
||||
### Copy these files; they're cross-filesystem symlinks.
|
||||
cp mkinstalldirs ${tempdir}
|
||||
cp config.sub ${tempdir}
|
||||
|
|
Loading…
Add table
Reference in a new issue