GNU bug report logs -
#9317
[PATCH] Don't install .dir-locals.el
Previous Next
Reported by: Leo <sdl.web <at> gmail.com>
Date: Thu, 18 Aug 2011 03:50:02 UTC
Severity: minor
Tags: patch
Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> This is a minor bug but since the main .dir-locals.el in the toplevel of
> the repo isn't installed, neither should lisp/gnus/.dir-locals.el and
> maybe others.
I'm not sure it's something that needs fixing: the toplevel .dir-locals
has no clear destination (since the various subdirectories get installed
into different parts of the file system), where the
lisp/gnus/.dir-locals.el has a very clear destination, so I think it's
actually good to install it there.
Stefan
> === modified file 'Makefile.in'
> --- Makefile.in 2011-07-09 00:18:49 +0000
> +++ Makefile.in 2011-08-18 03:45:26 +0000
> @@ -535,6 +535,7 @@
> rm -f $${subdir}/.gitignore ; \
> rm -f $${subdir}/.arch-inventory ; \
> rm -f $${subdir}/.DS_Store ; \
> + rm -f $${subdir}/.dir-locals.el ; \
> rm -f $${subdir}/\#* ; \
> rm -f $${subdir}/.\#* ; \
> rm -f $${subdir}/*~ ; \
This bug report was last modified 13 years and 100 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.