diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-01-15 21:42:51 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-01-15 21:42:51 -0800 |
commit | 6f82000646b5e7cd830c9df8fd55bc8dcc2018ce (patch) | |
tree | 7113023d4a89607a49b7158ffdbbbd3f7282f450 | |
parent | 7c119e002015dffd2d625c2ebb694cea41c97901 (diff) | |
download | txr-6f82000646b5e7cd830c9df8fd55bc8dcc2018ce.tar.gz txr-6f82000646b5e7cd830c9df8fd55bc8dcc2018ce.tar.bz2 txr-6f82000646b5e7cd830c9df8fd55bc8dcc2018ce.zip |
* genman.txr, txr.1: Encode version differently; extract
from text during HTML conversion.
-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 |