~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/pandora-plugin

  • Committer: Monty Taylor
  • Date: 2011-02-28 18:00:50 UTC
  • mto: (2207.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2208.
  • Revision ID: mordred@inaugust.com-20110228180050-1hqxbm7ynzmq9jr3
When we use wildcards in EXTRA_DIST, we must give them full paths. Bah.

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
    doc_index.write("""
212
212
   %(name)s/index""" % plugin)
213
213
    plugin_am.write("""
214
 
EXTRA_DIST+=docs/plugins/%(name)s/*.rst
 
214
EXTRA_DIST+=${top_srcdir}/docs/plugins/%(name)s/*.rst
215
215
""" % plugin)
216
216
 
217
217
def write_plugin_ac(plugin, plugin_ac):