diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6bf6f29..40798fe 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -54,6 +54,7 @@ jobs: | |||
54 | - stack build --no-terminal | 54 | - stack build --no-terminal |
55 | - stack install --local-bin-path ../dist/ | 55 | - stack install --local-bin-path ../dist/ |
56 | - cd .. | 56 | - cd .. |
57 | - pandoc --standalone --to man ldgallery-quickstart.7.md --output dist/ldgallery-quickstart.7 | ||
57 | - pandoc --standalone --to man compiler/ldgallery.1.md --output dist/ldgallery.1 | 58 | - pandoc --standalone --to man compiler/ldgallery.1.md --output dist/ldgallery.1 |
58 | - pandoc --standalone --to man viewer/ldgallery-viewer.7.md --output dist/ldgallery-viewer.7 | 59 | - pandoc --standalone --to man viewer/ldgallery-viewer.7.md --output dist/ldgallery-viewer.7 |
59 | - cp changelog.md license.md dist/ | 60 | - cp changelog.md license.md dist/ |
@@ -117,6 +118,7 @@ jobs: | |||
117 | - stack build --no-terminal | 118 | - stack build --no-terminal |
118 | - stack install --local-bin-path ../dist/ | 119 | - stack install --local-bin-path ../dist/ |
119 | - cd .. | 120 | - cd .. |
121 | - cp ldgallery-quickstart.7.md dist/ldgallery-quickstart.7.md | ||
120 | - cp viewer/ldgallery-viewer.7.md dist/ldgallery-viewer.7.md | 122 | - cp viewer/ldgallery-viewer.7.md dist/ldgallery-viewer.7.md |
121 | - cp compiler/ldgallery.1.md dist/ldgallery.1.md | 123 | - cp compiler/ldgallery.1.md dist/ldgallery.1.md |
122 | - cp changelog.md license.md dist/ | 124 | - cp changelog.md license.md dist/ |