groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: gperl: version 1.3; make man-page compatible to doclifter


From: Bernd Warken
Subject: [groff] 01/01: gperl: version 1.3; make man-page compatible to doclifter
Date: Sun, 06 Jul 2014 11:14:51 +0000

bwarken pushed a commit to branch master
in repository groff.

commit fff3c95c7ceda4096e1ea7fb5375f71442815213
Author: Bernd Warken <address@hidden>
Date:   Sun Jul 6 13:14:43 2014 +0200

    gperl: version 1.3; make man-page compatible to doclifter
---
 contrib/gperl/ChangeLog |    6 ++++++
 contrib/gperl/gperl.man |   24 +++++++++++++++---------
 contrib/gperl/gperl.pl  |    4 ++--
 3 files changed, 23 insertions(+), 11 deletions(-)

diff --git a/contrib/gperl/ChangeLog b/contrib/gperl/ChangeLog
index 8bef1b0..6cac262 100644
--- a/contrib/gperl/ChangeLog
+++ b/contrib/gperl/ChangeLog
@@ -1,3 +1,9 @@
+2014-07-06  Bernd Warken  <address@hidden>
+
+       * gperl.pl: Version 1.2.3
+
+       * gperl.man: Compatioble to `doclifter'.
+
 2014-07-04  Bernd Warken  <address@hidden>
 
        * gperl.pl: Version 1.2.2
diff --git a/contrib/gperl/gperl.man b/contrib/gperl/gperl.man
index fc1860f..c204f8f 100644
--- a/contrib/gperl/gperl.man
+++ b/contrib/gperl/gperl.man
@@ -12,7 +12,7 @@ gperl \- groff preprocessor for Perl parts in roff files
 .de authors
 This file was written by Bernd Warken <address@hidden>.
 .
-Latest update: 4 Jul 2014
+Latest update: 6 Jul 2014
 ..
 .
 .de copyright
@@ -45,9 +45,15 @@ The license text is available in the internet at
 .\" Characters
 .\" --------------------------------------------------------------------
 .
-.ie t .char \[Ellipsis] \f[S]\N'188'\f[P]
-.el .char \[Ellipsis] \&.\|.\|.\&\
-.\" called with \[Ellipsis]
+.\" Ellipsis ...
+.ie t .ds EL \fS\N'188'\fP
+.el .ds EL \&.\|.\|.\&\
+.\" called with \*(EL
+.
+.\" Bullet
+.ie t .ds BU \[bu]
+.el .ds BU *
+.\" used in `.IP \*(BU 2m' (former .Topic)
 .
 .
 .\" --------------------------------------------------------------------
@@ -57,7 +63,7 @@ The license text is available in the internet at
 .SY gperl
 .OP \-
 .OP \-\-
-.OP \& "\%filespec \[Ellipsis]"
+.OP \& "\%filespec \*(EL"
 .YS
 .
 .BR "gperl -h" | --help
@@ -161,9 +167,9 @@ can either be without arguments, or by a request that has 
the term
 .B start
 as its only argument.
 .RS
-.IP \[Bullet] 2m
+.IP \*(BU 2m
 .B \&.Perl
-.IP \[Bullet] 2m
+.IP \*(BU 2m
 .B \&.Perl start
 .RE
 .
@@ -184,9 +190,9 @@ Of course, it would be reasonable to add the argument
 that's possible, but not necessary.
 .
 .RS
-.IP \[Bullet] 2m
+.IP \*(BU 2m
 .B \&.Perl stop
-.IP \[Bullet] 2m
+.IP \*(BU 2m
 .BI \&.Perl " other_than_start"
 .RE
 .
diff --git a/contrib/gperl/gperl.pl b/contrib/gperl/gperl.pl
index acebfac..0f91587 100755
--- a/contrib/gperl/gperl.pl
+++ b/contrib/gperl/gperl.pl
@@ -10,8 +10,8 @@
 
 # Written by Bernd Warken <address@hidden>.
 
-my $Latest_Update = '4 Jul 2014';
-my $version = '1.2.2';
+my $Latest_Update = '6 Jul 2014';
+my $version = '1.2.3';
 
 # This file is part of `gperl', which is part of `groff'.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]