~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/pandora-plugin

  • Committer: Monty Taylor
  • Date: 2010-09-26 20:56:46 UTC
  • mto: (1796.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1797.
  • Revision ID: mordred@inaugust.com-20100926205646-vhzvbi4zfeys7a7r
Fixed a couple of options around make dist to make sure all the .rst files
get in there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
    if not os.path.exists(os.path.join("docs/plugins",plugin["name"])):
201
201
      os.symlink(os.path.abspath(plugin["docs"]), os.path.join("docs/plugins",plugin["name"]))
202
202
    doc_index.write("""
203
 
   %(name)s""" % plugin)
 
203
   %(name)s/index""" % plugin)
204
204
 
205
205
def write_plugin_ac(plugin, plugin_ac):
206
206
  #
499
499
      plugin_am.write("EXTRA_DIST += %(rel_path)s/%(testsuitedir)s\n" % plugin)
500
500
  if plugin.has_key('dist_testsuite') and plugin['dist_testsuite'] != "":
501
501
    plugin_am.write("EXTRA_DIST += %(rel_path)s/%(dist_testsuite)s\n" % plugin)
 
502
  if plugin['docs'] is not None:
 
503
    plugin_am.write("EXTRA_DIST += ${top_srcdir}/%(rel_path)s/docs/*.rst\n" % plugin)
502
504
  if plugin['static']:
503
505
    plugin_am.write("""
504
506
%(root_plugin_dir)s_%(plugin_prefix)s%(name)s_dir=${top_srcdir}/%(rel_path)s