groff-commit
[Top][All Lists]
Advanced

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

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


From: Werner LEMBERG
Subject: [Groff-commit] groff/contrib/pdfmark ChangeLog Makefile.sub pd...
Date: Fri, 17 Jun 2005 03:11:37 -0400

CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Werner LEMBERG <address@hidden> 05/06/17 07:11:37

Modified files:
        contrib/pdfmark: ChangeLog Makefile.sub pdfroff.sh 

Log message:
        * pdfroff.sh: (MATCH): Correct quoting.
        (Source): Add terminating `$' on CVS keyword.
        
        * Makefile.sub: (RM): Define as `rm -f', for `make' programs
        which don't predefine it.
        
        * pdfroff.sh: (NULLDEV): Correct misspelled instance of NULDEV.
        
        * Makefile.sub (.ms.pdf): Use `--stylesheet', not `--style'.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/contrib/pdfmark/ChangeLog.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/contrib/pdfmark/Makefile.sub.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/contrib/pdfmark/pdfroff.sh.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: groff/contrib/pdfmark/ChangeLog
diff -u groff/contrib/pdfmark/ChangeLog:1.11 
groff/contrib/pdfmark/ChangeLog:1.12
--- groff/contrib/pdfmark/ChangeLog:1.11        Wed May 18 07:03:07 2005
+++ groff/contrib/pdfmark/ChangeLog     Fri Jun 17 07:11:37 2005
@@ -1,3 +1,21 @@
+2005-06-17  Keith Marshall  <address@hidden>
+
+       * pdfroff.sh: (MATCH): Correct quoting.
+       (Source): Add terminating `$' on CVS keyword.
+
+2005-06-17  Zvezdan Petkovic  <address@hidden>
+
+       * Makefile.sub: (RM): Define as `rm -f', for `make' programs
+       which don't predefine it.
+
+2005-06-16  Bernd Warken  <address@hidden>
+
+       * pdfroff.sh: (NULLDEV): Correct misspelled instance of NULDEV.
+
+2005-05-28  Werner LEMBERG  <address@hidden>
+
+       * Makefile.sub (.ms.pdf): Use `--stylesheet', not `--style'.
+
 2005-05-17  Keith Marshall  <address@hidden>
 
        Improve portability of `pdfroff' shell script.
@@ -7,7 +25,7 @@
        (searchpath): New shell function; use it instead of `type' command
        to locate prerequisite helper programs.
 
-       * pdfroff.man: Socument influence of `TYPE' and `PATH_SEPARATOR'
+       * pdfroff.man: Document influence of `OSTYPE' and `PATH_SEPARATOR'
        environment variables.
 
        * Makefile.sub: (pdfroff): Make it depend on SH_DEPS_SED_SCRIPT,
Index: groff/contrib/pdfmark/Makefile.sub
diff -u groff/contrib/pdfmark/Makefile.sub:1.6 
groff/contrib/pdfmark/Makefile.sub:1.7
--- groff/contrib/pdfmark/Makefile.sub:1.6      Sat May 28 07:10:16 2005
+++ groff/contrib/pdfmark/Makefile.sub  Fri Jun 17 07:11:37 2005
@@ -35,6 +35,9 @@
   $(PDFDOCFILES) \
   $(CMDFILES)
 
+# Some `makes' don't predefine RM...
+RM=rm -f
+
 GROFF_BIN_DIR=$(top_builddir)/src/roff/groff
 GROFF_OTHER_BIN_DIRS=\
   $(top_builddir)/src/roff/troff \
Index: groff/contrib/pdfmark/pdfroff.sh
diff -u groff/contrib/pdfmark/pdfroff.sh:1.5 
groff/contrib/pdfmark/pdfroff.sh:1.6
--- groff/contrib/pdfmark/pdfroff.sh:1.5        Thu May 26 21:01:58 2005
+++ groff/contrib/pdfmark/pdfroff.sh    Fri Jun 17 07:11:37 2005
@@ -29,7 +29,7 @@
 # MS-DOS/MS-Windows systems may require us to use "NUL".
 #
   NULLDEV="/dev/null"
-  test -c $NULLDEV || NULDEV="NUL"
+  test -c $NULLDEV || NULLDEV="NUL"
 #
 # Set up the command name to use in diagnostic messages.
 # (We can't assume we have 'basename', so use the full path if required.
@@ -166,7 +166,7 @@
            MATCH="" OPTNAME=`IFS==; set dummy $1; echo $2`
            for OPT in $LONGOPTS
            do
-             MATCH="$MATCH`echo --$OPT | $GREP "^$OPTNAME"`"
+             MATCH="$MATCH"`echo --$OPT | $GREP "^$OPTNAME"`
            done
 #
 #          For options in the form --option=value
@@ -568,4 +568,4 @@
   $SAY >&2 ". done"
 #
 # 
------------------------------------------------------------------------------
-# $Source: end of file
+# $Source: /cvsroot/groff/groff/contrib/pdfmark/pdfroff.sh,v $: end of file




reply via email to

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