/stdhome

To get this branch, use:
bzr branch http://bzr.ed.am/stdhome

« back to all changes in this revision

Viewing changes to lib/stdhome/Makefile.am

  • Committer: Tim Marston
  • Date: 2014-04-12 12:53:54 UTC
  • Revision ID: tim@ed.am-20140412125354-64aysxvaz7nnk8hm
make verbose levels clearer

Show diffs side-by-side

added added

removed removed

1
1
# Makefile.am -- process this file with automake to produce Makefile.in
2
2
 
3
3
nobase_pkgpython_PYTHON = \
4
 
        command/add.py \
5
4
        command/command.py \
6
5
        command/diff.py \
7
6
        command/__init__.py \
11
10
        command/stage_revert.py \
12
11
        command/status.py \
13
12
        command/update.py \
14
 
        config.py \
15
13
        deployment.py \
16
14
        file_matcher.py \
17
15
        __init__.py \