~ubuntu-branches/debian/squeeze/geany-plugins/squeeze

« back to all changes in this revision

Viewing changes to geanylua/examples/scripting/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-07-10 22:56:41 UTC
  • Revision ID: james.westby@ubuntu.com-20090710225641-xc1126t7pq0jmpos
Tags: upstream-0.17.1
ImportĀ upstreamĀ versionĀ 0.17.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# avoid creating empty directories if disabled
 
2
if ENABLE_GEANYLUA
 
3
include $(top_srcdir)/build/vars.docs.mk
 
4
plugin = geanylua
 
5
scriptingdir = $(examplesdir)/scripting
 
6
endif
 
7
 
 
8
EXAMPLES = \
 
9
        help.lua \
 
10
        open-script.lua \
 
11
        rebuild-menu.lua \
 
12
        show-examples.lua
 
13
 
 
14
if ENABLE_GEANYLUA
 
15
scripting_DATA = $(EXAMPLES)
 
16
endif
 
17
 
 
18
# make sure that these files are distributed as well
 
19
EXTRA_DIST = $(EXAMPLES)