blob: b45ca6ec61812231c00e4b8b7e6b8d6b3ba97d25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/Makefile.am b/Makefile.am
index 1772d69..9bf9863 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,7 +45,7 @@ else
tests =
endif
-SUBDIRS = src ${tests} doc lang
+SUBDIRS = src ${tests} lang
# Fix the version of the spec file.
dist-hook: gen-ChangeLog
|