~verterok/ubuntuone-client/volumemanager_udfs-2

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Tarmac
  • Author(s): guillermo.gonzalez at canonical
  • Date: 2009-12-17 13:10:22 UTC
  • mfrom: (289.1.3 dbus-iface-docs)
  • Revision ID: john.lenton@canonical.com-20091217131022-1h4mlsys313hr0sl
export method and signal docstrings via DBus Introspect, add script to generate a simple text file with SyncDaemon DBus API

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        fi
63
63
        rm -rf _trial_temp
64
64
 
 
65
docs: protocol Makefile
 
66
        PYTHONPATH="$(PYTHONPATH)" $(PYTHON) $(srcdir)/contrib/dbus-docs
 
67
 
 
68
 
65
69
protocol: ubuntuone Makefile
66
70
        PROTOCOL="ubuntuone/storageprotocol"; \
67
71
        if [ ! -d $(USP_PATH) ]; then \