summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-07-03 15:45:02 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-07-03 15:45:02 +0200
commit12803f06863ba563237ab2404e28897c07f8b757 (patch)
tree373774731c05eef4067980bbde68268b6d101b5c /HACKING
parent1b5e0246957acb4987e12b48d6ffbe9166cb8f82 (diff)
parenta44667dce47afd200d990910f8e8a966276be756 (diff)
downloadautomake-12803f06863ba563237ab2404e28897c07f8b757.tar.gz
Merge branch 'maint'
* maint: docs, tests: synchronize examples from docs to tests
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING7
1 files changed, 6 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index dc727d369..231e3fcb3 100644
--- a/HACKING
+++ b/HACKING
@@ -20,6 +20,10 @@
* If somebody reports a new bug, mention his name in the ChangeLog entry
and in the test case you write. Put him into THANKS.
+* When documenting a non-trivial idiom or example in the manual, be
+ sure to add a test case for it, and to reference such test case from
+ a proper Texinfo comment.
+
* The correct response to most actual bugs is to write a new test case
which demonstrates the bug. Then fix the bug, re-run the test suite,
and check everything in.
@@ -243,7 +247,8 @@
-----
-Copyright (C) 2003, 2007, 2008, 2010 Free Software Foundation, Inc.
+Copyright (C) 2003, 2007, 2008, 2010, 2011 Free Software Foundation,
+Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by