groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: all *.am: correct Emacs mode to "# End:"


From: Bernd Warken
Subject: [groff] 01/01: all *.am: correct Emacs mode to "# End:"
Date: Thu, 13 Aug 2015 13:28:38 +0000

bwarken pushed a commit to branch master
in repository groff.

commit 60d89462c4e67a034430e5877c4b715f0398e36a
Author: Bernd Warken <address@hidden>
Date:   Thu Aug 13 15:27:10 2015 +0200

    all *.am: correct Emacs mode to "# End:"
---
 ChangeLog                                  |    4 ++++
 Makefile.am                                |    2 +-
 arch/mingw/mingw.am                        |    4 ++--
 arch/misc/misc.am                          |    4 ++--
 contrib/chem/chem.am                       |    4 ++--
 contrib/eqn2graph/eqn2graph.am             |    4 ++--
 contrib/gdiffmk/gdiffmk.am                 |    4 ++--
 contrib/glilypond/glilypond.am             |    4 ++--
 contrib/gperl/gperl.am                     |    4 ++--
 contrib/gpinyin/gpinyin.am                 |    6 +++---
 contrib/grap2graph/grap2graph.am           |    4 ++--
 contrib/groff_filenames/groff_filenames.am |    4 ++--
 contrib/groffer/groffer.am                 |    4 ++--
 contrib/hdtbl/hdtbl.am                     |    4 ++--
 contrib/mm/mm.am                           |    4 ++--
 contrib/mom/mom.am                         |    4 ++--
 contrib/pdfmark/pdfmark.am                 |    4 ++--
 contrib/pic2graph/pic2graph.am             |    4 ++--
 doc/doc.am                                 |    4 ++--
 font/devX100-12/devX100-12.am              |    4 ++--
 font/devX100/devX100.am                    |    4 ++--
 font/devX75-12/devX75-12.am                |    4 ++--
 font/devX75/devX75.am                      |    6 +++---
 font/devascii/devascii.am                  |    4 ++--
 font/devcp1047/devcp1047.am                |    4 ++--
 font/devdvi/devdvi.am                      |    4 ++--
 font/devhtml/devhtml.am                    |    4 ++--
 font/devlatin1/devlatin1.am                |    4 ++--
 font/devlbp/devlbp.am                      |    4 ++--
 font/devlj4/devlj4.am                      |    4 ++--
 font/devpdf/devpdf.am                      |    4 ++--
 font/devps/devps.am                        |    4 ++--
 font/devutf8/devutf8.am                    |    4 ++--
 font/scripts/scripts.am                    |    4 ++--
 man/man.am                                 |    4 ++--
 src/devices/grodvi/grodvi.am               |    4 ++--
 src/devices/grohtml/grohtml.am             |    4 ++--
 src/devices/grolbp/grolbp.am               |    4 ++--
 src/devices/grolj4/grolj4.am               |    4 ++--
 src/devices/gropdf/gropdf.am               |    4 ++--
 src/devices/grops/grops.am                 |    4 ++--
 src/devices/grotty/grotty.am               |    4 ++--
 src/devices/xditview/xditview.am           |    4 ++--
 src/include/include.am                     |    6 +++---
 src/libs/libbib/libbib.am                  |    6 +++---
 src/libs/libdriver/libdriver.am            |    6 +++---
 src/libs/libgroff/libgroff.am              |    6 +++---
 src/libs/libxutil/libxutil.am              |    6 +++---
 src/preproc/eqn/eqn.am                     |    6 +++---
 src/preproc/grn/grn.am                     |    6 +++---
 src/preproc/html/html.am                   |    6 +++---
 src/preproc/pic/pic.am                     |    6 +++---
 src/preproc/preconv/preconv.am             |    6 +++---
 src/preproc/refer/refer.am                 |    6 +++---
 src/preproc/soelim/soelim.am               |    6 +++---
 src/preproc/tbl/tbl.am                     |    6 +++---
 src/roff/groff/groff.am                    |    4 ++--
 src/roff/grog/grog.am                      |    4 ++--
 src/roff/nroff/nroff.am                    |    6 +++---
 src/roff/troff/troff.am                    |    6 +++---
 src/utils/addftinfo/addftinfo.am           |    6 +++---
 src/utils/afmtodit/afmtodit.am             |    4 ++--
 src/utils/hpftodit/hpftodit.am             |    4 ++--
 src/utils/indxbib/indxbib.am               |    4 ++--
 src/utils/lkbib/lkbib.am                   |    4 ++--
 src/utils/lookbib/lookbib.am               |    4 ++--
 src/utils/pfbtops/pfbtops.am               |    4 ++--
 src/utils/tfmtodit/tfmtodit.am             |    4 ++--
 src/utils/xtotroff/xtotroff.am             |    4 ++--
 tmac/tmac.am                               |    4 ++--
 70 files changed, 159 insertions(+), 155 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index fae9ea6..8c8b6fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-08-13  Bernd Warken  <address@hidden>
+
+       * all *.am: Correct Emacs mode `End:' instead of `End.'.
+
 2015-08-09  werner LEMBERG  <address@hidden>
 
        Revert previous commit, since it doesn't work correctly yet.
diff --git a/Makefile.am b/Makefile.am
index 17e10ad..8c2ca10 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -899,4 +899,4 @@ MOSTLYCLEANFILES += $(prefixexecbin_SCRIPTS) $(bin_SCRIPTS) 
\
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/arch/mingw/mingw.am b/arch/mingw/mingw.am
index c3c6f0b..9cce746 100644
--- a/arch/mingw/mingw.am
+++ b/arch/mingw/mingw.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #   Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -50,4 +50,4 @@ endif
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/arch/misc/misc.am b/arch/misc/misc.am
index e80d8bc..addf480 100644
--- a/arch/misc/misc.am
+++ b/arch/misc/misc.am
@@ -3,7 +3,7 @@
 #   (address@hidden).
 # Adapted to Automake by Bertrand Garrigues (address@hidden).
 #
-# Last update: 6 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -30,4 +30,4 @@ shdeps.sed: $(top_srcdir)/arch/misc/shdeps.sh
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/contrib/chem/chem.am b/contrib/chem/chem.am
index a8ca170..d0b2667 100644
--- a/contrib/chem/chem.am
+++ b/contrib/chem/chem.am
@@ -7,7 +7,7 @@
 # Written by Bernd Warken <address@hidden>.
 # Moved to automake by Bertrand Garrigues
 #
-# Last update: 6 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of `chem' which is part of `groff'.
 #
@@ -127,4 +127,4 @@ dist_chem:
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/contrib/eqn2graph/eqn2graph.am b/contrib/eqn2graph/eqn2graph.am
index 6ffa0ec..6f41d1f 100644
--- a/contrib/eqn2graph/eqn2graph.am
+++ b/contrib/eqn2graph/eqn2graph.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2002-2014
 #   Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -39,4 +39,4 @@ eqn2graph: $(top_srcdir)/contrib/eqn2graph/eqn2graph.sh
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/contrib/gdiffmk/gdiffmk.am b/contrib/gdiffmk/gdiffmk.am
index 6dbcf02..ee7ab6a 100644
--- a/contrib/gdiffmk/gdiffmk.am
+++ b/contrib/gdiffmk/gdiffmk.am
@@ -7,7 +7,7 @@
 # Written by Mike Bianchi <address@hidden <mailto:address@hidden>>
 # Automake migration by Bertrand Garrigues
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of the gdiffmk utility, which is part of groff.
 #
@@ -68,4 +68,4 @@ clean_gdiffmk_check:
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/contrib/glilypond/glilypond.am b/contrib/glilypond/glilypond.am
index 56018c1..57f8ad4 100644
--- a/contrib/glilypond/glilypond.am
+++ b/contrib/glilypond/glilypond.am
@@ -8,7 +8,7 @@
 # Bernd Warken <address@hidden>.
 # Automake migration by Bertrand Garrigues
 
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 
 # This file is part of `glilypond' which is part of `groff'.
 
@@ -69,4 +69,4 @@ uninstall-glilypond-hook:
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/contrib/gperl/gperl.am b/contrib/gperl/gperl.am
index 79d0e92..6aa38d2 100644
--- a/contrib/gperl/gperl.am
+++ b/contrib/gperl/gperl.am
@@ -6,7 +6,7 @@
 # Written by Bernd Warken <address@hidden>.
 # Automake migration by Bertrand Garrigues
 
-# Last update: 5 Aug 2015
+# Last update: 18 Aug 2015
 
 # This file is part of `gperl' which is part of `groff'.
 
@@ -47,4 +47,4 @@ gperl: $(top_srcdir)/contrib/gperl/gperl.pl shdeps.sed
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/contrib/gpinyin/gpinyin.am b/contrib/gpinyin/gpinyin.am
index 09dcb59..4f7e64a 100644
--- a/contrib/gpinyin/gpinyin.am
+++ b/contrib/gpinyin/gpinyin.am
@@ -2,12 +2,12 @@
 
 # File position: <groff-source>/contrib/gpinyin/gpinyin.am
 
-# Copyright (C) 2014-15
+# Copyright (C) 2014-2015
 #   Free Software Foundation, Inc.
 # Written by Bernd Warken <address@hidden>.
 # Moved to automake by Bertrand Garrigues
 
-# Last update: 5 Aug 2015
+# Last update: 2013 Aug 2015
 
 # This file is part of `gpinyin' which is part of `groff'.
 
@@ -58,4 +58,4 @@ uninstall-gpinyin-hook:
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/contrib/grap2graph/grap2graph.am b/contrib/grap2graph/grap2graph.am
index 6c0b51b..e1a7aea 100644
--- a/contrib/grap2graph/grap2graph.am
+++ b/contrib/grap2graph/grap2graph.am
@@ -1,6 +1,6 @@
 # Copyright (C) 2003-2015  Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -37,4 +37,4 @@ grap2graph: $(grap2graph_srcdir)/grap2graph.sh
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/contrib/groff_filenames/groff_filenames.am 
b/contrib/groff_filenames/groff_filenames.am
index 4c76eaf..0f14ef4 100644
--- a/contrib/groff_filenames/groff_filenames.am
+++ b/contrib/groff_filenames/groff_filenames.am
@@ -4,7 +4,7 @@
 
 # Copyright (C) 2013-2015  Free Software Foundation, Inc.
 
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 
 # Written by Bernd Warken <address@hidden>.
 # Automake migration by Bertrand Garrigues
@@ -36,4 +36,4 @@ EXTRA_DIST += \
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/contrib/groffer/groffer.am b/contrib/groffer/groffer.am
index fa3f45b..87e2493 100644
--- a/contrib/groffer/groffer.am
+++ b/contrib/groffer/groffer.am
@@ -8,7 +8,7 @@
 # Bernd Warken <address@hidden>.
 # Automake migration by Bertrand Garrigues
 
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 
 # This file is part of `groffer' which is part of `groff'.
 
@@ -112,4 +112,4 @@ uninstall-groffer-hook:
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/contrib/hdtbl/hdtbl.am b/contrib/hdtbl/hdtbl.am
index 6a7ec92..61250e2 100644
--- a/contrib/hdtbl/hdtbl.am
+++ b/contrib/hdtbl/hdtbl.am
@@ -2,7 +2,7 @@
 #      Written by Werner Lemberg (address@hidden)
 #      Automake migration by Bertrand Garrigues
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -132,4 +132,4 @@ uninstall-hdtbl-hook:
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/contrib/mm/mm.am b/contrib/mm/mm.am
index 318c0c5..48929fa 100644
--- a/contrib/mm/mm.am
+++ b/contrib/mm/mm.am
@@ -1,7 +1,7 @@
 # Copyright 1991-2015
 #   Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -112,4 +112,4 @@ dist_mm:
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/contrib/mom/mom.am b/contrib/mom/mom.am
index db94742..503f919 100644
--- a/contrib/mom/mom.am
+++ b/contrib/mom/mom.am
@@ -3,7 +3,7 @@
 #      Written by Werner Lemberg (address@hidden)
 #      Automake migration by Bertrand Garrigues
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -174,4 +174,4 @@ uninstall_mom:
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/contrib/pdfmark/pdfmark.am b/contrib/pdfmark/pdfmark.am
index 6ebc6d9..451c8da 100644
--- a/contrib/pdfmark/pdfmark.am
+++ b/contrib/pdfmark/pdfmark.am
@@ -3,7 +3,7 @@
 #      Written by Keith Marshall (address@hidden)
 #      Automake migration by Bertrand Garrigues
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -99,4 +99,4 @@ endif
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/contrib/pic2graph/pic2graph.am b/contrib/pic2graph/pic2graph.am
index 78b6635..b8bf261 100644
--- a/contrib/pic2graph/pic2graph.am
+++ b/contrib/pic2graph/pic2graph.am
@@ -1,6 +1,6 @@
 # Copyright (C) 2001-2015  Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -37,4 +37,4 @@ pic2graph: $(pic2graph_srcdir)/pic2graph.sh
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/doc/doc.am b/doc/doc.am
index 1db4e14..27f47d6 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -3,7 +3,7 @@
 #      Automake migration by 
 #      Bertrand Garrigues <address@hidden>
 #
-# LAst update: 5 Aug 2015
+# LAst update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -446,4 +446,4 @@ dist-gnueps:
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/font/devX100-12/devX100-12.am b/font/devX100-12/devX100-12.am
index ef73b62..c4bf9f6 100644
--- a/font/devX100-12/devX100-12.am
+++ b/font/devX100-12/devX100-12.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #   Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of `groff'.
 #
@@ -50,4 +50,4 @@ EXTRA_DIST += $(DEVX10012FONTS)
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/font/devX100/devX100.am b/font/devX100/devX100.am
index b5f9ad3..439348d 100644
--- a/font/devX100/devX100.am
+++ b/font/devX100/devX100.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #   Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of `groff'.
 #
@@ -50,4 +50,4 @@ EXTRA_DIST += $(DEVX100FONTS)
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/font/devX75-12/devX75-12.am b/font/devX75-12/devX75-12.am
index 4cd60f4..b8b32c5 100644
--- a/font/devX75-12/devX75-12.am
+++ b/font/devX75-12/devX75-12.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #   Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of `groff'
 #
@@ -48,4 +48,4 @@ EXTRA_DIST += $(DEVX7512FONTS)
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/font/devX75/devX75.am b/font/devX75/devX75.am
index 4eb683c..00f2b6e 100644
--- a/font/devX75/devX75.am
+++ b/font/devX75/devX75.am
@@ -1,7 +1,7 @@
-# Copyright (C) 2014-15
+# Copyright (C) 2014-2015
 #   Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of `groff'
 #
@@ -50,4 +50,4 @@ EXTRA_DIST += $(DEVX75FONTS)
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/font/devascii/devascii.am b/font/devascii/devascii.am
index 8b30675..bbb470c 100644
--- a/font/devascii/devascii.am
+++ b/font/devascii/devascii.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #   Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of `groff'
 #
@@ -52,4 +52,4 @@ font/devascii/DESC: $(devascii_srcdir)/DESC.proto
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/font/devcp1047/devcp1047.am b/font/devcp1047/devcp1047.am
index d7f4a14..617c8f4 100644
--- a/font/devcp1047/devcp1047.am
+++ b/font/devcp1047/devcp1047.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #   Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of `groff'
 #
@@ -50,4 +50,4 @@ font/devcp1047/DESC: $(devcp1047_srcdir)/DESC.proto
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/font/devdvi/devdvi.am b/font/devdvi/devdvi.am
index 1cb16b8..353bc6a 100644
--- a/font/devdvi/devdvi.am
+++ b/font/devdvi/devdvi.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #   Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of `groff'
 #
@@ -96,4 +96,4 @@ font/devdvi/DESC: $(devdvi_srcdir)/DESC.in
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/font/devhtml/devhtml.am b/font/devhtml/devhtml.am
index 9f0f254..e2a39d6 100644
--- a/font/devhtml/devhtml.am
+++ b/font/devhtml/devhtml.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #   Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of `groff'
 #
@@ -62,4 +62,4 @@ font/devhtml/DESC: $(devhtml_srcdir)/DESC.proto
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/font/devlatin1/devlatin1.am b/font/devlatin1/devlatin1.am
index f2ba32c..98730e1 100644
--- a/font/devlatin1/devlatin1.am
+++ b/font/devlatin1/devlatin1.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #   Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of `groff'
 #
@@ -50,4 +50,4 @@ font/devlatin1/DESC: $(devlatin1_srcdir)/DESC.proto
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/font/devlbp/devlbp.am b/font/devlbp/devlbp.am
index 2b350df..f98e9ae 100644
--- a/font/devlbp/devlbp.am
+++ b/font/devlbp/devlbp.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #   Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of `groff'
 #
@@ -60,4 +60,4 @@ font/devlbp/DESC: $(devlbp_srcdir)/DESC.in
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/font/devlj4/devlj4.am b/font/devlj4/devlj4.am
index 2687f5e..37477fc 100644
--- a/font/devlj4/devlj4.am
+++ b/font/devlj4/devlj4.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #   Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of `groff'
 #
@@ -110,4 +110,4 @@ devlj4_fonts: hpftodit font/devlj4/DESC
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/font/devpdf/devpdf.am b/font/devpdf/devpdf.am
index 893000a..067da3f 100644
--- a/font/devpdf/devpdf.am
+++ b/font/devpdf/devpdf.am
@@ -4,7 +4,7 @@
 #      by Deri James <address@hidden>
 #      Automake migration by Bertrand Garrigues
 #
-# Last update: 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -173,4 +173,4 @@ uninstall_devpdf:
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/font/devps/devps.am b/font/devps/devps.am
index 9ea9d01..72c6799 100644
--- a/font/devps/devps.am
+++ b/font/devps/devps.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #   Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of `groff'
 #
@@ -176,4 +176,4 @@ font/devps/symbolsl.pfa: $(devps_srcdir)/symbolsl.ps
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/font/devutf8/devutf8.am b/font/devutf8/devutf8.am
index 636ad02..574b632 100644
--- a/font/devutf8/devutf8.am
+++ b/font/devutf8/devutf8.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #   Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of `groff'
 #
@@ -54,4 +54,4 @@ font/devutf8/DESC: $(devutf8_srcdir)/DESC.proto
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/font/scripts/scripts.am b/font/scripts/scripts.am
index 9a6dfbc..65e183f 100644
--- a/font/scripts/scripts.am
+++ b/font/scripts/scripts.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2015
 #   Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -27,4 +27,4 @@ EXTRA_DIST += $(GENFONTSSH) $(GENDESCSH)
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/man/man.am b/man/man.am
index 9d6ff2d..2428df1 100644
--- a/man/man.am
+++ b/man/man.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #   Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of `groff'
 #
@@ -48,4 +48,4 @@ man:
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/devices/grodvi/grodvi.am b/src/devices/grodvi/grodvi.am
index 53af681..e7e59cd 100644
--- a/src/devices/grodvi/grodvi.am
+++ b/src/devices/grodvi/grodvi.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #      Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -32,4 +32,4 @@ EXTRA_DIST += src/devices/grodvi/grodvi.man
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/devices/grohtml/grohtml.am b/src/devices/grohtml/grohtml.am
index 8d33f8f..59d7d57 100644
--- a/src/devices/grohtml/grohtml.am
+++ b/src/devices/grohtml/grohtml.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #      Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -40,4 +40,4 @@ EXTRA_DIST += src/devices/grohtml/grohtml.man
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/devices/grolbp/grolbp.am b/src/devices/grolbp/grolbp.am
index a7f1ffe..ac829c3 100644
--- a/src/devices/grolbp/grolbp.am
+++ b/src/devices/grolbp/grolbp.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #      Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -36,4 +36,4 @@ EXTRA_DIST += src/devices/grolbp/grolbp.man
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/devices/grolj4/grolj4.am b/src/devices/grolj4/grolj4.am
index 7d4b5bf..5bb4271 100644
--- a/src/devices/grolj4/grolj4.am
+++ b/src/devices/grolj4/grolj4.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #      Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -34,4 +34,4 @@ EXTRA_DIST += \
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/devices/gropdf/gropdf.am b/src/devices/gropdf/gropdf.am
index 4d41d96..3e3d0e2 100644
--- a/src/devices/gropdf/gropdf.am
+++ b/src/devices/gropdf/gropdf.am
@@ -3,7 +3,7 @@
 #  Original Makefile.sub written by Deri James <address@hidden>.
 #  Automake migration by Bertrand Garrigues
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -56,4 +56,4 @@ pdfmom: $(gropdf_dir)/pdfmom.pl $(SH_DEPS_SED_SCRIPT)
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/devices/grops/grops.am b/src/devices/grops/grops.am
index 5edecf1..dffaae2 100644
--- a/src/devices/grops/grops.am
+++ b/src/devices/grops/grops.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #      Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -38,4 +38,4 @@ EXTRA_DIST += \
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/devices/grotty/grotty.am b/src/devices/grotty/grotty.am
index d200e5d..ad9cd2c 100644
--- a/src/devices/grotty/grotty.am
+++ b/src/devices/grotty/grotty.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #      Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -34,4 +34,4 @@ EXTRA_DIST += \
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/devices/xditview/xditview.am b/src/devices/xditview/xditview.am
index d4c65a0..2c90097 100644
--- a/src/devices/xditview/xditview.am
+++ b/src/devices/xditview/xditview.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-15
 #      Free Software Foundation, Inc.
 #
-# Last update: 5 Aug 2015
+# Last update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -114,4 +114,4 @@ endif
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/include/include.am b/src/include/include.am
index 3b877f9..56577cc 100644
--- a/src/include/include.am
+++ b/src/include/include.am
@@ -2,9 +2,9 @@
 #
 # File position: <groff-source>/src/include/include.am
 #
-# Copyright (C) 2014-15  Free Software Foundation, Inc.
+# Copyright (C) 2014-2015  Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # `groff' is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -48,4 +48,4 @@ dist_include:
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/libs/libbib/libbib.am b/src/libs/libbib/libbib.am
index e889aed..63b140f 100644
--- a/src/libs/libbib/libbib.am
+++ b/src/libs/libbib/libbib.am
@@ -2,9 +2,9 @@
 #
 # File position: <groff-source>/src/libs/libbib/libbib.am
 #
-# Copyright (C) 2014-15  Free Software Foundation, Inc.
+# Copyright (C) 2014-2015  Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # `groff' is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -36,4 +36,4 @@ src/libs/libbib/index.$(OBJEXT): defs.h
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/libs/libdriver/libdriver.am b/src/libs/libdriver/libdriver.am
index eec328a..34497ca 100644
--- a/src/libs/libdriver/libdriver.am
+++ b/src/libs/libdriver/libdriver.am
@@ -2,9 +2,9 @@
 #
 # File position: <groff-source>/src/libs/libdriver/libdriver.am
 #
-# Copyright (C) 2014-15  Free Software Foundation, Inc.
+# Copyright (C) 2014-2015  Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # `groff' is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -32,4 +32,4 @@ libdriver_a_SOURCES = \
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/libs/libgroff/libgroff.am b/src/libs/libgroff/libgroff.am
index 6eb6959..78e3394 100644
--- a/src/libs/libgroff/libgroff.am
+++ b/src/libs/libgroff/libgroff.am
@@ -1,7 +1,7 @@
-# Copyright (C) 2014-15
+# Copyright (C) 2014-2015
 #      Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -178,4 +178,4 @@ uninstall_charset_data:
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/libs/libxutil/libxutil.am b/src/libs/libxutil/libxutil.am
index 83b964f..93eb378 100644
--- a/src/libs/libxutil/libxutil.am
+++ b/src/libs/libxutil/libxutil.am
@@ -2,9 +2,9 @@
 #
 # File position: <groff-source>/src/libs/libxutil/libxutil.am
 #
-# Copyright (C) 2014-15 Free Software Foundation, Inc.
+# Copyright (C) 2014-2015 Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # `groff' is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -36,4 +36,4 @@ endif
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/preproc/eqn/eqn.am b/src/preproc/eqn/eqn.am
index 9184e33..b6ad937 100644
--- a/src/preproc/eqn/eqn.am
+++ b/src/preproc/eqn/eqn.am
@@ -1,7 +1,7 @@
-# Copyright (C) 2014-15
+# Copyright (C) 2014-2015
 #      Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -70,4 +70,4 @@ neqn: $(top_srcdir)/src/preproc/eqn/neqn.sh 
$(SH_DEPS_SED_SCRIPT)
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/preproc/grn/grn.am b/src/preproc/grn/grn.am
index 9691bff..b385386 100644
--- a/src/preproc/grn/grn.am
+++ b/src/preproc/grn/grn.am
@@ -1,7 +1,7 @@
-# Copyright (C) 2014-15
+# Copyright (C) 2014-2015
 #      Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -35,4 +35,4 @@ EXTRA_DIST += src/preproc/grn/README src/preproc/grn/grn.man
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/preproc/html/html.am b/src/preproc/html/html.am
index c9a449f..2a9d8d2 100644
--- a/src/preproc/html/html.am
+++ b/src/preproc/html/html.am
@@ -1,7 +1,7 @@
-# Copyright (C) 2014-15
+# Copyright (C) 2014-2015
 #      Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -32,4 +32,4 @@ src/preproc/html/pre-html.$(OBJEXT): defs.h
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/preproc/pic/pic.am b/src/preproc/pic/pic.am
index 18ee0e5..ced4780 100644
--- a/src/preproc/pic/pic.am
+++ b/src/preproc/pic/pic.am
@@ -1,7 +1,7 @@
-# Copyright (C) 2014-15
+# Copyright (C) 2014-2015
 #      Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -54,4 +54,4 @@ CLEANFILES += \
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/preproc/preconv/preconv.am b/src/preproc/preconv/preconv.am
index e4130e1..e5c119e 100644
--- a/src/preproc/preconv/preconv.am
+++ b/src/preproc/preconv/preconv.am
@@ -1,7 +1,7 @@
-# Copyright (C) 2014-15
+# Copyright (C) 2014-2015
 #      Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -29,4 +29,4 @@ EXTRA_DIST += src/preproc/preconv/preconv.man
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/preproc/refer/refer.am b/src/preproc/refer/refer.am
index 33b4ca9..6d82898 100644
--- a/src/preproc/refer/refer.am
+++ b/src/preproc/refer/refer.am
@@ -1,7 +1,7 @@
-# Copyright (C) 2014-15
+# Copyright (C) 2014-2015
 #      Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -49,4 +49,4 @@ src/preproc/refer/refer-label.$(OBJEXT): defs.h
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/preproc/soelim/soelim.am b/src/preproc/soelim/soelim.am
index debc1ae..c5d9d87 100644
--- a/src/preproc/soelim/soelim.am
+++ b/src/preproc/soelim/soelim.am
@@ -1,7 +1,7 @@
-# Copyright (C) 2014-15
+# Copyright (C) 2014-2015
 #      Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -31,4 +31,4 @@ EXTRA_DIST += \
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/preproc/tbl/tbl.am b/src/preproc/tbl/tbl.am
index 5b41f3c..ce03299 100644
--- a/src/preproc/tbl/tbl.am
+++ b/src/preproc/tbl/tbl.am
@@ -1,7 +1,7 @@
-# Copyright (C) 2014-15
+# Copyright (C) 2014-2015
 #      Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -32,4 +32,4 @@ EXTRA_DIST += src/preproc/tbl/tbl.man
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/roff/groff/groff.am b/src/roff/groff/groff.am
index 169c9d7..3c90715 100644
--- a/src/roff/groff/groff.am
+++ b/src/roff/groff/groff.am
@@ -8,7 +8,7 @@
 #   Automake migration by 
 #   Bertrand Garrigues <address@hidden>
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # `groff' is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -66,4 +66,4 @@ groff_opts_with_arg.txt: groff_opts_no_arg.txt
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/roff/grog/grog.am b/src/roff/grog/grog.am
index b1dcb35..2e7382f 100644
--- a/src/roff/grog/grog.am
+++ b/src/roff/grog/grog.am
@@ -5,7 +5,7 @@
 # Copyright (C) 1993-2015
 #   Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of `grog' which is part of `groff'.
 #
@@ -55,4 +55,4 @@ grog: $(grog_srcdir)/grog.pl $(GROG) $(SH_DEPS_SED_SCRIPT)
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/roff/nroff/nroff.am b/src/roff/nroff/nroff.am
index f0ad935..b8d462f 100644
--- a/src/roff/nroff/nroff.am
+++ b/src/roff/nroff/nroff.am
@@ -1,7 +1,7 @@
-# Copyright (C) 2014-15
+# Copyright (C) 2014-2015
 #      Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -37,4 +37,4 @@ nroff: $(nroff_srcdir)/nroff.sh $(SH_DEPS_SED_SCRIPT)
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/roff/troff/troff.am b/src/roff/troff/troff.am
index 50091a2..f5e0695 100644
--- a/src/roff/troff/troff.am
+++ b/src/roff/troff/troff.am
@@ -1,7 +1,7 @@
-# Copyright (C) 2014-15
+# Copyright (C) 2014-2015
 #      Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -67,4 +67,4 @@ src/roff/troff/majorminor.cpp: $(top_srcdir)/VERSION 
$(top_srcdir)/REVISION
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/utils/addftinfo/addftinfo.am b/src/utils/addftinfo/addftinfo.am
index b029685..58e0ab6 100644
--- a/src/utils/addftinfo/addftinfo.am
+++ b/src/utils/addftinfo/addftinfo.am
@@ -2,9 +2,9 @@
 #
 # File position: <groff-source>/src/utils/addftinfo/addftinfo.am
 #
-# Copyright (C) 2014-15  Free Software Foundation, Inc.
+# Copyright (C) 2014-2015  Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # `groff' is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -36,4 +36,4 @@ addftinfo_SOURCES = \
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/utils/afmtodit/afmtodit.am b/src/utils/afmtodit/afmtodit.am
index 707880f..bf9f3ec 100644
--- a/src/utils/afmtodit/afmtodit.am
+++ b/src/utils/afmtodit/afmtodit.am
@@ -4,7 +4,7 @@
 #
 # Copyright (C) 2013-2015  Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -55,4 +55,4 @@ afmtodit: $(afmtodit_srcdir)/afmtodit.pl 
$(afmtodit_srcdir)/afmtodit.tables
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/utils/hpftodit/hpftodit.am b/src/utils/hpftodit/hpftodit.am
index cb9d27b..dc9e18f 100644
--- a/src/utils/hpftodit/hpftodit.am
+++ b/src/utils/hpftodit/hpftodit.am
@@ -4,7 +4,7 @@
 #
 # Copyright (C) 2014-2015  Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # `groff' is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -35,4 +35,4 @@ hpftodit_SOURCES = \
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/utils/indxbib/indxbib.am b/src/utils/indxbib/indxbib.am
index c2651f4..826d439 100644
--- a/src/utils/indxbib/indxbib.am
+++ b/src/utils/indxbib/indxbib.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-2015
 #      Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -57,4 +57,4 @@ uninstall_indxbib:
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/utils/lkbib/lkbib.am b/src/utils/lkbib/lkbib.am
index 3b15076..0a6ae30 100644
--- a/src/utils/lkbib/lkbib.am
+++ b/src/utils/lkbib/lkbib.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-2015
 #      Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -30,4 +30,4 @@ src/utils/lkbib/lkbib.$(OBJEXT): defs.h
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/utils/lookbib/lookbib.am b/src/utils/lookbib/lookbib.am
index 7fda71a..5c19c20 100644
--- a/src/utils/lookbib/lookbib.am
+++ b/src/utils/lookbib/lookbib.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-2015
 #      Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -29,4 +29,4 @@ lookbib_SOURCES = src/utils/lookbib/lookbib.cpp
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/utils/pfbtops/pfbtops.am b/src/utils/pfbtops/pfbtops.am
index bc99cfd..4e8f520 100644
--- a/src/utils/pfbtops/pfbtops.am
+++ b/src/utils/pfbtops/pfbtops.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-2015
 #      Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -32,4 +32,4 @@ nodist_EXTRA_pfbtops_SOURCES = src/utils/pfbtops/dummy.cpp
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/utils/tfmtodit/tfmtodit.am b/src/utils/tfmtodit/tfmtodit.am
index 00ee06f..728f47c 100644
--- a/src/utils/tfmtodit/tfmtodit.am
+++ b/src/utils/tfmtodit/tfmtodit.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-2015
 #      Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -29,4 +29,4 @@ tfmtodit_LDADD = libgroff.a $(LIBM)
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/src/utils/xtotroff/xtotroff.am b/src/utils/xtotroff/xtotroff.am
index fc43ba0..3fad985 100644
--- a/src/utils/xtotroff/xtotroff.am
+++ b/src/utils/xtotroff/xtotroff.am
@@ -1,7 +1,7 @@
 # Copyright (C) 2014-2015
 #      Free Software Foundation, Inc.
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -34,4 +34,4 @@ EXTRA_DIST += src/utils/xtotroff/xtotroff.man
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:
diff --git a/tmac/tmac.am b/tmac/tmac.am
index c387892..f26a24d 100644
--- a/tmac/tmac.am
+++ b/tmac/tmac.am
@@ -3,7 +3,7 @@
 #      Written by James Clark (address@hidden)
 #      Automake migration by Bertrand Garrigues
 #
-# Latest update: 5 Aug 2015
+# Latest update: 13 Aug 2015
 #
 # This file is part of groff.
 #
@@ -256,4 +256,4 @@ uninstall_tmac_hook:
 ### Emacs settings
 # Local Variables:
 # mode: makefile-automake
-# End.
+# End:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]