mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 00:43:07 +02:00
- correct paths are now written to default .taskrc
This commit is contained in:
parent
6e52194ab0
commit
070ec91566
3 changed files with 19 additions and 13 deletions
10
cmake.h.in
10
cmake.h.in
|
@ -1,15 +1,19 @@
|
|||
/* cmake.h.in. Creates auto.h during a cmake run */
|
||||
/* cmake.h.in. Creates cmake.h during a cmake run */
|
||||
|
||||
#define L10N // Localization complete.
|
||||
|
||||
/* Package information */
|
||||
#define PACKAGE "${PACKAGE}"
|
||||
#define VERSION "${VERSION}"
|
||||
#define PACKAGE "${PACKAGE}"
|
||||
#define VERSION "${VERSION}"
|
||||
#define PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
|
||||
#define PACKAGE_NAME "${PACKAGE_NAME}"
|
||||
#define PACKAGE_TARNAME "${PACKAGE_TARNAME}"
|
||||
#define PACKAGE_VERSION "${PACKAGE_VERSION}"
|
||||
#define PACKAGE_STRING "${PACKAGE_STRING}"
|
||||
|
||||
/* Installation details */
|
||||
#define TASK_RCDIR "${CMAKE_INSTALL_PREFIX}/${TASK_DOCDIR}/rc"
|
||||
|
||||
/* Localization */
|
||||
#define PACKAGE_LANGUAGE 1
|
||||
#define LANGUAGE_EN_US 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue