aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c44d10b5..5c2a7f11 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -467,10 +467,12 @@ EXTRA_DIST = \
# The order to do things in.
# Build explicitly in "." in order to build gawk first, so
# that `make check' without a prior `make' works.
+# Build in awklib after in doc, since we want to extract
+# sample files if doc/gawk.texi changed.
SUBDIRS = \
. \
- awklib \
doc \
+ awklib \
po \
extension \
test