groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] GNU troff branch, master, updated. 1f7060e0526fa80ce0fac4


From: Bernd Warken
Subject: [Groff-commit] GNU troff branch, master, updated. 1f7060e0526fa80ce0fac41b3396ca8fc5641ae7
Date: Tue, 31 Dec 2013 19:09:51 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU troff".

http://git.sv.gnu.org/gitweb/?p=groff.git;a=commitdiff;h=1f7060e0526fa80ce0fac41b3396ca8fc5641ae7

The branch, master has been updated
       via  1f7060e0526fa80ce0fac41b3396ca8fc5641ae7 (commit)
      from  eca4b3a28a26855255625db5c7d7d63148538150 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1f7060e0526fa80ce0fac41b3396ca8fc5641ae7
Author: Bernd Warken <address@hidden>
Date:   Tue Dec 31 20:09:41 2013 +0100

    fix glilypond.pl and Makefile.sub in contrib/glilypond

-----------------------------------------------------------------------

Summary of changes:
 contrib/glilypond/Makefile.sub |    2 +-
 contrib/glilypond/glilypond.pl |   12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/contrib/glilypond/Makefile.sub b/contrib/glilypond/Makefile.sub
index 8539359..c934e1d 100644
--- a/contrib/glilypond/Makefile.sub
+++ b/contrib/glilypond/Makefile.sub
@@ -64,7 +64,7 @@ install_data: glilypond $(GLILYPOND_LIB)
        $(INSTALL_SCRIPT) glilypond $(DESTDIR)$(bindir)/$<
        -test -d $(DESTDIR)$(glilypond_dir) \
                || $(mkinstalldirs) $(DESTDIR)$(glilypond_dir)
-       for f in $(GLILYPOND_); do \
+       for f in $(GLILYPOND_LIB_); do \
                $(RM) $(DESTDIR)$(glilypond_dir)/$$f; \
                $(INSTALL_SCRIPT) $(srcdir)/$$f $(DESTDIR)$(glilypond_dir)/$$f; 
\
        done
diff --git a/contrib/glilypond/glilypond.pl b/contrib/glilypond/glilypond.pl
index a40c8d6..85ec220 100755
--- a/contrib/glilypond/glilypond.pl
+++ b/contrib/glilypond/glilypond.pl
@@ -24,24 +24,24 @@ use Data::Dumper;
 our $Legalese;
 
 {
-  use constant VERSION => 'v1.1'; # version of glilypond
-  use constant LASTUPDATE => '10 May 2013'; # date of last update
+  use constant VERSION => 'v1.2'; # version of glilypond
+  use constant LASTUPDATE => '1 Jan 2014'; # date of last update
 
-### This constant `LICENSE' is the license for this file `GPL' >= 3
+### This constant `LICENSE' is the license for this file `GPL' >= 2
   use constant LICENSE => q*
 glilypond - integrate `lilypond' into `groff' files
 
 Source file position: `<groff-source>/contrib/glilypond/glilypond.pl'
 Installed position: `<prefix>/bin/glilypond'
 
-Copyright (C) 2013 Free Software Foundation, Inc.
+Copyright (C) 2013-2014 Free Software Foundation, Inc.
   Written by Bernd Warken <address@hidden>
 
 This file is part of `GNU groff'.
 
   `GNU groff' is free software: you can redistribute it and/or modify it
 under the terms of the `GNU General Public License' as published by the
-`Free Software Foundation', either version 3 of the License, or (at your
+`Free Software Foundation', either version 2 of the License, or (at your
 option) any later version.
 
   `GNU groff' is distributed in the hope that it will be useful, but
@@ -142,7 +142,7 @@ BEGIN {
   require 'subs.pl';
 }
 
-die "test: ";
+#die "test: ";
 ########################################################################
 # OOP declarations for some file handles
 ########################################################################


hooks/post-receive
-- 
GNU troff



reply via email to

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