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

« back to all changes in this revision

Viewing changes to geanylua/examples/info/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
exampleinfodir = $(examplesdir)/info
 
6
endif
 
7
 
 
8
EXAMPLES = \
 
9
        about.lua \
 
10
        app-information.lua \
 
11
        file-information.lua \
 
12
        list-open-files.lua \
 
13
        show-filename.lua
 
14
 
 
15
if ENABLE_GEANYLUA
 
16
exampleinfo_DATA = $(EXAMPLES)
 
17
endif
 
18
 
 
19
# make sure that these files are distributed as well
 
20
EXTRA_DIST = $(EXAMPLES)