diff options
author | Arun Isaac | 2021-05-25 16:35:14 +0530 |
---|---|---|
committer | Arun Isaac | 2021-05-25 16:37:36 +0530 |
commit | a47c5f11f29ad24c0db6edec47617efa76a75b4d (patch) | |
tree | c3c2f5a8147955e35e5d8961953aab1d5c6146a2 | |
parent | 08f4835acb57bed7ad53f93b96faecd32a167ec7 (diff) | |
download | ccwl-a47c5f11f29ad24c0db6edec47617efa76a75b4d.tar.gz ccwl-a47c5f11f29ad24c0db6edec47617efa76a75b4d.tar.lz ccwl-a47c5f11f29ad24c0db6edec47617efa76a75b4d.zip |
Hide Top node introduction in printed manual.
* doc/ccwl.texi (Top): Move introduction into ifnottex block.
-rw-r--r-- | doc/ccwl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ccwl.texi b/doc/ccwl.texi index 018b10d..61f21d3 100644 --- a/doc/ccwl.texi +++ b/doc/ccwl.texi @@ -17,11 +17,11 @@ Documentation License''. @ifnottex @node Top @top Concise Common Workflow Language -@end ifnottex This manual documents @abbr{ccwl, Concise Common Workflow Language} version @value{VERSION}. ccwl is a concise syntax to express @abbr{CWL, Common Workflow Language} workflows. +@end ifnottex @menu * Introduction:: What is ccwl? |