Remove reference to 'TIMEW_RCDIR'

Copy paste from Taskwarrior, not used in Timewarrior

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2023-06-08 19:45:13 +02:00
parent ce68d43305
commit 0c84dfd42e
2 changed files with 1 additions and 7 deletions

View file

@ -58,13 +58,12 @@ CMake configuration variables are applied with the -D option and consist of a <n
$ cmake -D<name>=<value> . $ cmake -D<name>=<value> .
Four more variables can customize the installation process. Five more variables can customize the installation process.
The following table lists them and their defaults plus the `CMAKE_INSTALL_PREFIX`: The following table lists them and their defaults plus the `CMAKE_INSTALL_PREFIX`:
CMAKE_INSTALL_PREFIX /usr/local CMAKE_INSTALL_PREFIX /usr/local
TIMEW_BINDIR bin TIMEW_BINDIR bin
TIMEW_DOCDIR share/doc/timew TIMEW_DOCDIR share/doc/timew
TIMEW_RCDIR share/doc/timew/rc
TIMEW_MAN1DIR share/man/man1 TIMEW_MAN1DIR share/man/man1
TIMEW_MAN5DIR share/man/man5 TIMEW_MAN5DIR share/man/man5
TIMEW_MAN7DIR share/man/man7 TIMEW_MAN7DIR share/man/man7
@ -73,7 +72,6 @@ The corresponding `TIMEW_*` variables will be combined with `CMAKE_INSTALL_PREFI
CMAKE_INSTALL_PREFIX/TIMEW_BINDIR /usr/local/bin CMAKE_INSTALL_PREFIX/TIMEW_BINDIR /usr/local/bin
CMAKE_INSTALL_PREFIX/TIMEW_DOCDIR /usr/local/share/doc/timew CMAKE_INSTALL_PREFIX/TIMEW_DOCDIR /usr/local/share/doc/timew
CMAKE_INSTALL_PREFIX/TIMEW_RCDIR /usr/local/share/doc/timew/rc
CMAKE_INSTALL_PREFIX/TIMEW_MAN1DIR /usr/local/share/man/man1 CMAKE_INSTALL_PREFIX/TIMEW_MAN1DIR /usr/local/share/man/man1
CMAKE_INSTALL_PREFIX/TIMEW_MAN5DIR /usr/local/share/man/man5 CMAKE_INSTALL_PREFIX/TIMEW_MAN5DIR /usr/local/share/man/man5
CMAKE_INSTALL_PREFIX/TIMEW_MAN7DIR /usr/local/share/man/man7 CMAKE_INSTALL_PREFIX/TIMEW_MAN7DIR /usr/local/share/man/man7

View file

@ -11,9 +11,6 @@
#define CMAKE_BUILD_TYPE "${CMAKE_BUILD_TYPE}" #define CMAKE_BUILD_TYPE "${CMAKE_BUILD_TYPE}"
/* Installation details */
#define TIMEW_RCDIR "${CMAKE_INSTALL_PREFIX}/${TIMEW_RCDIR}"
/* git information */ /* git information */
#cmakedefine HAVE_COMMIT #cmakedefine HAVE_COMMIT
@ -45,4 +42,3 @@
#cmakedefine HAVE_GET_CURRENT_DIR_NAME #cmakedefine HAVE_GET_CURRENT_DIR_NAME
#cmakedefine HAVE_TIMEGM #cmakedefine HAVE_TIMEGM
#cmakedefine HAVE_UUID_UNPARSE_LOWER #cmakedefine HAVE_UUID_UNPARSE_LOWER