~ubuntu-branches/ubuntu/utopic/nautilus-python/utopic

« back to all changes in this revision

Viewing changes to examples/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2011-07-06 13:17:39 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110706131739-ardhj06fem65n3l3
Tags: 1.0-0ubuntu1
* New upstream release that works with nautilus 3.0
* debian/control.in:
  - Update dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
EXTRA_DIST = documentation.py README.in
2
 
 
3
1
docsdir = $(datadir)/doc/$(PACKAGE)
4
 
docs_DATA = documentation.py README
 
2
docs_DATA = README
5
3
 
6
4
examplesdir = $(datadir)/doc/$(PACKAGE)/examples
7
5
examples_DATA =                                 \
8
6
        background-image.py                     \
9
 
        block-size-column.py                    \
 
7
        block-size-column.py            \
 
8
        location-widget-provider.py \
10
9
        open-terminal.py                        \
11
 
        md5sum-property-page.py                 \
12
 
        submenu.py
13
 
 
14
 
EXTRA_DIST += $(examples_DATA)
15
 
 
16
 
CLEANFILES = README
17
 
 
18
 
README: README.in
19
 
        sed -e s!\@NAUTILUS_LIBDIR\@!@NAUTILUS_LIBDIR@! < $< > $@
20
 
README: Makefile
21
 
 
 
10
        md5sum-property-page.py         \
 
11
        submenu.py                  \
 
12
        update-file-info-async.py
 
13
 
 
14
EXTRA_DIST = README $(examples_DATA)