diff MODULES.html.sh @ 6952:b1f02ed7eeab

* modules/fdl: New module, to install doc/fdl.texi. * MODULES.html.sh: Add new section for documentation modules. * gnulib-tool: Avoid space-tab. (--doc-base): New option, to manage files from doc.
author Eric Blake <ebb9@byu.net>
date Tue, 11 Jul 2006 12:58:27 +0000
parents 314715e0260d
children 1cfa258b139c
line wrap: on
line diff
--- a/MODULES.html.sh	Tue Jul 11 11:59:13 2006 +0000
+++ b/MODULES.html.sh	Tue Jul 11 12:58:27 2006 +0000
@@ -2067,6 +2067,14 @@
   func_module ldd
   func_module lib-ignore
   func_end_table
+
+  element="Support for building documentation"
+  func_section_wrap build_lib
+  func_wrap H2
+  func_echo "$element"
+
+  func_module fdl
+  func_end_table
 }