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

« back to all changes in this revision

Viewing changes to geanylua/examples/edit/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
editdir = $(examplesdir)/edit
 
6
endif
 
7
 
 
8
EXAMPLES = \
 
9
        calculator.lua \
 
10
        lua-replace.lua \
 
11
        proper-case.lua \
 
12
        reverse.lua \
 
13
        right-trim.lua \
 
14
        select-block.lua
 
15
 
 
16
if ENABLE_GEANYLUA
 
17
edit_DATA = $(EXAMPLES)
 
18
endif
 
19
 
 
20
# make sure that these files are distributed as well
 
21
EXTRA_DIST = $(EXAMPLES)