diff options
author | David Kalnischkies <david@kalnischkies.de> | 2020-05-08 16:38:20 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2020-05-08 16:38:20 +0200 |
commit | fd47da4e86f0177c142c882a4bd148cf562769a3 (patch) | |
tree | 93a498fe6b6cea5bb5ff9384e695645704d203e0 | |
parent | 94ea8e66ca6d2794943aca659a53dd074bb9e4d0 (diff) |
Use "po4a --porefs file" instead of undocumented compat noline
References: https://github.com/mquinson/po4a/commit/329f472a378d42c7a33e8110e5091be61480a0fc
-rw-r--r-- | CMake/Documentation.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/Documentation.cmake b/CMake/Documentation.cmake index 4e6b8ead8..1df0960a4 100644 --- a/CMake/Documentation.cmake +++ b/CMake/Documentation.cmake @@ -318,7 +318,7 @@ function(add_update_po4a target pot header) add_custom_target(${target} COMMAND po4a --previous --no-backups --force --no-translations --msgmerge-opt --add-location=file - --porefs noline + --porefs file --package-name=${PROJECT_NAME}-doc --package-version=${PACKAGE_VERSION} --msgid-bugs-address=${PACKAGE_MAIL} po4a.conf ${WRITE_HEADER} |