From 9fc23d689dc40d17c68177dd135caf4e93a54c75 Mon Sep 17 00:00:00 2001 From: sdarwin Date: Thu, 15 Sep 2022 13:13:10 -0600 Subject: [PATCH] documentation README file --- doc/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/README.md diff --git a/doc/README.md b/doc/README.md new file mode 100644 index 00000000..fc5951e7 --- /dev/null +++ b/doc/README.md @@ -0,0 +1,11 @@ +## Instructions for Documentation + +Scripts to build the documentation can be found at https://github.com/boostorg/release-tools/tree/master/build_docs + +For example on a Linux system, copy the file `linuxdocs.sh` into the current directory and run it. + +``` +./linuxdocs.sh +``` + +The quickbook doc files are compiled into html format.