X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html.sh;h=2213f0d414cf788639bb4bf49560ee5186dd50fc;hb=f0e7c0fd6655d21049ef3fa0f1fe30aa6ff37396;hp=f3bf6eba050097fd60381a165cd5bf83207f2423;hpb=05d41de20520184b0ec40ed80213260190a433d0;p=gnulib.git diff --git a/MODULES.html.sh b/MODULES.html.sh index f3bf6eba0..2213f0d41 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 }