summaryrefslogtreecommitdiff
path: root/MODULES.html.sh
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-01-09 23:49:54 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-01-09 23:49:54 +0000
commiteccb33d1a5ebf24042ade08e6e224c0f649e3334 (patch)
tree0c3f83cbf1972deadf6766505fbbbaff4e472497 /MODULES.html.sh
parent7926b523071cfc66fa2252b51a8d51ffd9df7219 (diff)
downloadgnulib-eccb33d1a5ebf24042ade08e6e224c0f649e3334.tar.gz
* MODULES.html.sh (build_lib): New section, with new lib-ignore module.
Diffstat (limited to 'MODULES.html.sh')
-rwxr-xr-xMODULES.html.sh11
1 files changed, 10 insertions, 1 deletions
diff --git a/MODULES.html.sh b/MODULES.html.sh
index f3bf6eba05..2213f0d414 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -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_all_modules ()
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
}