Author: fperrad
Date: Thu Jan 29 09:34:12 2009
New Revision: 36148
Modified:
trunk/docs/pdds/pdd07_codingstd.pod
Changes in other areas also in this revision:
Added:
trunk/t/codingstd/make_code_coda.t (contents, props changed)
Log:
[codingstd] add check of Makefile coda
Modified: trunk/docs/pdds/pdd07_codingstd.pod
==============================================================================
--- trunk/docs/pdds/pdd07_codingstd.pod (original)
+++ trunk/docs/pdds/pdd07_codingstd.pod Thu Jan 29 09:34:12 2009
@@ -361,6 +361,15 @@
=item *
+Make source files must end with this coda:
+
+ # Local Variables:
+ # mode: makefile
+ # End:
+ # vim: ft=make:
+
+=item *
+
Perl source files must end with this coda:
# Local Variables: