summaryrefslogtreecommitdiff
path: root/font/devascii
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2017-11-12 17:32:29 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2017-11-12 17:32:29 -0500
commit14320c010abc8e6145ecf66e499aeecc02539cd2 (patch)
tree4f009f4a272a415f62d158778232d35f41547e19 /font/devascii
parent6df65ebdf5f50f3b6619581209adff32e3774831 (diff)
downloadgroff-git-14320c010abc8e6145ecf66e499aeecc02539cd2.tar.gz
font: Make style fixes.
* Break excessively long lines in Automake files where possible. * Flow copyright notices onto one line per the model in the GNU Maintainers' Guide. * Also consistently use four-digit years in copyright notices. * Migrate comments from `quotes' to 'quotes'. * Update and parallelize editor aid comments. Signed-off-by: G. Branden Robinson <g.branden.robinson@gmail.com>
Diffstat (limited to 'font/devascii')
-rw-r--r--font/devascii/devascii.am18
1 files changed, 11 insertions, 7 deletions
diff --git a/font/devascii/devascii.am b/font/devascii/devascii.am
index 7f05abf8f..17dc63f5d 100644
--- a/font/devascii/devascii.am
+++ b/font/devascii/devascii.am
@@ -1,16 +1,15 @@
-# Copyright (C) 2014-15
-# Free Software Foundation, Inc.
+# Copyright (C) 2014-2015 Free Software Foundation, Inc.
#
# Last update: 13 Aug 2015
#
-# This file is part of `groff'
+# This file 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.
@@ -45,11 +44,16 @@ font/devascii/DESC: $(devascii_srcdir)/DESC.proto
@echo Making $@
$(MKDIR_P) `dirname $@`
$(SHELL) $(GENDESCSH) $(devascii_srcdir)/DESC.proto \
- $(DEVASCIIRES) $(DEVASCIICPI) $(DEVASCIILPI) $(DEVASCIIFONTS) > $@
+ $(DEVASCIIRES) $(DEVASCIICPI) $(DEVASCIILPI) \
+ $(DEVASCIIFONTS) > $@
########################################################################
-### Emacs settings
+# Editor settings
+########################################################################
+#
# Local Variables:
# mode: makefile-automake
+# fill-column: 72
# End:
+# vim: set filetype=automake textwidth=72: