summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-27 20:10:19 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-27 20:10:19 +0100
commit50ffc2d7969088ac8c58c82922b0f259b2dab3cc (patch)
tree621898cfaafaea68bec02d52b1dcbe7f34fbf08a /Makefile.am
parentb25c27811d841732972320c26df1cf0ea70bf99b (diff)
downloadanastasis-50ffc2d7969088ac8c58c82922b0f259b2dab3cc.tar.gz
anastasis-50ffc2d7969088ac8c58c82922b0f259b2dab3cc.tar.bz2
anastasis-50ffc2d7969088ac8c58c82922b0f259b2dab3cc.zip
fix #7117
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8a6319e..c7549a7 100644
--- 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