Makefile.local: Automatically use makefile mode

We add a magic line to the beginning of each Makefile.local file to
help the editor know that it should use makefile mode for editing the
file, (even though the filename isn't exactly "Makefile").

Edited-by: Carl Worth <cworth@cworth.org>: Expand treatment from
emacs/Makefile.local to each instance of Makefile.local.
This commit is contained in:
David Edmondson 2010-03-21 09:54:08 +00:00 committed by Carl Worth
parent 7b1566db8a
commit d3884a5984
4 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# -*- makefile -*-
# Here's the (hopefully simple) versioning scheme.
#
# Releases of notmuch have a two-digit version (0.1, 0.2, etc.). We

View file

@ -1,3 +1,5 @@
# -*- makefile -*-
dir := compat
extra_cflags += -I$(dir)

View file

@ -1,3 +1,5 @@
# -*- makefile -*-
dir := emacs
emacs_sources := $(dir)/notmuch.el

View file

@ -1,3 +1,5 @@
# -*- makefile -*-
# The major version of the library interface. This will control the soname.
# As such, this number must be incremented for any incompatible change to
# the library interface, (such as the deletion of an API or a major