|
From: Paul F. <pa...@so...> - 2021-10-07 06:54:35
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=a6096335c3f0d01c57b87538430de805aa632260 commit a6096335c3f0d01c57b87538430de805aa632260 Author: Paul Floyd <pj...@wa...> Date: Tue Oct 5 00:05:18 2021 +0200 FreeBSD support, patch 8a docs directory Diff: --- docs/xml/dist-docs.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/xml/dist-docs.xml b/docs/xml/dist-docs.xml index b1b5598fb0..439cdcc5f0 100644 --- a/docs/xml/dist-docs.xml +++ b/docs/xml/dist-docs.xml @@ -131,4 +131,14 @@ xmlns:xi="http://www.w3.org/2001/XInclude" /> </literallayout> </chapter> + + <chapter id="dist.readme-freebsd" + xreflabel="Readme FreeBSD"> + <title>README.freebsd</title> + <literallayout> + <xi:include href="../../README.freebsd" + parse="text" + xmlns:xi="http://www.w3.org/2001/XInclude" /> + </literallayout> + </chapter> </book> |