aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArun Isaac2021-07-04 18:43:34 +0530
committerArun Isaac2021-07-04 19:38:22 +0530
commit53255a4d269a7e56626cba9b6c21b1c2d95e6c39 (patch)
treeb3bc9c6660a7283d0758b7279fed2f705bd78b05 /doc
parent8413e664c27bdbf55d6b0290466bc8beade7d8a2 (diff)
downloadccwl-53255a4d269a7e56626cba9b6c21b1c2d95e6c39.tar.gz
ccwl-53255a4d269a7e56626cba9b6c21b1c2d95e6c39.tar.lz
ccwl-53255a4d269a7e56626cba9b6c21b1c2d95e6c39.zip
Makefile: Build skribilo documentation in-place.
* Makefile.am (SKRIBILO_BUILD_DIR): Delete variable. (CLEANFILES): Add doc/*.cwl, doc/*.dot, doc/*.svg, doc/ccwl.info, doc/skribilo.go. ($(SKRIBILO_BUILD_DIR)/%.cwl): Rename to %.cwl. (info-local, install-info-local): Depend on doc/ccwl.info instead of $(SKRIBILO_BUILD_DIR)/ccwl.info. (html-local, install-html-local, website/manual/dev/en): Depend on doc/ccwl.html instead of $(SKRIBILO_BUILD_DIR)/ccwl.html. ($(SKRIBILO_BUILD_DIR)/ccwl.info): Rename to doc/ccwl.info. ($(SKRIBILO_BUILD_DIR)/ccwl.html): Rename to doc/ccwl.html. (clean-local): Do not delete doc/skribilo.go and $(SKRIBILO_BUILD_DIR). * .gitignore: Add doc/*.cwl, doc/*.html, doc/*.info, doc/*.svg. Remove doc/skribilo. * doc/ccwl.skb (Tutorial)[Workflow with multiple steps]: Reference images in the doc directory instead of in the doc/skribilo directory.
Diffstat (limited to 'doc')
-rw-r--r--doc/ccwl.skb4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ccwl.skb b/doc/ccwl.skb
index 8fe4aea..5fa7b40 100644
--- a/doc/ccwl.skb
+++ b/doc/ccwl.skb
@@ -207,7 +207,7 @@ nothing to do with the Unix pipe. The inputs/outputs passed between
steps are general CWL inputs/outputs. They need not be the standard
stdin and stdout streams.])
- (image :file "doc/skribilo/decompress-compile-run.svg")
+ (image :file "doc/decompress-compile-run.svg")
(p [Writing this worklow to
,(file "decompress-compile-run.scm"), compiling and running it with
@@ -234,7 +234,7 @@ that are independent of each other. The workflow inputs coming into
,(code "tee"). The outputs of each step are collected together and
unioned as the output of the ,(code "tee").])
- (image :file "doc/skribilo/checksum.svg")
+ (image :file "doc/checksum.svg")
(p [Writing this workflow to ,(file "checksum.scm"), compiling
and running it with some file ,(file "hello.txt") gives us the