summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2023-01-25 09:07:48 +0300
committerIvan Maidanski <ivmai@mail.ru>2023-01-25 12:09:36 +0300
commit04cdd2f19901f9a2b0f7b28b16c41e7c0db2fca2 (patch)
treea9e7b48beb857c1486a78cce89f7ef9e181c2846 /Makefile.am
parent92a1882bb7c6e07cad400b8be8213a3080c91875 (diff)
downloadbdwgc-04cdd2f19901f9a2b0f7b28b16c41e7c0db2fca2.tar.gz
Convert faq.html to Markdown format
* Makefile.am [ENABLE_DOCS] (dist_doc_DATA): Replace faq.html with faq.md. * doc/overview.md: Likewise. * doc/faq.html: Change file suffix to .md; convert text file from HTML to Markdown.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0ca81e83..11159ec0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -240,7 +240,7 @@ dist_doc_DATA = \
doc/README.environment \
doc/README.macros \
doc/debugging.md \
- doc/faq.html \
+ doc/faq.md \
doc/finalization.md \
doc/gcdescr.md \
doc/gcinterface.md \