/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 13:03:11 UTC
  • Revision ID: tim@ed.am-20140412130311-kwednshmt07i1a26
remove ambiguous argument parsing (the first argument should be the command,
because we can't reliably parse-away options, which may have argument, e.g.,
"stdhome -r test status")

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 \