summaryrefslogtreecommitdiff
path: root/font/devascii
diff options
context:
space:
mode:
authorBernd Warken <groff-bernd.warken-72@web.de>2014-09-02 23:03:14 +0200
committerBernd Warken <groff-bernd.warken-72@web.de>2014-09-02 23:03:14 +0200
commit70f06155a3017b7302124af1949ef078e4035e53 (patch)
treec6ab6fc0360502fb7e3e28885ada400e1e285aea /font/devascii
parentfe9c3ec1ad398f07d89da432b9a5c8e777b517df (diff)
downloadgroff-git-70f06155a3017b7302124af1949ef078e4035e53.tar.gz
All Makefile* files: add Emacs setting and GPL2 license (only if lacking)
Diffstat (limited to 'font/devascii')
-rw-r--r--font/devascii/Makefile.sub35
1 files changed, 35 insertions, 0 deletions
diff --git a/font/devascii/Makefile.sub b/font/devascii/Makefile.sub
index e8e9dfbf4..4a92383ac 100644
--- a/font/devascii/Makefile.sub
+++ b/font/devascii/Makefile.sub
@@ -1,3 +1,30 @@
+# Makefile.sub for `font devascii'
+#
+# File position: <groff-source>/font/devascii/Makefile.sub
+#
+# Copyright (C) 2014
+# Free Software Foundation, Inc.
+#
+# Last update: 2 Sep 2014
+#
+# This file is part of `font utf8' which is part of `groff'.
+#
+# `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 2 of the License, or
+# (at your option) any later version.
+#
+# `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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see
+# <http://www.gnu.org/licenses/gpl-2.0.html>.
+#
+########################################################################
+
DEV=ascii
FONTS=R I B BI
DEVFILES=$(FONTS) DESC
@@ -29,3 +56,11 @@ DESC: DESC.proto
-e "s/^vert .*$$/vert `expr $(RES) / $(LPI)`/" \
-e "s/^fonts .*$$/fonts `set $(FONTS); echo $$#` $(FONTS)/" \
$(srcdir)/DESC.proto >$@
+
+########################################################################
+# Emacs settings
+########################################################################
+#
+# Local Variables:
+# mode: makefile
+# End: