commit 50ffc2d7969088ac8c58c82922b0f259b2dab3cc parent b25c27811d841732972320c26df1cf0ea70bf99b Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 27 Dec 2021 20:10:19 +0100 fix #7117 Diffstat:
| M | Makefile.am | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am @@ -10,7 +10,7 @@ else if ENABLE_DOC SUBDIRS = . contrib src doc po else - SUBDIRS = . contrib src doc po + SUBDIRS = . contrib src po endif endif