diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-03-08 14:32:16 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-03-08 14:32:16 +0100 |
commit | 650b612400b2e7156069ff462b974e9e12005013 (patch) | |
tree | a48ad7be5e13b1199f9dfe73b2e4a8c013fdbe7c | |
parent | 0396b1957e3bc36e302ac110cc92ef78d88f02f2 (diff) |
Introduce profile mobile, which includes SyncEvolution.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | profiles/desktop-mobile | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ profiles = desktop -desktoptopics = email office scheduling web +desktoptopics = email mobile office scheduling web lcdesktoptopics = email office web lcgroups = all eu desktoptopiclists = $(patsubst %,profiles/desktop-%,$(desktoptopics)) diff --git a/profiles/desktop-mobile b/profiles/desktop-mobile new file mode 100644 index 0000000..e179ad6 --- /dev/null +++ b/profiles/desktop-mobile @@ -0,0 +1,2 @@ +# include SyncEvolution with command-line interface and http service +sync-ui syncevolution syncevolution-http |