diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-14 11:30:21 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-14 11:30:21 -0800 |
commit | 2353d721c0a48ace406ad955ab02cb90a52bde11 (patch) | |
tree | eb5c141767e4b9ff95fc1e617a215839231f8a7d | |
parent | 2d5abf90c05d37608ca41d0c3457c1159061dd91 (diff) | |
download | txr-2353d721c0a48ace406ad955ab02cb90a52bde11.tar.gz txr-2353d721c0a48ace406ad955ab02cb90a52bde11.tar.bz2 txr-2353d721c0a48ace406ad955ab02cb90a52bde11.zip |
* genman.txr: Fix empty NAME section.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | genman.txr | 11 |
2 files changed, 11 insertions, 4 deletions
@@ -1,5 +1,9 @@ 2011-12-14 Kaz Kylheku <kaz@kylheku.com> + * genman.txr: Fix empty NAME section. + +2011-12-14 Kaz Kylheku <kaz@kylheku.com> + * arith.c (minus): Allow difference between characters. 2011-12-14 Kaz Kylheku <kaz@kylheku.com> @@ -9,18 +9,21 @@ Content-type: text/html @(skip 15) <H1>txr</H1> -@/.*Updated:/ @YEAR-@MONTH-@DAY<BR><A HREF="#index">Index</A> +@(skip)Updated: @YEAR-@MONTH-@DAY<BR><A HREF="#index">Index</A> @(collect) @PREAMBLE @(until) -txr - text extractor @/.*/ +txr - text extractor @(skip) @(end) +@(all) txr - text extractor @VERSION -@(collect) +@ (and) +@ (collect) @BODY -@(until) +@ (until) <HR> <A NAME="index"> </A><H2>Index</H2> +@ (end) @(end) <HR> @(collect) |