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: Werner LEMBERG
Subject: [Groff-commit] groff/contrib/pdfmark ChangeLog pdfroff.sh
Date: Tue, 22 Mar 2005 00:00:12 -0500

CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Werner LEMBERG <address@hidden> 05/03/22 05:00:12

Modified files:
        contrib/pdfmark: ChangeLog pdfroff.sh 

Log message:
        * pdfroff.sh: Eliminate invalid program reference to $AWK, when
        invoked with `--no-reference-dictionary-option'.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/contrib/pdfmark/ChangeLog.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/contrib/pdfmark/pdfroff.sh.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: groff/contrib/pdfmark/ChangeLog
diff -u groff/contrib/pdfmark/ChangeLog:1.4 groff/contrib/pdfmark/ChangeLog:1.5
--- groff/contrib/pdfmark/ChangeLog:1.4 Wed Mar  2 09:16:15 2005
+++ groff/contrib/pdfmark/ChangeLog     Tue Mar 22 05:00:12 2005
@@ -1,3 +1,8 @@
+2005-03-22  Keith Marshall  <address@hidden>
+
+       * pdfroff.sh: Eliminate invalid program reference to $AWK, when
+       invoked with `--no-reference-dictionary-option'.
+
 2005-03-02  Keith Marshall  <address@hidden>
 
        * contrib/pdfmark/Makefile.sub (install_data): Use $(INSTALL_SCRIPT)
Index: groff/contrib/pdfmark/pdfroff.sh
diff -u groff/contrib/pdfmark/pdfroff.sh:1.1 
groff/contrib/pdfmark/pdfroff.sh:1.2
--- groff/contrib/pdfmark/pdfroff.sh:1.1        Mon Feb 28 13:56:45 2005
+++ groff/contrib/pdfmark/pdfroff.sh    Tue Mar 22 05:00:12 2005
@@ -220,7 +220,7 @@
                ;;
 
              --no-reference-dictionary)
-               DIFF=":" REFFILE="$NULLDEV" REFCOPY="$NULLDEV"
+               AWK=":" DIFF=":" REFFILE="$NULLDEV" REFCOPY="$NULLDEV"
                ;;
 
              --stylesheet)




reply via email to

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