xaizek / pinfo (License: GPLv2 only) (since 2018-12-07)
Console-based info and manual pages reader, which adds interactive navigation to man pages.
Commit afa469e4a491202d50aa77242d11a754521ea6c5

Fix duplication of version strings in texi files
Author: bas@zoetekouw.net
Author date (UTC): 2017-08-10 07:47
Committer name: bas@zoetekouw.net
Committer date (UTC): 2017-08-10 07:47
Parent(s): 415ac4312984f918bb526fe95b178df04b5d4364
Signing key:
Tree: 9a3624237c5051f4c337e46d072b89380581bd86
File Lines added Lines deleted
doc/Makefile.am 2 4
doc/pinfo.texi 3 12
File doc/Makefile.am changed (mode: 100644) (index b40b96f..20feee1)
1 1 ## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
2 2
3 3 @SET_MAKE@ @SET_MAKE@
4 AUTOMAKE_OPTIONS = info-in-builddir
4 5
5 6 man_MANS = pinfo.1 man_MANS = pinfo.1
6 7 info_TEXINFOS = pinfo.texi info_TEXINFOS = pinfo.texi
7 EXTRA_DIST = $(man_MANS) $(info_TEXINFOS)
8 CLEANFILES = stamp-vti version.texi pinfo.1 pinfo.info
8 9
9 clean-generic: my-clean
10 my-clean:
11 rm -f pinfo.1 pinfo.info
File doc/pinfo.texi changed (mode: 100644) (index 77e9eb8..8fc61c0)
4 4 @settitle Pinfo @settitle Pinfo
5 5 @c %**end of header @c %**end of header
6 6
7 @set EDITION 0.2.1
8 @set VERSION 0.6.4
9 @set DATE 1 Dec 2001
10 @set DATEMAN 21 Mar 1999
7 @include version.texi
11 8
12 9 @set AUTHOR Przemek Borys, Bas Zoetekouw @set AUTHOR Przemek Borys, Bas Zoetekouw
13 10 @set CONTACT @email{pborys@@dione.ids.pl}, @email{bas@@debian.org} @set CONTACT @email{pborys@@dione.ids.pl}, @email{bas@@debian.org}
 
17 14
18 15 @ifinfo @ifinfo
19 16 This is documentation for @value{PROGRAM}, version @value{VERSION}. This is documentation for @value{PROGRAM}, version @value{VERSION}.
20 Edition @value{EDITION}, date @value{DATE}.
17 Edition @value{EDITION}, date @value{UPDATED}.
21 18
22 19 @flushright @flushright
23 20 Copyright 2000 @copyright{} @value{AUTHOR}@* Copyright 2000 @copyright{} @value{AUTHOR}@*
 
... ... Copyright 2000 @copyright{} @value{AUTHOR}@*
29 26 @title Pinfo @title Pinfo
30 27 @subtitle Version of @value{PROGRAM} @value{VERSION} @subtitle Version of @value{PROGRAM} @value{VERSION}
31 28 @subtitle Edition @value{EDITION} @subtitle Edition @value{EDITION}
32 @subtitle @value{DATE}
29 @subtitle @value{UPDATED-MONTH}
33 30 @author @value{AUTHOR} @author @value{AUTHOR}
34 31 @author @value{CONTACT} @author @value{CONTACT}
35 32 @page @page
 
... ... Copyright 2000 @copyright{} @value{AUTHOR}@*
53 50
54 51 This documentation is for @value{PROGRAM}, version @value{VERSION}. This documentation is for @value{PROGRAM}, version @value{VERSION}.
55 52
56 Original manpage written on @value{DATEMAN} by @value{AUTHOR},
57 @value{CONTACT}.
58
59 Translated to Texinfo by @value{AUTHORTEXI}, @value{CONTACTTEXI} on
60 @value{DATE}.
61
62 53 @menu @menu
63 54 * Invoking:: Command line options. * Invoking:: Command line options.
64 55 * Configuration:: Configurable behaviour of pinfo. * Configuration:: Configurable behaviour of pinfo.
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/pinfo

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/pinfo

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master