summaryrefslogtreecommitdiff
path: root/manual/libc-texinfo.sh
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-12-10 11:08:11 +0000
committerRoland McGrath <roland@gnu.org>2002-12-10 11:08:11 +0000
commitf0baa8234d9d2f597b478ac989b58c32c15d1857 (patch)
treea42737c9764362b2b62a0f1c7c860f04ecd2206d /manual/libc-texinfo.sh
parent2402cdf37f8b8f9310af01ce9370d5e111402add (diff)
* manual/libc-texinfo.sh: Emit @set ADD-ON for each ADD-ON that
contributes a manual chapter. * manual/signal.texi (Process Signal Mask): Use @ifset linuxthreads around xref to it.
Diffstat (limited to 'manual/libc-texinfo.sh')
-rw-r--r--manual/libc-texinfo.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/manual/libc-texinfo.sh b/manual/libc-texinfo.sh
index 2e6b32d3f4..79ac9773ee 100644
--- a/manual/libc-texinfo.sh
+++ b/manual/libc-texinfo.sh
@@ -28,6 +28,12 @@ collect_nodes () {
$AWK -f tsort.awk | sed 's/_/ /g'
}
+# Emit "@set ADD-ON" for each add-on contributing a manual chapter.
+for addon in $2; do
+ addon=`basename $addon .texi`
+ echo >&3 "@set $addon"
+done
+
collect_nodes $1 | build_menu
if [ -n "$2" ]; then