bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#9317: [PATCH] Don't install .dir-locals.el


From: Leo
Subject: bug#9317: [PATCH] Don't install .dir-locals.el
Date: Thu, 18 Aug 2011 11:47:40 +0800

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.


=== 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}/*~ ; \





reply via email to

[Prev in Thread] Current Thread [Next in Thread]