# HG changeset patch # User Paul Boddie # Date 1562962018 -7200 # Node ID 2b8cbd82ee13ce4f6f8487224fcc30d175b57f2a # Parent 3e6a19d2e0668cbf5e5d3df1d0a022b8ae0156b3 Updated the documentation generation command. diff -r 3e6a19d2e066 -r 2b8cbd82ee13 README.txt --- a/README.txt Fri Jul 12 22:04:11 2019 +0200 +++ b/README.txt Fri Jul 12 22:06:58 2019 +0200 @@ -12,8 +12,11 @@ format to other formats. For example, the supplied documentation can be converted as follows: -./moinconvert --input-dir docs/wiki --output-dir docs/html \ +./moinconvert --input-dir docs/wiki \ + --output-dir docs/html \ + --root MoinLight \ --document-index index.html \ + --theme mercurial \ --macros --all This converts all documents in the indicated input directory to HTML format,