groff-commit
[Top][All Lists]
Advanced

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

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


From: Werner LEMBERG
Subject: [Groff-commit] groff/contrib/hdtbl ChangeLog Makefile.sub
Date: Tue, 09 Feb 2010 06:02:38 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     10/02/09 06:02:38

Modified files:
        contrib/hdtbl  : ChangeLog Makefile.sub 

Log message:
        Fix handling of `common.roff'.
        
        * Makefile.sub (MOSTLYCLEANADD): Don't handle `common.roff'.
        (EXAMPLEFILES): Handle `common.roff'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/hdtbl/ChangeLog?cvsroot=groff&r1=1.31&r2=1.32
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/hdtbl/Makefile.sub?cvsroot=groff&r1=1.9&r2=1.10

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/contrib/hdtbl/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- ChangeLog   8 Feb 2010 16:42:52 -0000       1.31
+++ ChangeLog   9 Feb 2010 06:02:38 -0000       1.32
@@ -1,3 +1,10 @@
+2010-02-08  Werner LEMBEARG  <address@hidden>
+
+       Fix handling of `common.roff'.
+
+       * Makefile.sub (MOSTLYCLEANADD): Don't handle `common.roff'.
+       (EXAMPLEFILES): Handle `common.roff'.
+
 2010-02-08  Larry Kollar  <address@hidden>
 
        Fix last patch and use `t*' prefix for all non-public stuff.

Index: Makefile.sub
===================================================================
RCS file: /cvsroot/groff/groff/contrib/hdtbl/Makefile.sub,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- Makefile.sub        23 Jan 2010 07:47:40 -0000      1.9
+++ Makefile.sub        9 Feb 2010 06:02:38 -0000       1.10
@@ -52,6 +52,7 @@
   examples/fonts_x.roff
 
 EXAMPLEFILES=\
+  examples/common.roff \
   examples/chess_board.roff \
   examples/color_boxes.roff \
   examples/color_nested_tables.roff \
@@ -84,7 +85,6 @@
   $(PROCESSEDEXAMPLEFILES) \
   $(GENFILES) \
   examples/stamp \
-  examples/common.roff \
   stamp-strip \
   hdmisc.tmac-s hdtbl.tmac-s
 




reply via email to

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