summaryrefslogtreecommitdiff
path: root/font/devlatin1
diff options
context:
space:
mode:
authorBernd Warken <groff-bernd.warken-72@web.de>2015-08-06 14:03:58 +0200
committerBernd Warken <groff-bernd.warken-72@web.de>2015-08-06 14:03:58 +0200
commit2390f0262b7af36040b0a9edb9943df25d58c8d4 (patch)
treeaab14381db0ee486d24ca0f561857c6832fafdfa /font/devlatin1
parent01896f04028f1962e69314257dd542c6539a0e73 (diff)
downloadgroff-git-2390f0262b7af36040b0a9edb9943df25d58c8d4.tar.gz
all *.am: add latest update, setup Emacs mode
Diffstat (limited to 'font/devlatin1')
-rw-r--r--font/devlatin1/devlatin1.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/font/devlatin1/devlatin1.am b/font/devlatin1/devlatin1.am
index 550868237..f2ba32cd6 100644
--- a/font/devlatin1/devlatin1.am
+++ b/font/devlatin1/devlatin1.am
@@ -1,6 +1,8 @@
-# Copyright (C) 2014
+# Copyright (C) 2014-15
# Free Software Foundation, Inc.
#
+# Last update: 5 Aug 2015
+#
# This file is part of `groff'
#
# `groff' is free software; you can redistribute it and/or modify it
@@ -42,3 +44,10 @@ font/devlatin1/DESC: $(devlatin1_srcdir)/DESC.proto
@$(MKDIR_P) `dirname $@`
@$(SHELL) $(GENDESCSH) $(devlatin1_srcdir)/DESC.proto \
$(DEVLATIN1RES) $(DEVLATIN1CPI) $(DEVLATIN1LPI) $(DEVLATIN1FONTS) > $@
+
+
+########################################################################
+### Emacs settings
+# Local Variables:
+# mode: makefile-automake
+# End.