changeset 7676:13576b82f3d4

Beginnings of a Makefile for the gnulib maintainers.
author Bruno Haible <bruno@clisp.org>
date Mon, 20 Nov 2006 18:13:41 +0000
parents 476857ef4611
children 5617bb70e723
files ChangeLog Makefile
diffstat 2 files changed, 23 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-11-20  Bruno Haible  <bruno@clisp.org>
+
+	* Makefile: New file.
+
 2006-11-20  Jim Meyering  <jim@meyering.net>
 
 	* lib/idcache.c: Adjust comments in user- and group- portions to
new file mode 100644
--- /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