groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: contrib/gperl: license and Emacs setup


From: Bernd Warken
Subject: [groff] 01/01: contrib/gperl: license and Emacs setup
Date: Wed, 03 Sep 2014 16:08:07 +0000

bwarken pushed a commit to branch master
in repository groff.

commit f5a524da9b0e7d6a04d6b266294238f147158878
Author: Bernd Warken <address@hidden>
Date:   Wed Sep 3 18:07:53 2014 +0200

    contrib/gperl: license and Emacs setup
---
 contrib/gperl/ChangeLog    |    6 ++++++
 contrib/gperl/Makefile.sub |    5 +----
 contrib/gperl/gperl.man    |    2 --
 contrib/gperl/gperl.pl     |    8 +++-----
 4 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/contrib/gperl/ChangeLog b/contrib/gperl/ChangeLog
index 29683b3..05d5648 100644
--- a/contrib/gperl/ChangeLog
+++ b/contrib/gperl/ChangeLog
@@ -1,3 +1,9 @@
+2014-09-03  Bernd Warken  <address@hidden>
+
+       * gperl.pl: Version 1.2.5
+
+       * all files in `gperl': Copying and Emacs setting.
+
 2014-07-06  Bernd Warken  <address@hidden>
 
        * gperl.pl: Version 1.2.4
diff --git a/contrib/gperl/Makefile.sub b/contrib/gperl/Makefile.sub
index 02f24f4..4e8fd07 100644
--- a/contrib/gperl/Makefile.sub
+++ b/contrib/gperl/Makefile.sub
@@ -2,12 +2,9 @@
 
 # File position: <groff-source>/contrib/gperl/Makefile.sub
 
-# Copyright (C) 2014
-#   Free Software Foundation, Inc.
+# Copyright (C) 2014  Free Software Foundation, Inc.
 # Written by Bernd Warken <address@hidden>.
 
-# Last update: 25 Feb 2014
-
 # This file is part of `gperl' which is part of `groff'.
 
 # `groff' is free software; you can redistribute it and/or modify it
diff --git a/contrib/gperl/gperl.man b/contrib/gperl/gperl.man
index c204f8f..5817d42 100644
--- a/contrib/gperl/gperl.man
+++ b/contrib/gperl/gperl.man
@@ -11,8 +11,6 @@ gperl \- groff preprocessor for Perl parts in roff files
 .
 .de authors
 This file was written by Bernd Warken <address@hidden>.
-.
-Latest update: 6 Jul 2014
 ..
 .
 .de copyright
diff --git a/contrib/gperl/gperl.pl b/contrib/gperl/gperl.pl
index f805236..78a52d2 100755
--- a/contrib/gperl/gperl.pl
+++ b/contrib/gperl/gperl.pl
@@ -5,13 +5,11 @@
 # Source file position: <groff-source>/contrib/gperl/gperl.pl
 # Installed position: <prefix>/bin/gperl
 
-# Copyright (C) 2014
-#   Free Software Foundation, Inc.
+# Copyright (C) 2014  Free Software Foundation, Inc.
 
 # Written by Bernd Warken <address@hidden>.
 
-my $Latest_Update = '1 Aug 2014';
-my $version = '1.2.4';
+my $version = '1.2.5';
 
 # This file is part of `gperl', which is part of `groff'.
 
@@ -105,7 +103,7 @@ foreach (@ARGV) {
       q(parts in `roff' files.);
     exit;
   } elsif ( /^(-v|--v|--ve|--ver|--vers|--versi|--versio|--version)$/ ) {
-    print q(`gperl' version ) . $version . ' of ' . $Latest_Update;
+    print q(`gperl' version ) . $version;
     exit;
   }
 }



reply via email to

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