From 0c355f42dbe71d755fb898b146bac41dd5bdefd8 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 1 May 2020 23:00:45 +0200 Subject: doc: add quickstart guide GitHub: closes #206 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6bf6f29..40798fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,6 +54,7 @@ jobs: - stack build --no-terminal - stack install --local-bin-path ../dist/ - cd .. + - pandoc --standalone --to man ldgallery-quickstart.7.md --output dist/ldgallery-quickstart.7 - pandoc --standalone --to man compiler/ldgallery.1.md --output dist/ldgallery.1 - pandoc --standalone --to man viewer/ldgallery-viewer.7.md --output dist/ldgallery-viewer.7 - cp changelog.md license.md dist/ @@ -117,6 +118,7 @@ jobs: - stack build --no-terminal - stack install --local-bin-path ../dist/ - cd .. + - cp ldgallery-quickstart.7.md dist/ldgallery-quickstart.7.md - cp viewer/ldgallery-viewer.7.md dist/ldgallery-viewer.7.md - cp compiler/ldgallery.1.md dist/ldgallery.1.md - cp changelog.md license.md dist/ -- cgit v1.2.3