chiark / gitweb /
Manpages: Move manpages (back?) into the top-level directory.
[mLib] / configure.ac
index 52db7c77f98dc9e4cf7e56d4bed051d8dbf78f48..27f21f5b424ff035ff9623a23366636e36e7910a 100644 (file)
@@ -99,8 +99,7 @@ dnl Output.
 AC_CONFIG_HEADER([config/config.h])
 
 AC_CONFIG_FILES(
-  [Makefile]
-  [man/Makefile])
+  [Makefile])
 AC_OUTPUT
 
 dnl ----- That's all, folks -------------------------------------------------