summaryrefslogtreecommitdiff
path: root/cmake/modules
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2016-12-15 19:54:01 +0000
committerGraham Bloice <graham.bloice@trihedral.com>2016-12-15 20:56:21 +0000
commit8234de535022a699f6c2ac5f870cad6cd7439060 (patch)
tree78db30f06b981ec09b8244828db06f4f3f1768b3 /cmake/modules
parent2c20ffa871d39457ef3e10bef3e380e1c86e9661 (diff)
downloadwireshark-8234de535022a699f6c2ac5f870cad6cd7439060.tar.gz
Fix release-notes.html generation
The ASCIIDOC_CONF_FILES setting for asciidoc was only generated if any of the guides were being built. Clean up a dup setting and some and blank lines in FindASCIIDOC Change-Id: Ie8ab97db09e18cdb8d7e2a7bd4dcf8c288dd036f Reviewed-on: https://code.wireshark.org/review/19291 Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindASCIIDOC.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/modules/FindASCIIDOC.cmake b/cmake/modules/FindASCIIDOC.cmake
index 60b2b17913..b6e66caf79 100644
--- a/cmake/modules/FindASCIIDOC.cmake
+++ b/cmake/modules/FindASCIIDOC.cmake
@@ -116,8 +116,6 @@ ENDMACRO()
MACRO( ASCIIDOC2HTML _output _asciidocsource _conf_files )
GET_FILENAME_COMPONENT( _source_base_name ${_asciidocsource} NAME_WE )
- set( A2X_HTML_OPTS --stylesheet=ws.css )
-
SET( A2X_HTML_OPTS --stylesheet=ws.css )
SET( _conf_opts_list )
@@ -165,7 +163,6 @@ MACRO( ASCIIDOC2TXT _output _asciidocsource _conf_files )
else()
set( A2X_TEXT_OPTS )
endif()
-
SET( A2X_HTML_OPTS --stylesheet=ws.css )
SET( _conf_opts_list )
@@ -212,7 +209,6 @@ ENDMACRO()
MACRO( ASCIIDOC2PDF _output _asciidocsource _conf_files _paper )
GET_FILENAME_COMPONENT( _source_base_name ${_asciidocsource} NAME_WE )
-
SET( A2X_HTML_OPTS --stylesheet=ws.css )
SET( _conf_opts_list )