14 lines
280 B
Diff
14 lines
280 B
Diff
diff --git a/Makefile.am b/Makefile.am
|
|
index b14f9d78..2df82fe3 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -4,7 +4,7 @@ else
|
|
ORDER=modules src
|
|
endif
|
|
# Order: nls before specs
|
|
-SUBDIRS=include $(ORDER) nls man specs
|
|
+SUBDIRS=include $(ORDER) nls
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|