]> git.notmuchmail.org Git - notmuch/commitdiff
Makefile.local: Automatically use makefile mode
authorDavid Edmondson <dme@dme.org>
Sun, 21 Mar 2010 09:54:08 +0000 (09:54 +0000)
committerCarl Worth <cworth@cworth.org>
Sat, 3 Apr 2010 19:31:49 +0000 (12:31 -0700)
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.

Makefile.local
compat/Makefile.local
emacs/Makefile.local
lib/Makefile.local

index c3fc7c5ca14e67953b7526485bccdb14b51740a6..361b2a021396cd8900161ae66a84e84ef475e19f 100644 (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
 # Here's the (hopefully simple) versioning scheme.
 #
 # Releases of notmuch have a two-digit version (0.1, 0.2, etc.). We
index 17b451402fbc065c7af2c0c0577f5de9ae6a4504..81e6c707d6ad9f2e1ff2c4a3b14aa9829eaa242f 100644 (file)
@@ -1,3 +1,5 @@
+# -*- makefile -*-
+
 dir := compat
 extra_cflags += -I$(dir)
 
 dir := compat
 extra_cflags += -I$(dir)
 
index bda3997adadd0c2125928bb2cc53e6026e8c95c6..ee402e00c274aaf19e6ea1feb077543c9c4fee13 100644 (file)
@@ -1,3 +1,5 @@
+# -*- makefile -*-
+
 dir := emacs
 emacs_sources := $(dir)/notmuch.el
 
 dir := emacs
 emacs_sources := $(dir)/notmuch.el
 
index f5d61883a41afd02a0fea4bc3ff5a871beb0ab37..5f493ee980d16f11a62f71781bf2580627d552ab 100644 (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
 # 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