summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-09-23 12:19:43 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-09-23 21:43:20 +0200
commit5e202df227d5f99801896995aee52992c119d7c8 (patch)
tree8d4822855db951c0e0863099b5914378b798b1be /lib
parent07778664ecb2a5a7469cdb9e9853f7e5d693cbb3 (diff)
downloadautomake-5e202df227d5f99801896995aee52992c119d7c8.tar.gz
maint: Make Emacs use 'makefile-automake-mode'
* bin/local.mk: Specify mode name in the first line. * contrib/t/local.mk: Likewise. * doc/local.mk: Likewise. * lib/Automake/local.mk: Likewise. * lib/am/local.mk: Likewise. * lib/local.mk: Likewise. * m4/local.mk: Likewise. * t/local.mk: Likewise.
Diffstat (limited to 'lib')
-rw-r--r--lib/Automake/local.mk3
-rw-r--r--lib/am/local.mk3
-rw-r--r--lib/local.mk3
3 files changed, 3 insertions, 6 deletions
diff --git a/lib/Automake/local.mk b/lib/Automake/local.mk
index 1a5b35a60..ab09cc031 100644
--- a/lib/Automake/local.mk
+++ b/lib/Automake/local.mk
@@ -1,5 +1,4 @@
-## Included by top-level Makefile for Automake.
-
+## -*- makefile-automake -*-
## Copyright (C) 1995-2017 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
diff --git a/lib/am/local.mk b/lib/am/local.mk
index 3c2d9ba39..4a38b7433 100644
--- a/lib/am/local.mk
+++ b/lib/am/local.mk
@@ -1,5 +1,4 @@
-## Included by top-level Makefile for Automake.
-
+## -*- makefile-automake -*-
## Copyright (C) 1995-2017 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
diff --git a/lib/local.mk b/lib/local.mk
index 5aae1cfb6..311aed35d 100644
--- a/lib/local.mk
+++ b/lib/local.mk
@@ -1,5 +1,4 @@
-## Included by top-level Makefile for Automake.
-
+## -*- makefile-automake -*-
## Copyright (C) 1995-2017 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify