last-svn-commit-5-g08a77f7 Aesthetic changes.
* build-aux/regen-recursive.mk, * build-aux/extra-recursive-targets.mk: Here. Help Emacs find out the nature of these files. --- ChangeLog | 9 +++++++++ build-aux/extra-recursive-targets.mk | 23 ++++++++++++----------- build-aux/regen-recursive.mk | 27 ++++++++++++++------------- 3 files changed, 35 insertions(+), 24 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7a325c9..1778f82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2010-03-15 Roland Levillain <roland@lrde.epita.fr> + Aesthetic changes. + + * build-aux/regen-recursive.mk, + * build-aux/extra-recursive-targets.mk: + Here. + Help Emacs find out the nature of these files. + +2010-03-15 Roland Levillain <roland@lrde.epita.fr> + * AUTHORS: Update. 2009-10-27 Roland Levillain <roland@lrde.epita.fr> diff --git a/build-aux/extra-recursive-targets.mk b/build-aux/extra-recursive-targets.mk index 7c1ef1e..f66e0b2 100644 --- a/build-aux/extra-recursive-targets.mk +++ b/build-aux/extra-recursive-targets.mk @@ -1,16 +1,17 @@ -# extra-recursive-targets.mk -*- Automake -*- -# Factor the installation of additional recursive targets. +## extra-recursive-targets.mk -*- Makefile-Automake -*- -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +## Factor the installation of additional recursive targets. -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. +## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +## 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc. +## This Makefile.in is free software; the Free Software Foundation +## gives unlimited permission to copy and/or distribute it, +## with or without modifications, as long as this notice is preserved. + +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY, to the extent permitted by law; without +## even the implied warranty of MERCHANTABILITY or FITNESS FOR A +## PARTICULAR PURPOSE. EXTRA_RECURSIVE_TARGETS = diff --git a/build-aux/regen-recursive.mk b/build-aux/regen-recursive.mk index cfa7e69..c736cf0 100644 --- a/build-aux/regen-recursive.mk +++ b/build-aux/regen-recursive.mk @@ -1,20 +1,21 @@ -# regen-recursive.mk -*- Automake -*- -# Regenerate files recursively. +## regen-recursive.mk -*- Makefile-Automake -*- -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +## Regenerate files recursively. -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. +## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +## 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc. +## This Makefile.in is free software; the Free Software Foundation +## gives unlimited permission to copy and/or distribute it, +## with or without modifications, as long as this notice is preserved. +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY, to the extent permitted by law; without +## even the implied warranty of MERCHANTABILITY or FITNESS FOR A +## PARTICULAR PURPOSE. -# To use this file, include it in Makefile.am and populate -# REGEN_SUBDIRS (using `+=') with the subdirectories to visit. + +## To use this file, include it in Makefile.am and populate +## REGEN_SUBDIRS (using `+=') with the subdirectories to visit. REGEN_SUBDIRS = -- 1.5.6.5
participants (1)
-
Roland Levillain