.
authorJim Blandy <jimb@red-bean.com>
Fri, 13 Sep 1996 17:57:14 +0000 (17:57 +0000)
committerJim Blandy <jimb@red-bean.com>
Fri, 13 Sep 1996 17:57:14 +0000 (17:57 +0000)
HACKING

diff --git a/HACKING b/HACKING
index 65af0eb..3ed8070 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -5,6 +5,12 @@ GNU coding standards.  The standards are available via anonymous FTP
 from prep.ai.mit.edu, as /pub/gnu/standards/standards.texi and
 make-stds.texi.
 
+- Check Makefile.in and configure files into CVS, as well as any files
+used to create them (Makefile.am, configure.in); don't check in
+Makefiles or header files generated by configuration scripts.  The
+general rule is that you should be able to check out a working
+directory of Guile from CVS, and then type "configure" and "make".
+
 - Make sure your changes compile and work, at least on your own
 machine, before checking them into the main branch of the Guile
 repository.  If you really need to check in untested changes, make a