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 <calcurse@cryptocrack.de>
This commit is contained in:
@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS= foreign
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = po src test
|
||||
SUBDIRS = po src test scripts
|
||||
|
||||
if ENABLE_DOCS
|
||||
SUBDIRS += doc
|
||||
|
||||
Reference in New Issue
Block a user