summaryrefslogtreecommitdiff
path: root/font/devlatin1
diff options
context:
space:
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.