groff-commit
[Top][All Lists]
Advanced

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

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


From: Werner LEMBERG
Subject: [Groff-commit] groff ChangeLog contrib/chem/Makefile.sub contr...
Date: Fri, 02 May 2008 05:14:23 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     08/05/02 05:14:22

Modified files:
        .              : ChangeLog 
        contrib/chem   : Makefile.sub 
        contrib/hdtbl/examples: fonts_n.in fonts_x.in 

Log message:
        * contrib/chem/Makefile.sub (README, examples/README): In makefiles,
        the `$<' macro is only guaranteed to be defined in inference rules,
        not in explicit target rules.  Since there is only one input file in
        the places where it is used, the `$?' macro (which is guaranteed to be
        defined for both kinds of rules) is a suitable replacement.
        
        * hdtbl/examples/fonts_n.in, hdtbl/examples/fonts_n.in: Most
        versions of ls don't have a `--color' option.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1131&r2=1.1132
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/chem/Makefile.sub?cvsroot=groff&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/hdtbl/examples/fonts_n.in?cvsroot=groff&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/hdtbl/examples/fonts_x.in?cvsroot=groff&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1131
retrieving revision 1.1132
diff -u -b -r1.1131 -r1.1132
--- ChangeLog   30 Apr 2008 05:27:54 -0000      1.1131
+++ ChangeLog   2 May 2008 05:14:21 -0000       1.1132
@@ -1,3 +1,14 @@
+2008-05-02  Larry Jones  <address@hidden>
+
+       * contrib/chem/Makefile.sub (README, examples/README): In makefiles,
+       the `$<' macro is only guaranteed to be defined in inference rules,
+       not in explicit target rules.  Since there is only one input file in
+       the places where it is used, the `$?' macro (which is guaranteed to be
+       defined for both kinds of rules) is a suitable replacement.
+
+       * hdtbl/examples/fonts_n.in, hdtbl/examples/fonts_n.in: Most
+       versions of ls don't have a `--color' option.
+
 2008-04-30  Larry Jones  <address@hidden>
 
        * Makefile.comm (depend.temp): Add `EXTRA_CCFLAGS'.

Index: contrib/chem/Makefile.sub
===================================================================
RCS file: /cvsroot/groff/groff/contrib/chem/Makefile.sub,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- contrib/chem/Makefile.sub   11 Nov 2006 23:32:35 -0000      1.7
+++ contrib/chem/Makefile.sub   2 May 2008 05:14:22 -0000       1.8
@@ -35,11 +35,11 @@
 all: README examples/README chem $(MAN1)
 
 README: $(srcdir)/README.txt
-       sed -e "s|@g@|$(g)|g" $< >$@
+       sed -e "s|@g@|$(g)|g" $? >$@
 
 examples/README: $(srcdir)/examples/README.txt
        -test -d examples || $(mkinstalldirs) examples
-       sed -e "s|@g@|$(g)|g" $< >$@
+       sed -e "s|@g@|$(g)|g" $? >$@
 
 chem: $(srcdir)/chem.pl $(SH_DEPS_SED_SCRIPT)
        sed -f "$(SH_DEPS_SED_SCRIPT)" \

Index: contrib/hdtbl/examples/fonts_n.in
===================================================================
RCS file: /cvsroot/groff/groff/contrib/hdtbl/examples/fonts_n.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- contrib/hdtbl/examples/fonts_n.in   13 Sep 2006 19:27:15 -0000      1.1
+++ contrib/hdtbl/examples/fonts_n.in   2 May 2008 05:14:22 -0000       1.2
@@ -49,7 +49,7 @@
 .
 .  pso bash -c \
        "echo -n .ds *f\ ; \
-        ls --color=never \\*[fontpath]/dev\*[.T] \
+        ls \\*[fontpath]/dev\*[.T] \
         | tr '[:cntrl:]' ' '"
 .  \"  This dummy line is necessary; the preceding line eats it.
 .

Index: contrib/hdtbl/examples/fonts_x.in
===================================================================
RCS file: /cvsroot/groff/groff/contrib/hdtbl/examples/fonts_x.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- contrib/hdtbl/examples/fonts_x.in   13 Sep 2006 19:27:15 -0000      1.1
+++ contrib/hdtbl/examples/fonts_x.in   2 May 2008 05:14:22 -0000       1.2
@@ -49,7 +49,7 @@
 .
 .  pso bash -c \
        "echo -n .ds *f\ ; \
-        ls --color=never \\*[fontpath]/dev\*[.T] \
+        ls \\*[fontpath]/dev\*[.T] \
         | tr '[:cntrl:]' ' '"
 .  \"  This dummy line is necessary; the preceding line eats it.
 .




reply via email to

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