CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     12/09/20 18:18:34

Modified files:
        contrib/hdtbl  : ChangeLog Makefile.sub 

Log message:
        Simplify enviroment handling.
        
        Suggested by Ivan Shmakov <[email protected]>.
        
        * Makefile.sub (GROFF): Don't use export.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/hdtbl/ChangeLog?cvsroot=groff&r1=1.35&r2=1.36
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/hdtbl/Makefile.sub?cvsroot=groff&r1=1.11&r2=1.12

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/contrib/hdtbl/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- ChangeLog   17 Jan 2011 16:23:14 -0000      1.35
+++ ChangeLog   20 Sep 2012 18:18:34 -0000      1.36
@@ -1,3 +1,11 @@
+2012-09-20  Werner LEMBERG  <[email protected]>
+
+       Simplify enviroment handling.
+
+       Suggested by Ivan Shmakov <[email protected]>.
+
+       * Makefile.sub (GROFF): Don't use export.
+
 2011-01-17  Werner LEMBERG  <[email protected]>
 
        * examples/color_nested_tables.roff: Fix output.
@@ -281,7 +289,7 @@
        * Import of hdtbl 0.91 (with some further modifications).  Still
        many rough edges.
 
-Copyright 2006, 2008-2011
+Copyright 2006, 2008-2012
   Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,

Index: Makefile.sub
===================================================================
RCS file: /cvsroot/groff/groff/contrib/hdtbl/Makefile.sub,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- Makefile.sub        9 Feb 2010 06:05:45 -0000       1.11
+++ Makefile.sub        20 Sep 2012 18:18:34 -0000      1.12
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009, 2010, 2012 Free Software Foundation, Inc.
 #      Written by Werner Lemberg ([email protected])
 # 
 # This file is part of groff.
@@ -32,10 +32,9 @@
 TFLAG=-M$(top_builddir)/tmac -M$(top_srcdir)/tmac -M$(srcdir)
 PFLAG=-t -p -e -U
 
-GROFF=GROFF_COMMAND_PREFIX=''; \
-      export GROFF_COMMAND_PREFIX; \
-      GROFF_BIN_PATH=$(GROFF_BIN_PATH); \
-      export GROFF_BIN_PATH; \
+GROFF=\
+  GROFF_COMMAND_PREFIX= \
+  GROFF_BIN_PATH="$(GROFF_BIN_PATH)" \
       $(GROFFBIN) $(FFLAG) $(TFLAG) $(PFLAG)
 
 MAN7=\

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

Reply via email to