Skip to content

Commit

Permalink
Avoid duplicate HTML files
Browse files Browse the repository at this point in the history
  • Loading branch information
ViviCoder committed Feb 28, 2022
1 parent 71094bd commit f98e817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ if (${BUILD_USERGUIDE_HTML})
message(FATAL_ERROR "latex2html is needed to build the user guide in HTML format.")
endif()

set (LATEX2HTML_OPTIONS -verbosity 0 -show_section_numbers -info 0)
set (LATEX2HTML_OPTIONS -verbosity 0 -show_section_numbers -info 0 -no_auto_link)

# list of HTML
set (LIST_HTML)
Expand Down

0 comments on commit f98e817

Please sign in to comment.