From afa57d77c03e44bee59fbf41754a53833c902ce3 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 29 Mar 2012 11:43:10 +0200 Subject: Add a configuration file upgrade script This isn't ready for distribution but allows users of the -git version of calcurse to easily update their configuration files without having to edit them manually. Following things are still missing here: * A command line parameter to specify a custom data directory. * A backup file that is created automatically before upgrading. * Debug output. Signed-off-by: Lukas Fleischer --- scripts/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/Makefile.am (limited to 'scripts/Makefile.am') diff --git a/scripts/Makefile.am b/scripts/Makefile.am new file mode 100644 index 0000000..408de30 --- /dev/null +++ b/scripts/Makefile.am @@ -0,0 +1,3 @@ +AUTOMAKE_OPTIONS = foreign + +dist_bin_SCRIPTS = calcurse-upgrade -- cgit v1.2.3-54-g00ecf