summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorHans Boehm <boehm@acm.org>2023-01-25 07:15:24 +0300
committerIvan Maidanski <ivmai@mail.ru>2023-01-25 10:16:00 +0300
commitba42b3585b53e460f944d64e39edc086ff13daaf (patch)
tree42bf6a6060be9758afa1da591a131e4e55f319e1 /Makefile.am
parentba137368d1add5a24ff2fafe2ae2587c765cad34 (diff)
downloadbdwgc-ba42b3585b53e460f944d64e39edc086ff13daaf.tar.gz
Put faq.html to codebase
* Makefile.am [ENABLE_DOCS] (dist_doc_DATA): Add doc/faq.html entry. * doc/faq.html: New file. * doc/overview.md: Change links to faq.html to point to the file in doc folder (not website). Co-authored-by: Ivan Maidanski <ivmai@mail.ru>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b09ef122..0ca81e83 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -240,6 +240,7 @@ dist_doc_DATA = \
doc/README.environment \
doc/README.macros \
doc/debugging.md \
+ doc/faq.html \
doc/finalization.md \
doc/gcdescr.md \
doc/gcinterface.md \