[svn:parrot] r47762 - branches/html_cleanup/docs/index

coke at svn.parrot.org coke at svn.parrot.org
Tue Jun 22 17:24:53 UTC 2010


Author: coke
Date: Tue Jun 22 17:24:53 2010
New Revision: 47762
URL: https://trac.parrot.org/parrot/changeset/47762

Log:
use *.pod explicitly so we can keep simple glob syntax.

Modified:
   branches/html_cleanup/docs/index/pdds.json

Modified: branches/html_cleanup/docs/index/pdds.json
==============================================================================
--- branches/html_cleanup/docs/index/pdds.json	Tue Jun 22 17:24:26 2010	(r47761)
+++ branches/html_cleanup/docs/index/pdds.json	Tue Jun 22 17:24:53 2010	(r47762)
@@ -3,8 +3,8 @@
    "content" : [
       {
          "source" : [
-             "docs/pdds/*",
-             "docs/pdds/draft/*"
+             "docs/pdds/*.pod",
+             "docs/pdds/draft/*.pod"
          ], 
          "title" : "Design Documents"
       }


More information about the parrot-commits mailing list