diff options
author | Martijn van Beurden <mvanb1@gmail.com> | 2022-08-09 21:26:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-09 21:26:19 +0200 |
commit | 80d064e15d843eb137ff80c9e9797b9c180e1743 (patch) | |
tree | a3bbc79008c531462146b205ea596b29cbefd64c /doc/html/Makefile.am | |
parent | 4f40fa84338260bc129fac3aed1126a76f23b27b (diff) | |
download | flac-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 'doc/html/Makefile.am')
-rw-r--r-- | doc/html/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/html/Makefile.am b/doc/html/Makefile.am index 929aa4d6..e5e1f952 100644 --- a/doc/html/Makefile.am +++ b/doc/html/Makefile.am @@ -25,8 +25,6 @@ html_DATA = \ documentation_example_code.html \ documentation_format_overview.html \ documentation_tools.html \ - documentation_tools_flac.html \ - documentation_tools_metaflac.html \ faq.html \ favicon.ico \ features.html \ |