groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff/contrib/pdfmark ChangeLog pdfroff.sh


From: Keith Marshall
Subject: [Groff-commit] groff/contrib/pdfmark ChangeLog pdfroff.sh
Date: Sat, 29 Jul 2006 16:45:42 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Keith Marshall <keithmarshall>  06/07/29 16:45:42

Modified files:
        contrib/pdfmark: ChangeLog pdfroff.sh 

Log message:
                * pdfroff.sh (PDFROFF_KILL_NULL_PAGES): Require `sed' to match 
a more
                explicit regular expression, for detection of redundant pages.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/pdfmark/ChangeLog?cvsroot=groff&r1=1.18&r2=1.19
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/pdfmark/pdfroff.sh?cvsroot=groff&r1=1.11&r2=1.12

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/contrib/pdfmark/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- ChangeLog   14 Jul 2006 23:48:35 -0000      1.18
+++ ChangeLog   29 Jul 2006 16:45:42 -0000      1.19
@@ -1,3 +1,8 @@
+2006-07-29  Keith Marshall  <address@hidden>
+
+       * pdfroff.sh (PDFROFF_KILL_NULL_PAGES): Require `sed' to match a more
+       explicit regular expression, for detection of redundant pages.
+
 2006-07-14  Keith Marshall  <address@hidden>
 
        * pdfroff.sh (PDFWRITE): Local shell variable replaced...

Index: pdfroff.sh
===================================================================
RCS file: /cvsroot/groff/groff/contrib/pdfmark/pdfroff.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- pdfroff.sh  14 Jul 2006 23:48:35 -0000      1.11
+++ pdfroff.sh  29 Jul 2006 16:45:42 -0000      1.12
@@ -618,9 +618,9 @@
       b
     :finish
       N
-      /^%%Page:.*0 *Cg *EP/d
+      /^%%Page:.*\n0 Cg EP$/d
     '} $TC_DATA $BD_DATA | $PDFROFF_POSTPROCESSOR_COMMAND $CS_DATA -
   $SAY >&2 ". done"
 #
 # 
------------------------------------------------------------------------------
-# $RCSfile: pdfroff.sh,v $ $Revision: 1.11 $: end of file
+# $RCSfile: pdfroff.sh,v $ $Revision: 1.12 $: end of file




reply via email to

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