Use an explicit glob(plugins/<TMPL_VAR name>) rather than relying on
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 8 May 2007 21:46:00 +0000 (21:46 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 8 May 2007 21:46:00 +0000 (21:46 +0000)
commit85d0f445d926c853fc68ad9e399b64d04589d0bc
treec45f23952de04bc6569110bf36dab8a81fe8aa37
parent5c6b96967d70f41040e90671cff03e4a11239e63
Use an explicit glob(plugins/<TMPL_VAR name>) rather than relying on
implicit glob detection. This is necessary because when this page is being
built standalone, the TMPL_VAR will not be expanded, and is instead treated
as two globs, and the globlist is then invalid and produces build errors.
Using glob() causes it to treated as a single glob, avoiding this problem.
doc/templates/plugin.mdwn