summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-11-20 18:13:41 +0000
committerBruno Haible <bruno@clisp.org>2006-11-20 18:13:41 +0000
commit8d599733fb6a017cae4a67027942e04b2bf7dad0 (patch)
treef7ea73a20fbba4c2729e5e882e94494fc77a19f9 /Makefile
parent2ff952c883d6112a614b854409efbcac9c717b6f (diff)
downloadgnulib-8d599733fb6a017cae4a67027942e04b2bf7dad0.tar.gz
Beginnings of a Makefile for the gnulib maintainers.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000000..e39ec27e70
--- /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