changeset 44:44031912920c

Recurse when making the documentation.
author Sjoerd Mullender <sjoerd@acm.org>
date Thu, 10 Jun 2021 16:27:54 +0200 (2021-06-10)
parents 1cfe9d8a07e8
children 93846aa91deb
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Jun 10 16:22:08 2021 +0200
+++ b/Makefile	Thu Jun 10 16:27:54 2021 +0200
@@ -7,6 +7,7 @@
 all:
 
 doc: README.html README.pdf
+	for d in reverse regexp gmean; do make -C $$d; done
 
 README.html: README.rst
 	rst2html -d README.rst > README.html