groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ChangeLog src/devices/grodvi/Makefile.sub...


From: Werner LEMBERG
Subject: [Groff-commit] groff ChangeLog src/devices/grodvi/Makefile.sub...
Date: Mon, 31 Jan 2011 11:49:44 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     11/01/31 11:49:44

Modified files:
        .              : ChangeLog 
        src/devices/grodvi: Makefile.sub 
        src/devices/grohtml: Makefile.sub 
        src/devices/grolbp: Makefile.sub 
        src/devices/grolj4: Makefile.sub 
        src/devices/grops: Makefile.sub 

Log message:
        More fixes for Savannah bug #32301.
        
        * src/devices/grops/Makefile.sub (XLIBS),
        src/devices/grodvi/Makefile.sub, src/devices/grolj4/Makefile.sub,
        src/devices/grohtml/Makefile.sub, src/devices/grolbp/Makefile.sub:
        Add $(LIBGNU).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1290&r2=1.1291
http://cvs.savannah.gnu.org/viewcvs/groff/src/devices/grodvi/Makefile.sub?cvsroot=groff&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/groff/src/devices/grohtml/Makefile.sub?cvsroot=groff&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/groff/src/devices/grolbp/Makefile.sub?cvsroot=groff&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/groff/src/devices/grolj4/Makefile.sub?cvsroot=groff&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/groff/src/devices/grops/Makefile.sub?cvsroot=groff&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1290
retrieving revision 1.1291
diff -u -b -r1.1290 -r1.1291
--- ChangeLog   31 Jan 2011 11:20:54 -0000      1.1290
+++ ChangeLog   31 Jan 2011 11:49:43 -0000      1.1291
@@ -1,5 +1,14 @@
 2011-01-31  Werner LEMBERG  <address@hidden>
 
+       More fixes for Savannah bug #32301.
+
+       * src/devices/grops/Makefile.sub (XLIBS),
+       src/devices/grodvi/Makefile.sub, src/devices/grolj4/Makefile.sub,
+       src/devices/grohtml/Makefile.sub, src/devices/grolbp/Makefile.sub:
+       Add $(LIBGNU).
+
+2011-01-31  Werner LEMBERG  <address@hidden>
+
        Fix Savannah bug #32301.
 
        * src/roff/groff/Makefile.sub (XLIBS), src/preproc/grn/Makefile.sub,

Index: src/devices/grodvi/Makefile.sub
===================================================================
RCS file: /cvsroot/groff/groff/src/devices/grodvi/Makefile.sub,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- src/devices/grodvi/Makefile.sub     15 Apr 2003 15:13:18 -0000      1.4
+++ src/devices/grodvi/Makefile.sub     31 Jan 2011 11:49:43 -0000      1.5
@@ -1,6 +1,6 @@
 PROG=grodvi$(EXEEXT)
 MAN1=grodvi.n
-XLIBS=$(LIBDRIVER) $(LIBGROFF)
+XLIBS=$(LIBDRIVER) $(LIBGROFF) $(LIBGNU)
 MLIB=$(LIBM)
 OBJS=dvi.$(OBJEXT)
 CCSRCS=$(srcdir)/dvi.cpp

Index: src/devices/grohtml/Makefile.sub
===================================================================
RCS file: /cvsroot/groff/groff/src/devices/grohtml/Makefile.sub,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- src/devices/grohtml/Makefile.sub    15 Apr 2003 15:13:20 -0000      1.7
+++ src/devices/grohtml/Makefile.sub    31 Jan 2011 11:49:43 -0000      1.8
@@ -1,6 +1,6 @@
 PROG=post-grohtml$(EXEEXT)
 MAN1=grohtml.n
-XLIBS=$(LIBDRIVER) $(LIBGROFF)
+XLIBS=$(LIBDRIVER) $(LIBGROFF) $(LIBGNU)
 MLIB=$(LIBM)
 OBJS=\
   post-html.$(OBJEXT) \

Index: src/devices/grolbp/Makefile.sub
===================================================================
RCS file: /cvsroot/groff/groff/src/devices/grolbp/Makefile.sub,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- src/devices/grolbp/Makefile.sub     15 Apr 2003 15:13:24 -0000      1.5
+++ src/devices/grolbp/Makefile.sub     31 Jan 2011 11:49:44 -0000      1.6
@@ -1,6 +1,6 @@
 PROG=grolbp$(EXEEXT)
 MAN1=grolbp.n
-XLIBS=$(LIBDRIVER) $(LIBGROFF)
+XLIBS=$(LIBDRIVER) $(LIBGROFF) $(LIBGNU)
 MLIB=$(LIBM)
 OBJS=lbp.$(OBJEXT)
 CCSRCS=$(srcdir)/lbp.cpp

Index: src/devices/grolj4/Makefile.sub
===================================================================
RCS file: /cvsroot/groff/groff/src/devices/grolj4/Makefile.sub,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- src/devices/grolj4/Makefile.sub     15 Jan 2004 07:47:24 -0000      1.5
+++ src/devices/grolj4/Makefile.sub     31 Jan 2011 11:49:44 -0000      1.6
@@ -1,7 +1,7 @@
 PROG=grolj4$(EXEEXT)
 MAN1=grolj4.n
 MAN5=lj4_font.n
-XLIBS=$(LIBDRIVER) $(LIBGROFF)
+XLIBS=$(LIBDRIVER) $(LIBGROFF) $(LIBGNU)
 MLIB=$(LIBM)
 OBJS=lj4.$(OBJEXT)
 CCSRCS=$(srcdir)/lj4.cpp

Index: src/devices/grops/Makefile.sub
===================================================================
RCS file: /cvsroot/groff/groff/src/devices/grops/Makefile.sub,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- src/devices/grops/Makefile.sub      15 Apr 2003 15:13:27 -0000      1.4
+++ src/devices/grops/Makefile.sub      31 Jan 2011 11:49:44 -0000      1.5
@@ -1,6 +1,6 @@
 PROG=grops$(EXEEXT)
 MAN1=grops.n
-XLIBS=$(LIBDRIVER) $(LIBGROFF)
+XLIBS=$(LIBDRIVER) $(LIBGROFF) $(LIBGNU)
 MLIB=$(LIBM)
 OBJS=\
   ps.$(OBJEXT) \



reply via email to

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