From 04aad36c0e9179ceb36b9459d52aad0059b7d1f2 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 2 Nov 2014 13:20:08 -0800 Subject: Convert the Lua reference to AsciiDoc. Move it to the Developer's Guide while we're here. Nudge the markup in epan/wslua where needed. Note that we should probably convert it to AsciiDoc (if we're going to keep it in the DG) or Doxygen. Change-Id: Ie175111043f98b7a37eeeb8d185a833d8e866f8b Reviewed-on: https://code.wireshark.org/review/5203 Reviewed-by: Gerald Combs --- docbook/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docbook/CMakeLists.txt') diff --git a/docbook/CMakeLists.txt b/docbook/CMakeLists.txt index 8af975a1db..9c4ee7ac11 100644 --- a/docbook/CMakeLists.txt +++ b/docbook/CMakeLists.txt @@ -50,7 +50,6 @@ set(WSUG_FILES WSUG_chapter_work.xml wsug_src/WSUG_meta_info.xml WSUG_preface.xml - wsluarm.xml ws.css ) @@ -66,6 +65,7 @@ set(WSDG_ASCIIDOC_FILES wsug_src/WSUG_chapter_use.asciidoc wsug_src/WSUG_chapter_work.asciidoc wsug_src/WSUG_preface.asciidoc + wsluarm.asciidoc ) set(WSUG_GRAPHICS @@ -253,6 +253,7 @@ MACRO( ASCIIDOC2DOCBOOK _asciidocsource _conf_files ) WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${A2X_EXECUTABLE} --verbose + --attribute=build_dir=${CMAKE_CURRENT_BINARY_DIR} --attribute=docinfo --destination-dir=${CMAKE_CURRENT_BINARY_DIR} --asciidoc-opts=${_conf_opts} @@ -299,6 +300,7 @@ MACRO( ASCIIDOC2CHAPTER _asciidocsource _conf_files ) WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${A2X_EXECUTABLE} --verbose + --attribute=build_dir=${CMAKE_CURRENT_BINARY_DIR} --destination-dir=${CMAKE_CURRENT_BINARY_DIR} --asciidoc-opts=${_conf_opts} --no-xmllint @@ -366,7 +368,6 @@ ADD_CUSTOM_COMMAND( add_custom_target( user_guides ALL DEPENDS - wsluarm wsug_html_chunked/index.html wsug_html/index.html user-guide-a4.pdf -- cgit v1.2.1