aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2012-03-29 11:43:10 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2012-03-29 11:52:07 +0200
commitafa57d77c03e44bee59fbf41754a53833c902ce3 (patch)
treeb5ff4562b1bb1065fdce3c02edef0e41de229b1e /Makefile.am
parenta5eea86a07c9d0bd66d3a993d9e07c88abf34716 (diff)
downloadcalcurse-afa57d77c03e44bee59fbf41754a53833c902ce3.tar.gz
calcurse-afa57d77c03e44bee59fbf41754a53833c902ce3.zip
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b36524d..8e7e1b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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