chiark / gitweb /
Separate function for parsing user trace specs.
[mLib] / setup
diff --git a/setup b/setup
index c669e770a3e5bcd8a4d08b9fabe74e91523233ff..89b6db8042573a9a6494cb3f68c70967ef9291f1 100755 (executable)
--- a/setup
+++ b/setup
@@ -2,7 +2,8 @@
 
 set -e
 mklinks
+(cd man && ./mksofiles * && m4 Makefile.m4 >Makefile.am)
 mkaclocal
-automake
 autoconf
+automake
 mkdir build