[svn:parrot-pdd] r36148 - in trunk: docs/pdds t/codingstd

[email protected] Thu, 29 Jan 2009 09:34:13 -0800 (PST)
Newsgroups perl.perl6.internals
Message-ID <[email protected]>
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: