Documentation restructuring: provide a useful overview.
[tripe] / configure.ac
index 3ad53dc..4b9b21e 100644 (file)
@@ -31,6 +31,7 @@ AC_INIT([tripe], AUTO_VERSION, [mdw@distorted.org.uk])
 AC_CONFIG_SRCDIR([server/tripe.h])
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([foreign])
+mdw_SILENT_RULES
 
 AC_PROG_CC
 AM_PROG_CC_C_O
@@ -326,7 +327,8 @@ AC_CONFIG_FILES(
   [keys/Makefile]
   [svc/Makefile]
   [mon/Makefile]
-  [t/Makefile t/atlocal])
+  [t/Makefile t/atlocal]
+  [manual/Makefile])
 AC_OUTPUT
 
 dnl ----- That's all, folks -------------------------------------------------