diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | genman.txr | 4 | ||||
-rw-r--r-- | txr.1 | 4 |
3 files changed, 9 insertions, 4 deletions
@@ -1,5 +1,10 @@ 2010-01-15 Kaz Kylheku <kkylheku@gmail.com> + * genman.txr, txr.1: Encode version differently; extract + from text during HTML conversion. + +2010-01-15 Kaz Kylheku <kkylheku@gmail.com> + Automate the maintenance of the HTML-ized man page. * Makefile (txr-manpage.html): New target, generated from txr.1 @@ -1,4 +1,3 @@ -@(bind VERSION "023") Content-type: text/html @(skip 15) <H1>txr</H1> @@ -6,8 +5,9 @@ Content-type: text/html @(collect) @PREAMBLE @(until) -txr - text extractor +txr - text extractor @/.*/ @(end) +txr - text extractor (version @VERSION) @(collect) @BODY @(until) @@ -21,9 +21,9 @@ .\"IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED .\"WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -.TH txr 1 2009-11-24 "txr v. 027" "Text Extraction Utility" +.TH "txr" 1 2009-11-24 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku" .SH NAME -txr \- text extractor +txr \- text extractor (version 027) .SH SYNOPSIS .B txr [ options ] query-file { data-file }* .sp |