build: Reorder DIST_SUBDIRS to match SUBDIRS
authorPhilip Withnall <philip@tecnocode.co.uk>
Thu, 20 Jun 2013 16:27:50 +0000 (17:27 +0100)
committerPhilip Withnall <philip@tecnocode.co.uk>
Fri, 5 Jul 2013 20:57:25 +0000 (21:57 +0100)
So we don’t encounter problems during `make dist` due to recursing in
a different order from normal.

Makefile.am

index 61c8950..a07828e 100644 (file)
@@ -16,11 +16,11 @@ SUBDIRS += docs
 endif
 
 DIST_SUBDIRS = \
-       backends \
-       docs \
        folks \
-       tests \
+       backends \
        tools \
+       tests \
+       docs \
        po \
        $(NULL)