summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2020-04-18 15:29:10 +1000
committerG. Branden Robinson <g.branden.robinson@gmail.com>2020-04-19 09:25:38 +1000
commit05f4407a62576dcd4fc2193b0014dc1c2e8af64f (patch)
tree5604f87f99af85cc098a4e5adfb5e2555b19fbec /Makefile.am
parentbdf82767ba8a22502f1bf245665c6f710c215ad0 (diff)
downloadgroff-git-05f4407a62576dcd4fc2193b0014dc1c2e8af64f.tar.gz
Delete editor-settings comment banners.
Most users and developers have lexical coloring/syntax highlighting available these days (cf. 30 years ago). Leaving them in plain-text files (like READMEs) because these are generally not machine-parsed (except for changelogs...) and the indicator may conceivably be useful to novices who stumble across them.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index cd42b2017..88a9ddadb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -934,8 +934,6 @@ $(top_srcdir)/.version:
dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version
-########################################################################
-### Emacs settings
# Local Variables:
# mode: makefile-automake
# End: