summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMartijn van Beurden <mvanb1@gmail.com>2022-08-09 21:26:19 +0200
committerGitHub <noreply@github.com>2022-08-09 21:26:19 +0200
commit80d064e15d843eb137ff80c9e9797b9c180e1743 (patch)
treea3bbc79008c531462146b205ea596b29cbefd64c /.github
parent4f40fa84338260bc129fac3aed1126a76f23b27b (diff)
downloadflac-80d064e15d843eb137ff80c9e9797b9c180e1743.tar.gz
Convert docbook to markdown
Currently, the man pages are converted from a docbook document, but the conversion doesn't seem very reliable. Also, the man page is more-or-less duplicated by the html documentation. This commit moves all tool documentation to a markdown document which is readable by itself and can be converted by pandoc to a man page and can be used by Jekyll to populate the website.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/distcheck.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/distcheck.yml b/.github/workflows/distcheck.yml
index 1520598e..56f9c5f3 100644
--- a/.github/workflows/distcheck.yml
+++ b/.github/workflows/distcheck.yml
@@ -16,7 +16,7 @@ jobs:
- name: Install Linux dependencies
run: |
sudo apt-get update
- sudo apt-get install -y libtool-bin libogg-dev doxygen libxml2-utils w3c-sgml-lib
+ sudo apt-get install -y libtool-bin libogg-dev doxygen libxml2-utils w3c-sgml-lib pandoc
- name: Build with Autotools
run: |