aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
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 /.gitlab-ci.yml
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 '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eec3129d8a..51ee43ca2b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -487,10 +487,10 @@ Documentation:
- wsug_html_chunked.zip
- wsdg_html.zip
- wsdg_html_chunked.zip
- - "Wireshark User’s Guide.pdf"
- - "Wireshark Developer’s Guide.pdf"
- - "Wireshark User’s Guide.epub"
- - "Wireshark Developer’s Guide.epub"
+ - "Wireshark User's Guide.pdf"
+ - "Wireshark Developer's Guide.pdf"
+ - "Wireshark User's Guide.epub"
+ - "Wireshark Developer's Guide.epub"
needs: []