diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-23 22:26:13 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-23 22:26:13 +0100 |
| commit | 6c84de38ad5d7fb423c1157299c550d74a3e6d11 (patch) | |
| tree | 5f3212f49c1a4edd28e4125c35f3f24e91d4dc8e /sciteco.1.in | |
| parent | 6de8c47c288a6cec1bfd14926f4674f1bc8f0e8c (diff) | |
generate manpage sciteco(1) using a TECO macro included in the Makefile
allows including the currently chosen PREFIX
* also removed sciteco_datadir variable (pkgdatadir defined by Automake is sufficient)
Diffstat (limited to 'sciteco.1.in')
| -rw-r--r-- | sciteco.1.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sciteco.1.in b/sciteco.1.in index 165b7f7..077ee83 100644 --- a/sciteco.1.in +++ b/sciteco.1.in @@ -1,19 +1,19 @@ .ds ST \\fB@PACKAGE_NAME@\\fP . . -.TH "@PACKAGE_TARNAME@" 1 \ - "20 Jan 2013" \ +.TH "@PACKAGE@" 1 \ + "@DATE@" \ "@PACKAGE_NAME@ Version @PACKAGE_VERSION@" .. . .SH NAME -@PACKAGE_TARNAME@ \-\- +@PACKAGE@ \-\- Scintilla-based \fBTE\fPxt \fBE\fPditor and \fBCO\fPrrector . . .SH SYNOPSIS . -.SY @PACKAGE_TARNAME@ +.SY @PACKAGE@ .OP \-h|\-\-help .OP \-m|\-\-mung file .OP \-\- @@ -125,7 +125,7 @@ batch mode processing. .B ~/.teco_ini Default profile macro. .TP -.B /usr/share/@PACKAGE_TARNAME@/teco.ini +.B @pkgdatadir@/teco.ini Sample profile macro configuring commonly used run-time options and opening files specified as arguments. . @@ -140,7 +140,7 @@ Any conceived misbehaviour must be totally your fault. . .TP Repository: -.UR https://github.com/rhaberkorn/sciteco +.UR @PACKAGE_URL@ \*(ST .UE .TP |
