diff options
author | Arun Isaac | 2021-05-25 16:36:24 +0530 |
---|---|---|
committer | Arun Isaac | 2021-05-25 16:37:44 +0530 |
commit | df49abf6f8a0868443f9e3f576d8df49dbd3f095 (patch) | |
tree | 31400fba89e0c1edad3ee7175a9fbb2c7ffba6c6 /doc | |
parent | a47c5f11f29ad24c0db6edec47617efa76a75b4d (diff) | |
download | ccwl-df49abf6f8a0868443f9e3f576d8df49dbd3f095.tar.gz ccwl-df49abf6f8a0868443f9e3f576d8df49dbd3f095.tar.lz ccwl-df49abf6f8a0868443f9e3f576d8df49dbd3f095.zip |
Add title and copyright pages to manual.
* doc/ccwl.texi: Add title and copyright pages.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ccwl.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ccwl.texi b/doc/ccwl.texi index 61f21d3..1098659 100644 --- a/doc/ccwl.texi +++ b/doc/ccwl.texi @@ -14,6 +14,18 @@ copy of the license is included in the section entitled ``GNU Free Documentation License''. @end copying +@titlepage +@title Concise Common Workflow Language +@subtitle Writing Common Workflow Language workflows using ccwl +@author The ccwl authors + +@page +@vskip 0pt plus 1filll +Edition @value{EDITION} @* +@value{UPDATED} @* +@insertcopying +@end titlepage + @ifnottex @node Top @top Concise Common Workflow Language |