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

coke at svn.parrot.org coke at svn.parrot.org
Fri Jun 18 03:56:02 UTC 2010


Author: coke
Date: Fri Jun 18 03:56:00 2010
New Revision: 47683
URL: https://trac.parrot.org/parrot/changeset/47683

Log:
Use glob syntax instead of something zsh like.

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

Modified: branches/html_cleanup/docs/index/pdds.json
==============================================================================
--- branches/html_cleanup/docs/index/pdds.json	Fri Jun 18 03:18:00 2010	(r47682)
+++ branches/html_cleanup/docs/index/pdds.json	Fri Jun 18 03:56:00 2010	(r47683)
@@ -2,7 +2,10 @@
    "page" : "pdds",
    "content" : [
       {
-         "source" : "docs/pdds/**",
+         "source" : [
+             "docs/pdds/*",
+             "docs/pdds/draft/*"
+         ], 
          "title" : "Design Documents"
       }
    ],


More information about the parrot-commits mailing list