summaryrefslogtreecommitdiff
path: root/contrib/pdfmark
diff options
context:
space:
mode:
authorwl <wl>2005-03-02 09:16:15 +0000
committerwl <wl>2005-03-02 09:16:15 +0000
commit9ec5d5911888764be6ee56f290f34f43cdb6ff39 (patch)
treef9ca212bab9c075bf72037d69988bc23632999f3 /contrib/pdfmark
parent762418b01fdd98b5864785c0e47bc9a04b26de4c (diff)
downloadgroff-9ec5d5911888764be6ee56f290f34f43cdb6ff39.tar.gz
* 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.
Diffstat (limited to 'contrib/pdfmark')
-rw-r--r--contrib/pdfmark/ChangeLog7
-rw-r--r--contrib/pdfmark/Makefile.sub2
-rw-r--r--contrib/pdfmark/pdfroff.man14
3 files changed, 18 insertions, 5 deletions
diff --git a/contrib/pdfmark/ChangeLog b/contrib/pdfmark/ChangeLog
index 4f8dd4fa..1c7a02ae 100644
--- a/contrib/pdfmark/ChangeLog
+++ b/contrib/pdfmark/ChangeLog
@@ -1,3 +1,10 @@
+2005-03-02 Keith Marshall <keith.d.marshall@ntlworld.com>
+
+ * 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 <keith.d.marshall@ntlworld.com>
Provide `pdfroff' shell script, and manpage to document it;
diff --git a/contrib/pdfmark/Makefile.sub b/contrib/pdfmark/Makefile.sub
index 62f9cfe8..af7d01bf 100644
--- a/contrib/pdfmark/Makefile.sub
+++ b/contrib/pdfmark/Makefile.sub
@@ -83,7 +83,7 @@ install_data: $(make_install_pdfdoc)
-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 \
diff --git a/contrib/pdfmark/pdfroff.man b/contrib/pdfmark/pdfroff.man
index ce834f2e..a1cc2732 100644
--- a/contrib/pdfmark/pdfroff.man
+++ b/contrib/pdfmark/pdfroff.man
@@ -64,10 +64,16 @@ pdfroff \- create PDF documents using
. 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 @@ pdfroff \- create PDF documents using
.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 ...