groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff/contrib/glilypond ChangeLog Makefile.sub


From: Bernd Warken
Subject: [Groff-commit] groff/contrib/glilypond ChangeLog Makefile.sub
Date: Fri, 12 Apr 2013 21:07:40 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Bernd Warken <bwarken>  13/04/12 21:07:40

Modified files:
        contrib/glilypond: ChangeLog Makefile.sub 

Log message:
        Correct former entries of glilypond.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/glilypond/ChangeLog?cvsroot=groff&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/glilypond/Makefile.sub?cvsroot=groff&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/contrib/glilypond/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- ChangeLog   10 Apr 2013 23:36:06 -0000      1.4
+++ ChangeLog   12 Apr 2013 21:07:39 -0000      1.5
@@ -1,5 +1,9 @@
 2013-04-11  Bernd Warken  <address@hidden>
 
+       * Makefile.sub: Corrections for Emacs.
+
+2013-04-11  Bernd Warken  <address@hidden>
+
        * old groff_lilypond: There is now a free `git' package containing
        all old versions of the former name `groff_lilypond v0.*'.  They
        work with `lilypond' parts in `roff' files, but were not

Index: Makefile.sub
===================================================================
RCS file: /cvsroot/groff/groff/contrib/glilypond/Makefile.sub,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- Makefile.sub        29 Mar 2013 11:41:21 -0000      1.1
+++ Makefile.sub        12 Apr 2013 21:07:39 -0000      1.2
@@ -7,7 +7,7 @@
 # Written by Werner Lemberg <address@hidden> and
 # Bernd Warken <address@hidden>.
 
-# Last update: 28 Mar 2013
+# Last update: 12 Apr 2013
 
 # This file is part of `glilypond' which is part of `groff'.
 
@@ -48,7 +48,7 @@
        if perl $(srcdir)/perl_test.pl 2>&1 >/dev/null; then \
          : >HAVE_PERL; \
          echo "Perl version works for "$@"'."; \
-         sed \
+               sed -f "$(SH_DEPS_SED_SCRIPT)" \
             -e "s|@g@|$(g)|g" \
            -e "s|@BINDIR@|$(DESTDIR)$(bindir)|g" \
            -e "s|@libdir@|$(DESTDIR)$(libdir)|g" \
@@ -69,7 +69,7 @@
           || $(mkinstalldirs) $(DESTDIR)$(glilypond_dir)
        for f in $(GLILYPOND_); do \
           $(RM) $(DESTDIR)$(glilypond_dir)/$$f; \
-        done
+       done;
        if test -f HAVE_PERL; then \
           for f in $(GLILYPOND_); do \
             $(INSTALL_SCRIPT) $(srcdir)/$$f \
@@ -81,8 +81,9 @@
        $(RM) $(DESTDIR)$(bindir)/glilypond
        for f in $(GLILYPOND_); do \
           $(RM) $(DESTDIR)$(glilypond_dir)/$$f; \
-        done
-       -rmdir $(DESTDIR)$(libdir)/groff/glilypond
+       done;
+       test -d $(DESTDIR)$(libdir)/groff/glilypond && \
+               rmdir $(DESTDIR)$(libdir)/groff/glilypond
 
 ########################################################################
 # Emacs settings



reply via email to

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