aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/CMakeLists.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-08-26 15:44:23 -0700
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-08-27 01:18:13 +0000
commit8c4543373ad6a3c870f30d33dedf7bcdc12796ac (patch)
tree0b2010434eb91fdefc0a5f00a7730430c677b74d /docbook/CMakeLists.txt
parent5fcd5f3b9f5dc299c41280f6fe84912aa5dd42ab (diff)
CMake: Use "'" instead of "’" in our guide filenames.
Use an apostrophe instead of RIGHT SINGLE QUOTATION MARK in our PDF and EPUB filenames. Some programs (notably Okular) can't open filenames with extended characters, at least on Windows.
Diffstat (limited to 'docbook/CMakeLists.txt')
-rw-r--r--docbook/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docbook/CMakeLists.txt b/docbook/CMakeLists.txt
index 9640c1ea01..3ef8827717 100644
--- a/docbook/CMakeLists.txt
+++ b/docbook/CMakeLists.txt
@@ -43,7 +43,7 @@ add_custom_target(update_tools_help
)
set_docbook_target_properties(update_tools_help)
-set(WSUG_TITLE "Wireshark User’s Guide")
+set(WSUG_TITLE "Wireshark User's Guide")
set(WSUG_FILES
wsug_src/WSUG_app_files.adoc
@@ -223,7 +223,7 @@ set(WSUG_GRAPHICS
${COMMON_GRAPHICS}
)
-set(WSDG_TITLE "Wireshark Developer’s Guide")
+set(WSDG_TITLE "Wireshark Developer's Guide")
set(WSDG_FILES
wsdg_src/WSDG_chapter_asn2wrs.adoc