From 8d599733fb6a017cae4a67027942e04b2bf7dad0 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 20 Nov 2006 18:13:41 +0000 Subject: [PATCH] Beginnings of a Makefile for the gnulib maintainers. --- ChangeLog | 4 ++++ Makefile | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 Makefile diff --git a/ChangeLog b/ChangeLog index 2e4564685..6c3b89c56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-11-20 Bruno Haible + + * Makefile: New file. + 2006-11-20 Jim Meyering * lib/idcache.c: Adjust comments in user- and group- portions to diff --git a/Makefile b/Makefile new file mode 100644 index 000000000..e39ec27e7 --- /dev/null +++ b/Makefile @@ -0,0 +1,19 @@ +# Makefile for gnulib central. +# Copyright (C) 2006 Free Software Foundation, Inc. +# +# Copying and distribution of this file, with or without modification, +# in any medium, are permitted without royalty provided the copyright +# notice and this notice are preserved. + +# Produce some files that are not stored in CVS. +all: + +# Perform some platform independent checks on the gnulib code. +check: + +# Regenerate some files that are stored in CVS; you should commit them +# afterwards. +regen: MODULES.html + +MODULES.html: MODULES.html.sh + ./MODULES.html.sh > MODULES.html -- 2.11.0