calcurse-edge/contrib/vdir/Makefile.am
vxid d26164fb72 Add support for vdir synchronization
Add a script to synchronize calcurse with a VDIR collection.

Add a wrapper script around vdirsyncer to automatically synchronize
calcurse data to a vdirsyncer collection.

Add script documentation and Makefile.

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
2019-03-14 21:21:46 +01:00

14 lines
186 B
Makefile

AUTOMAKE_OPTIONS = foreign
dist_bin_SCRIPTS = \
calcurse-vdir
EXTRA_DIST = \
calcurse-vdir.py
CLEANFILES = \
calcurse-vdir
calcurse-vdir: calcurse-vdir.py
cp "$(srcdir)/$<" "$@"