summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2020-05-08 16:38:20 +0200
committerDavid Kalnischkies <david@kalnischkies.de>2020-05-08 16:38:20 +0200
commitfd47da4e86f0177c142c882a4bd148cf562769a3 (patch)
tree93a498fe6b6cea5bb5ff9384e695645704d203e0 /CMake
parent94ea8e66ca6d2794943aca659a53dd074bb9e4d0 (diff)
Use "po4a --porefs file" instead of undocumented compat noline
References: https://github.com/mquinson/po4a/commit/329f472a378d42c7a33e8110e5091be61480a0fc
Diffstat (limited to 'CMake')
-rw-r--r--CMake/Documentation.cmake2
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}