* ./crlcore/doc:
- Change: README in LaTeX+LaTeX2HTML is now replaced by User's Guide in reStructuredText. No need to request LaTeX.
This commit is contained in:
parent
7448b4daed
commit
266906798b
|
@ -31,9 +31,9 @@
|
|||
find_package(HURRICANE REQUIRED)
|
||||
find_package(Boost REQUIRED)
|
||||
find_package(Libexecinfo REQUIRED)
|
||||
if(BUILD_DOC)
|
||||
include(UseLATEX)
|
||||
endif(BUILD_DOC)
|
||||
#if(BUILD_DOC)
|
||||
# include(UseLATEX)
|
||||
#endif(BUILD_DOC)
|
||||
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(etc)
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
set ( LATEX2HTML_CONVERTER_FLAGS "-html_version" "4.0,latin1,unicode"
|
||||
"-style" "SoC.css"
|
||||
"-init_file" "${CMAKE_CURRENT_SOURCE_DIR}/.latex2html-init"
|
||||
CACHE STRING "Custom arguments passeds to latex2html" FORCE )
|
||||
# set ( LATEX2HTML_CONVERTER_FLAGS "-html_version" "4.0,latin1,unicode"
|
||||
# "-style" "SoC.css"
|
||||
# "-init_file" "${CMAKE_CURRENT_SOURCE_DIR}/.latex2html-init"
|
||||
# CACHE STRING "Custom arguments passeds to latex2html" FORCE )
|
||||
|
||||
# add_latex_document ( README.tex IMAGE_DIRS images )
|
||||
|
||||
|
|
Loading…
Reference in New Issue