From 2353d721c0a48ace406ad955ab02cb90a52bde11 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 14 Dec 2011 11:30:21 -0800 Subject: * genman.txr: Fix empty NAME section. --- ChangeLog | 4 ++++ genman.txr | 11 +++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d95ab54..ef0a08f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-12-14 Kaz Kylheku + + * genman.txr: Fix empty NAME section. + 2011-12-14 Kaz Kylheku * arith.c (minus): Allow difference between characters. diff --git a/genman.txr b/genman.txr index 0996bb32..f07fec7a 100644 --- a/genman.txr +++ b/genman.txr @@ -9,18 +9,21 @@ Content-type: text/html @(skip 15)

txr

-@/.*Updated:/ @YEAR-@MONTH-@DAY
Index +@(skip)Updated: @YEAR-@MONTH-@DAY
Index @(collect) @PREAMBLE @(until) -txr - text extractor @/.*/ +txr - text extractor @(skip) @(end) +@(all) txr - text extractor @VERSION -@(collect) +@ (and) +@ (collect) @BODY -@(until) +@ (until)
 

Index

+@ (end) @(end)
@(collect) -- cgit v1.2.3