manual: Rename pulseview_manual.* to manual.*.
authorUwe Hermann <uwe@hermann-uwe.de>
Sat, 27 Oct 2018 19:38:49 +0000 (21:38 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Sat, 27 Oct 2018 19:38:49 +0000 (21:38 +0200)
manual/CMakeLists.txt
manual/manual.txt [new file with mode: 0644]
manual/pulseview_manual.txt [deleted file]

index 17bf487aa5a99a6374685270335d5f300f66dbac..682fad65ca3c842eb87a82b650b639f5edf7ff37 100644 (file)
@@ -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 (file)
index 0000000..627e46f
--- /dev/null
@@ -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 (file)
index 627e46f..0000000
+++ /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[]