From 6f72473b2457ecd449259dc6c283976cea8f0e13 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 14 Aug 2018 16:04:48 -0300 Subject: docs: Use meson to build documentation Let's eat our own dogfood. --- docs/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/README.md') diff --git a/docs/README.md b/docs/README.md index 9ed75c1..18509c7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,7 +3,7 @@ 1. Get [hotdoc](https://hotdoc.github.io/installing.html) (0.8.9 required) 1. Run hotdoc in the docs/ directory: - hotdoc run + ../meson/meson.py build/ ## Upload @@ -12,5 +12,4 @@ removes the html pages and replaces with the new content. You can simply run: - hotdoc run --git-upload-activate - + ninja -C build/ upload -- cgit v1.1