From 9be3a9c1f09448652e7b91e6722968ac79f5aa4d Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 1 Jun 2012 14:14:19 +0200 Subject: scripts/: Add support for placeholders Allow for specifying placeholders in shell scripts that are replaced during build time. Predefine a "@PACKAGE_VERSION@" placeholder that is replaced with the current version number. Also, rename all shell scripts to ".sh.in". Signed-off-by: Lukas Fleischer --- po/POTFILES.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index 2219c3d..6b3969a 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -27,4 +27,4 @@ src/utils.c src/vars.c src/wins.c -scripts/calcurse-upgrade.sh +scripts/calcurse-upgrade.sh.in -- cgit v1.2.3-54-g00ecf