~pplr/ubuntuone-client/u1sync-unicode

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Rodney Dawes
  • Date: 2010-01-19 21:20:01 UTC
  • mto: This revision was merged to the branch mainline in revision 322.
  • Revision ID: rodney.dawes@canonical.com-20100119212001-uodnpmnmjv1mdb50
RemoveĀ theĀ applet

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
# Install our scripts and extra data here
20
20
bin_SCRIPTS =                           \
21
 
        bin/ubuntuone-client-applet     \
22
21
        bin/ubuntuone-client-preferences        \
23
22
        bin/u1sdtool                    \
24
23
        bin/u1sync
30
29
manfilesdir = $(mandir)/man1
31
30
manfiles_DATA =                                 \
32
31
        docs/man/ubuntuone-client-preferences.1 \
33
 
        docs/man/ubuntuone-client-applet.1      \
34
32
        docs/man/u1sdtool.1                     \
35
33
        docs/man/u1sync.1
36
34