diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-06-01 14:14:19 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-06-01 16:07:46 +0200 |
commit | 9be3a9c1f09448652e7b91e6722968ac79f5aa4d (patch) | |
tree | 4f008515e902d5cdb8ed9f2ff432e6e2329f4e40 /po | |
parent | 2afa0db66f14f4adc9e0f76b893ee0dc580ad557 (diff) | |
download | calcurse-9be3a9c1f09448652e7b91e6722968ac79f5aa4d.tar.gz calcurse-9be3a9c1f09448652e7b91e6722968ac79f5aa4d.zip |
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 <calcurse@cryptocrack.de>
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |