From b616b4946b578b756281d6e77b19fc0c1ae59699 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Fri, 20 Apr 2018 11:02:00 +0200 Subject: docs: add more known issues A clean must be performed when the theme is switched and incremental building does not work if printouts are enabled. Add this information to the README. Signed-off-by: John Ogness --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index bbc22c8..6809ffb 100644 --- a/README +++ b/README @@ -58,3 +58,8 @@ Known Issues ~~~~~~~~~~~~ * Building in parallel using `-j` is not supported. + + * A `make clean` must be performed if the theme is changed. + + * If printouts are enabled, incremental building does not work, + i.e. a full rebuild occurs every time on `make`. -- cgit v1.2.3