summaryrefslogtreecommitdiff
path: root/arch
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 /arch
parent01896f04028f1962e69314257dd542c6539a0e73 (diff)
downloadgroff-git-2390f0262b7af36040b0a9edb9943df25d58c8d4.tar.gz
all *.am: add latest update, setup Emacs mode
Diffstat (limited to 'arch')
-rw-r--r--arch/mingw/mingw.am11
-rw-r--r--arch/misc/misc.am18
2 files changed, 23 insertions, 6 deletions
diff --git a/arch/mingw/mingw.am b/arch/mingw/mingw.am
index 49b259e6d..c3c6f0ba6 100644
--- a/arch/mingw/mingw.am
+++ b/arch/mingw/mingw.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 under
@@ -42,3 +44,10 @@ bin_SCRIPTS += $(WINSCRIPTS)
else
EXTRA_DIST += $(WINSCRIPTS)
endif
+
+
+########################################################################
+### Emacs settings
+# Local Variables:
+# mode: makefile-automake
+# End.
diff --git a/arch/misc/misc.am b/arch/misc/misc.am
index 3b4c004ca..e80d8bc0c 100644
--- a/arch/misc/misc.am
+++ b/arch/misc/misc.am
@@ -1,8 +1,9 @@
-# Copyright (C) 2004-2014 Free Software Foundation, Inc.
-# Original Makefile.sub written by Keith Marshall
-# (keith.d.marshall@ntlworld.com).
-# Adapted to Automake by Bertrand Garrigues
-# (bertrand.garrigues@laposte.net).
+# Copyright (C) 2004-2015 Free Software Foundation, Inc.
+# Original Makefile.sub written by Keith Marshall
+# (keith.d.marshall@ntlworld.com).
+# Adapted to Automake by Bertrand Garrigues (bertrand.garrigues@laposte.net).
+#
+# Last update: 6 Aug 2015
#
# This file is part of groff.
#
@@ -23,3 +24,10 @@ MOSTLYCLEANFILES += shdeps.sed
shdeps.sed: $(top_srcdir)/arch/misc/shdeps.sh
$(SHELL) $(top_srcdir)/arch/misc/shdeps.sh "$(RT_SEP)" "$(SH_SEP)" "$(bindir)" > $@
+
+
+########################################################################
+### Emacs settings
+# Local Variables:
+# mode: makefile-automake
+# End.