summaryrefslogtreecommitdiff
path: root/contrib/glilypond/subs.pl
diff options
context:
space:
mode:
authorbwarken <bwarken>2013-05-13 20:08:23 +0000
committerbwarken <bwarken>2013-05-13 20:08:23 +0000
commita2a678da19fb2202d49a95687845b66da2f20e22 (patch)
tree2785bc9fde509783f6e3e4e5a3907aa8af961ade /contrib/glilypond/subs.pl
parent953a3edc91624c62451e27cfedf9875f673e47b7 (diff)
downloadgroff-a2a678da19fb2202d49a95687845b66da2f20e22.tar.gz
Restructure glilypond-files, add debug code.
Rewrite text lines in runoff.man.
Diffstat (limited to 'contrib/glilypond/subs.pl')
-rw-r--r--contrib/glilypond/subs.pl12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/glilypond/subs.pl b/contrib/glilypond/subs.pl
index 548224a5..fa713d14 100644
--- a/contrib/glilypond/subs.pl
+++ b/contrib/glilypond/subs.pl
@@ -5,13 +5,13 @@ my $License = q*
Subroutines for `glilypond'.
-Source file position: `<groff-source>/contrib/lilypond/subs.pl'
-Installed position: `<prefix>/lib7groff/lilypond/subs.pl'
+Source file position: `<groff-source>/contrib/glilypond/subs.pl'
+Installed position: `<prefix>/lib/groff/glilypond/subs.pl'
Copyright (C) 2013 Free Software Foundation, Inc.
Written by Bernd Warken <groff-bernd.warken-72@web.de>
- Last update: 25 Apr 2013
+ Last update: 10 May 2013
This file is part of `glilypond', which is part of `GNU groff'.
@@ -34,9 +34,9 @@ directory of the `groff' source package. If not, see
##### end legalese
-use strict;
-use warnings;
-use diagnostics;
+# use strict;
+# use warnings;
+# use diagnostics;
use integer;
use utf8;