diff MODULES.html.sh @ 6529:606d04c5f604

* MODULES.html.sh (build_lib): New section, with new lib-ignore module.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 09 Jan 2006 23:49:54 +0000
parents f65821c002c5
children ed2b5c29e4cb
line wrap: on
line diff
--- a/MODULES.html.sh	Mon Jan 09 23:42:27 2006 +0000
+++ b/MODULES.html.sh	Mon Jan 09 23:49:54 2006 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2002-2005 Free Software Foundation, Inc.
+# Copyright (C) 2002-2006 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -2042,6 +2042,15 @@
   func_module sysexits
   func_module visibility
   func_end_table
+
+  element="Support for building libraries and executables"
+  func_section_wrap build_lib
+  func_wrap H2
+  func_echo "$element"
+
+  func_begin_table
+  func_module lib-ignore
+  func_end_table
 }