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>
31 lines
409 B
Plaintext
31 lines
409 B
Plaintext
# List of source files which contain translatable strings.
|
|
src/apoint.c
|
|
src/args.c
|
|
src/calcurse.c
|
|
src/calendar.c
|
|
src/config.c
|
|
src/custom.c
|
|
src/day.c
|
|
src/dmon.c
|
|
src/event.c
|
|
src/getstring.c
|
|
src/help.c
|
|
src/ical.c
|
|
src/io.c
|
|
src/keys.c
|
|
src/llist.c
|
|
src/mem.c
|
|
src/note.c
|
|
src/notify.c
|
|
src/pcal.c
|
|
src/recur.c
|
|
src/sha1.c
|
|
src/sigs.c
|
|
src/todo.c
|
|
src/utf8.c
|
|
src/utils.c
|
|
src/vars.c
|
|
src/wins.c
|
|
|
|
scripts/calcurse-upgrade.sh.in
|