summaryrefslogtreecommitdiff
path: root/contrib/glilypond/glilypond.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/glilypond/glilypond.am')
-rw-r--r--contrib/glilypond/glilypond.am18
1 files changed, 11 insertions, 7 deletions
diff --git a/contrib/glilypond/glilypond.am b/contrib/glilypond/glilypond.am
index 4c8bf3951..2e49fcafa 100644
--- a/contrib/glilypond/glilypond.am
+++ b/contrib/glilypond/glilypond.am
@@ -1,4 +1,4 @@
-# Automake rules for `glilypond'
+# Automake rules for 'glilypond'
# File position: <groff-source>/contrib/lilypond/glilypond.am
@@ -10,14 +10,14 @@
# Last update: 22 Aug 2015
-# This file is part of `glilypond' which is part of `groff'.
+# This file is part of 'glilypond' which is part of 'groff'.
-# `groff' is free software; you can redistribute it and/or modify it
+# 'groff' is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
-# `groff' is distributed in the hope that it will be useful, but
+# 'groff' is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
@@ -30,7 +30,7 @@ glilypond_srcdir = $(top_srcdir)/contrib/glilypond
bin_SCRIPTS += glilypond
man1_MANS += contrib/glilypond/glilypond.1
-# files going to lib directory `$(glilypond_dir)'
+# files going to lib directory '$(glilypond_dir)'
# TODO glilypond_dir is subsitued by configure.ac, check if this could be removed
glilyponddir = $(glilypond_dir)
dist_glilypond_DATA = \
@@ -47,7 +47,7 @@ EXTRA_DIST += \
contrib/glilypond/examples/example.groff
-# create perl executable `glilypond', being stored into `bindir'
+# create perl executable 'glilypond', being stored into 'bindir'
glilypond: $(glilypond_srcdir)/glilypond.pl shdeps.sed
$(RM) $@
sed -f "$(SH_DEPS_SED_SCRIPT)" \
@@ -66,7 +66,11 @@ uninstall-glilypond-hook:
########################################################################
-### Emacs settings
+# Editor settings
+########################################################################
+#
# Local Variables:
# mode: makefile-automake
+# fill-column: 72
# End:
+# vim: set filetype=automake textwidth=72: