From: Uwe Hermann Date: Sat, 27 Oct 2018 19:38:49 +0000 (+0200) Subject: manual: Rename pulseview_manual.* to manual.*. X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=2eab551b92747d525a7d342436ee297144bbe241 manual: Rename pulseview_manual.* to manual.*. --- diff --git a/manual/CMakeLists.txt b/manual/CMakeLists.txt index 17bf487a..682fad65 100644 --- a/manual/CMakeLists.txt +++ b/manual/CMakeLists.txt @@ -26,11 +26,11 @@ set(STYLES_DIR "asciidoctor-stylesheet-factory/stylesheets") set(STYLE_SHEET "readthedocs.css") # Input files. -set(MANUAL_SRC "${CMAKE_CURRENT_SOURCE_DIR}/pulseview_manual.txt") +set(MANUAL_SRC "${CMAKE_CURRENT_SOURCE_DIR}/manual.txt") # Output files, conversion results. -set(MANUAL_OUT_HTML "${CMAKE_CURRENT_BINARY_DIR}/pulseview_manual.html") -set(MANUAL_OUT_PDF "${CMAKE_CURRENT_BINARY_DIR}/pulseview_manual.pdf") +set(MANUAL_OUT_HTML "${CMAKE_CURRENT_BINARY_DIR}/manual.html") +set(MANUAL_OUT_PDF "${CMAKE_CURRENT_BINARY_DIR}/manual.pdf") # Manual related make(1) targets. add_custom_target(manual-html diff --git a/manual/manual.txt b/manual/manual.txt new file mode 100644 index 00000000..627e46f7 --- /dev/null +++ b/manual/manual.txt @@ -0,0 +1,28 @@ +PulseView User Manual +===================== +unreleased development snapshot, dated 2018-10-03 +:doctype: book +:imagesdir: ./images +:sectnums: +:toc: +:toclevels: 2 +:icons: font +:figure-caption: Image + +ifdef::ebook-format[:leveloffset: -1] + +include::license.txt[] + +include::overview.txt[] + +include::installation.txt[] + +include::acquisition.txt[] + +include::analysis.txt[] + +include::decoders.txt[] + +include::import_export.txt[] + +include::cli.txt[] diff --git a/manual/pulseview_manual.txt b/manual/pulseview_manual.txt deleted file mode 100644 index 627e46f7..00000000 --- a/manual/pulseview_manual.txt +++ /dev/null @@ -1,28 +0,0 @@ -PulseView User Manual -===================== -unreleased development snapshot, dated 2018-10-03 -:doctype: book -:imagesdir: ./images -:sectnums: -:toc: -:toclevels: 2 -:icons: font -:figure-caption: Image - -ifdef::ebook-format[:leveloffset: -1] - -include::license.txt[] - -include::overview.txt[] - -include::installation.txt[] - -include::acquisition.txt[] - -include::analysis.txt[] - -include::decoders.txt[] - -include::import_export.txt[] - -include::cli.txt[]