From 26a9307533a7398fb62bad85148a2325482ddf7a Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 5 Jun 2019 00:06:34 -0400 Subject: [PATCH] User Guide: add a couple ${include}'s --- doc/user_guide.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/user_guide.md b/doc/user_guide.md index 3757f03..8896fbc 100644 --- a/doc/user_guide.md +++ b/doc/user_guide.md @@ -621,6 +621,10 @@ the `-Wall` flag except for sources under the `src/tests` directory. Rscons is licensed under the terms of the MIT License. +``` +${include LICENSE.txt} +``` + # Change Log -[TODO] +${include CHANGELOG.md}