diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-01-17 08:07:28 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-01-17 08:07:28 -0800 |
commit | a8360e9420ee978e814acbc07f3f7814bea7613d (patch) | |
tree | 22d592586e779e66a94e180374ae716b5ccf3292 | |
parent | 409b3d3bb009724473cd6be1ab0b374bf9d01676 (diff) | |
download | txr-a8360e9420ee978e814acbc07f3f7814bea7613d.tar.gz txr-a8360e9420ee978e814acbc07f3f7814bea7613d.tar.bz2 txr-a8360e9420ee978e814acbc07f3f7814bea7613d.zip |
Show "git head" version in bleeding-edge document.
-rw-r--r-- | genman.txr | 4 | ||||
-rw-r--r-- | txr.1 | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ Content-type: text/html @(until) txr - text extractor @/.*/ @(end) -txr - text extractor (version @VERSION) +txr - text extractor @VERSION @(collect) @BODY @(until) @@ -62,7 +62,7 @@ This document was created by <FONT FACE="courier"> <HEAD><TITLE>Manpage for txr @VERSION</TITLE> </HEAD><BODY> -<H2>Manpage for <A HREF="#lbAB">Txr</a> version @VERSION</H2> +<H2>Manpage for <A HREF="#lbAB">Txr </a>@VERSION</H2> <H2>@MNAME @DAY, @YEAR</H2> @(repeat) @TOC @@ -23,7 +23,7 @@ .TH "txr" 1 2010-01-16 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku" .SH NAME -txr \- text extractor (version 028) +txr \- text extractor (git head) .SH SYNOPSIS .B txr [ options ] query-file { data-file }* .sp |