From 1a66ec7080732a79c5a32f87681f3c1df81cd1f6 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Thu, 16 Mar 2017 17:37:11 +0100 Subject: [PATCH] fix example howto only compile minor parts of the documentation --- README_maintainers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_maintainers.md b/README_maintainers.md index 210fd8a770..b323d2c57b 100644 --- a/README_maintainers.md +++ b/README_maintainers.md @@ -512,7 +512,7 @@ restrictions. You can use pythons build in http server for this. To only regereneate one file (faster) you may specify a filter: - make FILTER=Manual/Aql/Invoke.mdpp + make build-book NAME=Manual FILTER=Manual/Aql/Invoke.mdpp (regular expressions allowed)