Browse Source

Move the markdown manpage

Daux uses Cmmonmark, which does not support indention, required for
proper formatting of manual pages. Consequently, the manul page will
instead be standalone.
rpm
J. King 3 years ago
parent
commit
d3a983e7f0
  1. 2
      RoboFile.php
  2. 0
      docs/manpage.md

2
RoboFile.php

@ -332,7 +332,7 @@ class RoboFile extends \Robo\Tasks {
* available in $PATH.
*/
public function manpage(): Result {
$src = BASE."docs/en/025_Using_The_Arsse/999_The_Command-Line_Manual_Page.md";
$src = BASE."docs/manpage.md";
$out = BASE."dist/manpage";
return $this->taskExec("pandoc -s -f markdown -t man -o ".escapeshellarg($out)." ".escapeshellarg($src))->run();
}

0
docs/en/025_Using_The_Arsse/999_The_Command-Line_Manual_Page.md → docs/manpage.md

Loading…
Cancel
Save