Lichen

Changeset

899:d393a3b8d1f1
2019-04-15 Paul Boddie raw files shortlog changelog graph Modified the moinconvert script slightly.
docs/tools/make_docs.sh (file)
     1.1 --- a/docs/tools/make_docs.sh	Sun Apr 14 19:31:45 2019 +0200
     1.2 +++ b/docs/tools/make_docs.sh	Mon Apr 15 00:14:56 2019 +0200
     1.3 @@ -4,6 +4,8 @@
     1.4  INDIR="$THISDIR/../wiki"
     1.5  OUTDIR="$THISDIR/../html"
     1.6  
     1.7 +ROOT="Lichen"
     1.8 +
     1.9  MAPPING='--mapping WikiPedia https://en.wikipedia.org/wiki/'
    1.10  THEME='--theme mercurial'
    1.11  
    1.12 @@ -19,7 +21,7 @@
    1.13  moinconvert --input-dir "$INDIR" \
    1.14              --input-page-sep '--' \
    1.15              --output-dir "$OUTDIR" \
    1.16 -            --root Lichen \
    1.17 +            --root "$ROOT" \
    1.18              --format html \
    1.19              --macros \
    1.20              $DOCINDEX \