chunkenizer - A simple bash script to split Mallard files generated with AsciiDoc with attribute 'chunked'
chunkenizer splits Mallard file FILE generated with AsciiDoc with attribute chunked and puts the resulting files in OUTPUT_DIRECTORY.
Important
|
OUTPUT_DIRECTORY must be an EMPTY directory you have read/write access to. |
If OUTPUT_DIRECTORY isn’t given, chunkenizer will put split files in a subdirectory named chunked.
chunkenizer will also create nextprev and parent-children links and it’ll adjust cross reference links.
- -h, --help
-
Show a brief help message summarizing chunkenizer options and syntax.
- --yelp
-
Same-page cross reference links workaround for Gnome’s Yelp: also cross links towards same page’s sections will have page’s name [e.g.: page#sect]
Daniele Pezzini <hyouko@gmail.com>