wl pushed a commit to branch master
in repository groff.

commit 3fbf0d1d311152842ff7262ccaf9978ecac62c52
Author: Werner Lemberg <[email protected]>
Date:   Wed Apr 8 08:56:06 2015 +0200

    Fix Savannah bug #44767.
    Patch by Peter Bray.
    
    * src/roff/grog/grog.am (grog): Correctly substitute `grog_dir'.
---
 ChangeLog             |    7 +++++++
 src/roff/grog/grog.am |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c4e4f44..ef1caae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-04-08  Werner LEMBERG  <[email protected]>
+
+       Fix Savannah bug #44767.
+       Patch by Peter Bray.
+
+       * src/roff/grog/grog.am (grog): Correctly substitute `grog_dir'.
+
 2015-04-03  Werner LEMBERG  <[email protected]>
 
        Fix Savannah bug #44708 (2/2).
diff --git a/src/roff/grog/grog.am b/src/roff/grog/grog.am
index e70e645..90bfce0 100644
--- a/src/roff/grog/grog.am
+++ b/src/roff/grog/grog.am
@@ -43,6 +43,7 @@ grog: $(grog_srcdir)/grog.pl $(GROG) $(SH_DEPS_SED_SCRIPT)
            -e "s|[@]libdir[@]|$(DESTDIR)$(libdir)|g" \
            -e "s|[@]EGREP[@]|$(EGREP)|g" \
            -e "s|[@]VERSION[@]|$(VERSION)|" \
+           -e "s|[@]grog_dir[@]|$(grog_dir)|" \
            -e "$(SH_SCRIPT_SED_CMD)" \
            $(grog_srcdir)/grog.pl >$@
        chmod +x $@

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to