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: Wed, 02 Mar 2005 04:16:15 -0500

CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Werner LEMBERG <address@hidden> 05/03/02 09:16:15

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

Log message:
        * contrib/pdfmark/Makefile.sub (install_data): Use $(INSTALL_SCRIPT)
        to install `pdfroff'.
        * contrib/pdfmark/pdfroff.man (opte): New macro.
        Use it to remove spurious equal signs from SYNOPSIS.

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

Patches:
Index: groff/contrib/pdfmark/ChangeLog
diff -u groff/contrib/pdfmark/ChangeLog:1.3 groff/contrib/pdfmark/ChangeLog:1.4
--- groff/contrib/pdfmark/ChangeLog:1.3 Mon Feb 28 13:56:45 2005
+++ groff/contrib/pdfmark/ChangeLog     Wed Mar  2 09:16:15 2005
@@ -1,3 +1,10 @@
+2005-03-02  Keith Marshall  <address@hidden>
+
+       * contrib/pdfmark/Makefile.sub (install_data): Use $(INSTALL_SCRIPT)
+       to install `pdfroff'.
+       * contrib/pdfmark/pdfroff.man (opte): New macro.
+       Use it to remove spurious equal signs from SYNOPSIS.
+
 2005-02-28  Keith Marshall  <address@hidden>
 
        Provide `pdfroff' shell script, and manpage to document it;
Index: groff/contrib/pdfmark/Makefile.sub
diff -u groff/contrib/pdfmark/Makefile.sub:1.2 
groff/contrib/pdfmark/Makefile.sub:1.3
--- groff/contrib/pdfmark/Makefile.sub:1.2      Mon Feb 28 13:56:45 2005
+++ groff/contrib/pdfmark/Makefile.sub  Wed Mar  2 09:16:15 2005
@@ -83,7 +83,7 @@
        -test -d $(bindir) || $(mkinstalldirs) $(bindir)
        for f in $(CMDFILES); do \
          $(RM) $(bindir)/$$f; \
-         $(INSTALL_DATA) $$f $(bindir)/$$f; \
+         $(INSTALL_SCRIPT) $$f $(bindir)/$$f; \
        done
        -test -d $(tmacdir) || $(mkinstalldirs) $(tmacdir)
        for f in $(TMACFILES); do \
Index: groff/contrib/pdfmark/pdfroff.man
diff -u groff/contrib/pdfmark/pdfroff.man:1.1 
groff/contrib/pdfmark/pdfroff.man:1.2
--- groff/contrib/pdfmark/pdfroff.man:1.1       Mon Feb 28 13:56:45 2005
+++ groff/contrib/pdfmark/pdfroff.man   Wed Mar  2 09:16:15 2005
@@ -64,10 +64,16 @@
 .   ie \\n(.$>1 .opt \\$1 \0\\$2
 .   el .opt \\$1
 ..
+.de opte
+.   tr -\-
+.   RB [ -\\$1 =\c
+.   IR \&\\$2 ]
+.   tr --
+..
 .de optx
 .   tr -\-
 .   RB [ --no\\$1 \0|\0\c
-.   B -\\$1\c
+.   BR -\\$1 =\c
 .   IR \&\\$2 ]
 .   tr --
 ..
@@ -91,9 +97,9 @@
 .opta w name
 .opta W name
 .opt  -no-toc-relocation
-.opt  -stylesheet= name
-.optx -pdf-output= name
-.optx -reference-dictionary= name
+.opte -stylesheet name
+.optx -pdf-output name
+.optx -reference-dictionary name
 .opt  -report-progress
 .B file
 .I ...




reply via email to

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