mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
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:
parent
7b1566db8a
commit
d3884a5984
4 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# -*- makefile -*-
|
||||
|
||||
dir := compat
|
||||
extra_cflags += -I$(dir)
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# -*- makefile -*-
|
||||
|
||||
dir := emacs
|
||||
emacs_sources := $(dir)/notmuch.el
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue