remove explicit output filename in PDF Makefile rules
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Sep 2020 01:37:26 +0000 (18:37 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 2 Oct 2020 14:01:50 +0000 (07:01 -0700)
For all of these rules, the output filename ps2pdf infers is the same as the
explicit one being removed, so this change is a no-op. The intent here is to
make these invocations compatible with either ps2pdf or pstopdf filling the role
of @PS2PDF@. The usage for these two differs slightly:

  ps2pdf infile [outfile]
  pstopdf infile [-o outfile]

pstopdf is not currently supported -- there is an attempt at this in
configure.ac, but it is faulty -- but we plan to support it in an upcoming
commit. Related to #1763.

27 files changed:
cmd/dot/Makefile.am
cmd/dotty/Makefile.am
cmd/edgepaint/Makefile.am
cmd/gvedit/Makefile.am
cmd/gvmap/Makefile.am
cmd/gvpr/Makefile.am
cmd/lefty/Makefile.am
cmd/lneato/Makefile.am
cmd/mingle/Makefile.am
cmd/smyrna/Makefile.am
cmd/tools/Makefile.am
contrib/diffimg/Makefile.am
contrib/prune/Makefile.am
lib/cdt/Makefile.am
lib/cgraph/Makefile.am
lib/expr/Makefile.am
lib/gvc/Makefile.am
lib/gvpr/Makefile.am
lib/inkpot/Makefile.am
lib/pack/Makefile.am
lib/pathplan/Makefile.am
lib/xdot/Makefile.am
plugin/xlib/Makefile.am
tclpkg/gdtclft/Makefile.am
tclpkg/gv/Makefile.am
tclpkg/tcldot/Makefile.am
tclpkg/tkspline/Makefile.am

index a40d45aada85c5e3d472b06e2e69aa9691279225..e8dd64b1acfc23b9c3514fe9e3a6083eb16ffdcf 100644 (file)
@@ -75,19 +75,19 @@ uninstall-hook:
 
 if HAVE_PS2PDF
 dot.1.pdf: dot.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 dot.1.ps: $(srcdir)/dot.1
        @GROFF@ -Tps -man $< >$@
 
 osage.1.pdf: osage.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 osage.1.ps: $(srcdir)/osage.1
        @GROFF@ -Tps -man $< >$@
 
 patchwork.1.pdf: patchwork.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 patchwork.1.ps: $(srcdir)/patchwork.1
        @GROFF@ -Tps -man $< >$@
index be39bcfb22f05249e9fc3ea491d2119557d5ee37..d6ca856c31b5c4a2cd35d93de92f6edc6cfa3626 100644 (file)
@@ -34,7 +34,7 @@ endif
 
 if HAVE_PS2PDF
 dotty.1.pdf: dotty.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 dotty.1.ps: $(srcdir)/dotty.1
        @GROFF@ -Tps -man $< >$@
index 32f3f977c9f900e33254ab74da8e3f286d8c199f..13611df33fd02501ed803f0fee340908f027efa3 100644 (file)
@@ -45,7 +45,7 @@ nodist_EXTRA_edgepaint_SOURCES = fake.cxx
 
 if HAVE_PS2PDF
 edgepaint.1.pdf: edgepaint.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 edgepaint.1.ps: $(srcdir)/edgepaint.1
        @GROFF@ -e -Tps -man -t $< >$@
index 200095af8c4d530a1f71c1b2c9ec30fb7355013b..925bb744ffb408fdc90b35270272be2d638434d7 100644 (file)
@@ -63,7 +63,7 @@ attrs.txt: $(top_srcdir)/doc/infosrc/attrs
 
 if HAVE_PS2PDF
 gvedit.1.pdf: gvedit.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gvedit.1.ps: $(srcdir)/gvedit.1
        @GROFF@ -Tps -man $< >$@
index 181b7073739caa29a34fcaad4a40dbe04aa1c961..fb94c844698f12352fe06fefb0cda7df5936e49c 100644 (file)
@@ -66,19 +66,19 @@ gvmap.sh :
 
 if HAVE_PS2PDF
 gvmap.1.pdf: gvmap.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gvmap.1.ps: $(srcdir)/gvmap.1
        @GROFF@ -Tps -man $< >$@
 
 cluster.1.pdf: cluster.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 cluster.1.ps: $(srcdir)/cluster.1
        @GROFF@ -Tps -man $< >$@
 
 gvmap.sh.1.pdf: gvmap.sh.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gvmap.sh.1.ps: $(srcdir)/gvmap.sh.1
        @GROFF@ -Tps -man $< >$@
index c4604de1e22b1ad461464b1f46ae6626b260124e..0b344cfc24b06f1bb927011ecccebd356c4a6ef6 100644 (file)
@@ -40,7 +40,7 @@ gvpr_LDADD = $(top_builddir)/lib/gvpr/libgvpr.la \
 
 if HAVE_PS2PDF
 gvpr.1.pdf: gvpr.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gvpr.1.ps: $(srcdir)/gvpr.1
        @GROFF@ -Tps -man -t $< >$@
index 39278b2c256c1e5fbe7ca82f7ea30bd2d709afb7..087b6e7bb1a008150c5c76465c82a927dafa15d9 100644 (file)
@@ -96,7 +96,7 @@ endif
 
 if HAVE_PS2PDF
 lefty.1.pdf: lefty.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 lefty.1.ps: $(srcdir)/lefty.1
        @GROFF@ -Tps -man $< >$@
index d5372b243ee6c10cdb830c3de0dbc376aa5d7251..22fdaae73a03d93924e53230729e9ae6d3a22c88 100644 (file)
@@ -32,7 +32,7 @@ endif
 
 if HAVE_PS2PDF
 lneato.1.pdf: lneato.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 lneato.1.ps: $(srcdir)/lneato.1
        @GROFF@ -Tps -man $< >$@
index 5c126204afde773fc2ba4c01c86ede65a244c39f..b5c133b14281004daa23b27ae6580cf6477c1de1 100644 (file)
@@ -46,7 +46,7 @@ nodist_EXTRA_mingle_SOURCES = fake.cxx
 
 if HAVE_PS2PDF
 mingle.1.pdf: mingle.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 mingle.1.ps: $(srcdir)/mingle.1
        @GROFF@ -e -Tps -man -t $< >$@
index e140a6aa8859736fb415f16d7f95178f5c6b99e8..8524e8cc2a20a197ff8bca406361ab9aa5a7810e 100644 (file)
@@ -88,7 +88,7 @@ smyrna_static_LDADD = $(top_builddir)/lib/cgraph/libcgraph_C.la \
 
 if HAVE_PS2PDF
 smyrna.1.pdf: smyrna.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 smyrna.1.ps: $(srcdir)/smyrna.1
        @GROFF@ -Tps -man $< >$@
index f1a0212f5d24e7514803faf1e3b733309baf1f2d..4c0b30e7d671e465eb6d3a78acb9964ae4c4a932 100644 (file)
@@ -69,7 +69,7 @@ gxl2gv_LDADD = \
 
 if HAVE_PS2PDF
 gxl2gv.1.pdf: gxl2gv.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gxl2gv.1.ps: $(srcdir)/gxl2gv.1
        @GROFF@ -Tps -man $< >$@
@@ -83,7 +83,7 @@ sccmap_LDADD = \
 
 if HAVE_PS2PDF
 sccmap.1.pdf: sccmap.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 sccmap.1.ps: $(srcdir)/sccmap.1
        @GROFF@ -Tps -man $< >$@
@@ -97,7 +97,7 @@ ccomps_LDADD = \
 
 if HAVE_PS2PDF
 ccomps.1.pdf: ccomps.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 ccomps.1.ps: $(srcdir)/ccomps.1
        @GROFF@ -Tps -man $< >$@
@@ -119,7 +119,7 @@ tred_LDADD = \
 
 if HAVE_PS2PDF
 tred.1.pdf: tred.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 tred.1.ps: $(srcdir)/tred.1
        @GROFF@ -Tps -man $< >$@
@@ -133,7 +133,7 @@ unflatten_LDADD = \
 
 if HAVE_PS2PDF
 unflatten.1.pdf: unflatten.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 unflatten.1.ps: $(srcdir)/unflatten.1
        @GROFF@ -Tps -man $< >$@
@@ -147,7 +147,7 @@ acyclic_LDADD = \
 
 if HAVE_PS2PDF
 acyclic.1.pdf: acyclic.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 acyclic.1.ps: $(srcdir)/acyclic.1
        @GROFF@ -Tps -man $< >$@
@@ -161,7 +161,7 @@ nop_LDADD = \
 
 if HAVE_PS2PDF
 nop.1.pdf: nop.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 nop.1.ps: $(srcdir)/nop.1
        @GROFF@ -Tps -man $< >$@
@@ -175,7 +175,7 @@ gvcolor_LDADD = \
 
 if HAVE_PS2PDF
 gvcolor.1.pdf: gvcolor.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gvcolor.1.ps: $(srcdir)/gvcolor.1
        @GROFF@ -Tps -man $< >$@
@@ -189,7 +189,7 @@ bcomps_LDADD = \
 
 if HAVE_PS2PDF
 bcomps.1.pdf: bcomps.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 bcomps.1.ps: $(srcdir)/bcomps.1
        @GROFF@ -Tps -man $< >$@
@@ -203,7 +203,7 @@ gc_LDADD = \
 
 if HAVE_PS2PDF
 gc.1.pdf: gc.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gc.1.ps: $(srcdir)/gc.1
        @GROFF@ -Tps -man $< >$@
@@ -240,7 +240,7 @@ endif
 
 if HAVE_PS2PDF
 gvpack.1.pdf: gvpack.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gvpack.1.ps: $(srcdir)/gvpack.1
        @GROFF@ -Tps -man $< >$@
@@ -257,7 +257,7 @@ mm2gv_LDADD = \
 
 if HAVE_PS2PDF
 mm2gv.1.pdf: mm2gv.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 mm2gv.1.ps: mm2gv.1
        @GROFF@ -Tps -man -e -t $< >$@
@@ -285,7 +285,7 @@ gml2gv_LDADD = \
 
 if HAVE_PS2PDF
 gml2gv.1.pdf: gml2gv.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gml2gv.1.ps: gml2gv.1
        @GROFF@ -Tps -man $< >$@
@@ -300,7 +300,7 @@ graphml2gv_LDADD = \
 
 if HAVE_PS2PDF
 graphml2gv.1.pdf: graphml2gv.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 graphml2gv.1.ps: $(srcdir)/graphml2gv.1
        @GROFF@ -Tps -man $< >$@
@@ -315,7 +315,7 @@ dijkstra_LDADD = \
 
 if HAVE_PS2PDF
 dijkstra.1.pdf: dijkstra.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 dijkstra.1.ps: $(srcdir)/dijkstra.1
        @GROFF@ -Tps -man $< >$@
@@ -328,7 +328,7 @@ gvgen_LDADD = \
 
 if HAVE_PS2PDF
 gvgen.1.pdf: gvgen.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gvgen.1.ps: $(srcdir)/gvgen.1
        @GROFF@ -Tps -man $< >$@
index c4c3ae1c168ac9f5e65fe51f777f7dcf8b8cd0e8..1e09b38d3849e9481de921803515a8dce33d4744 100644 (file)
@@ -26,7 +26,7 @@ diffimg_LDADD = @GDLIB_LIBS@ @MATH_LIBS@
 
 if HAVE_PS2PDF
 diffimg.1.pdf: diffimg.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 diffimg.1.ps: $(srcdir)/diffimg.1
        @GROFF@ -Tps -man $< >$@
index 61985b2493d03434f50a521ebe8b25ecfc418803..04939fbf003ef6c4adfd3961a080329f38162b9b 100644 (file)
@@ -28,7 +28,7 @@ prune_LDADD = $(top_builddir)/lib/ingraphs/libingraphs_C.la \
 
 if HAVE_PS2PDF
 prune.1.pdf: prune.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 prune.1.ps: prune.1
        @GROFF@ -Tps -man $< >$@
index a99f8a6c9732dd392d19e207f53facc57ddf9c99..e7828c11ed47168a2d01c54a7980850c0b052135 100644 (file)
@@ -32,7 +32,7 @@ libcdt_la_SOURCES = $(libcdt_C_la_SOURCES)
 
 if HAVE_PS2PDF
 cdt.3.pdf: cdt.3.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 cdt.3.ps: $(srcdir)/cdt.3
        @GROFF@ -Tps -man $< >$@
index bb8ff7d9f7d1a10c22769b42f712630a469c0c4f..37e2fa3616be1d4025e4c536814239f866284c21 100644 (file)
@@ -40,7 +40,7 @@ grammar.c grammar.h: $(top_srcdir)/lib/cgraph/grammar.y
 
 if HAVE_PS2PDF
 cgraph.3.pdf: cgraph.3.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 cgraph.3.ps: $(srcdir)/cgraph.3
        @GROFF@ -Tps -man $< >$@
index 260592aea5bf398e31b9df1d0bb104552385a5a4..1b883cc139aad7d5dd39a8ca1dec02b7560f397b 100644 (file)
@@ -67,7 +67,7 @@ y.output: $(top_srcdir)/lib/expr/exparse.y
 
 if HAVE_PS2PDF
 expr.3.pdf: expr.3.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 expr.3.ps: $(srcdir)/expr.3
        @GROFF@ -Tps -man $< >$@
index 1e2ced00abe387474e1dc1760751fdc634df2d56..3186e68bed15d139aa53277c918f53136a594f0f 100644 (file)
@@ -75,7 +75,7 @@ endif
 
 if HAVE_PS2PDF
 gvc.3.pdf: gvc.3.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gvc.3.ps: $(srcdir)/gvc.3
        @GROFF@ -Tps -man $< >$@
index 3ec99cac3352cd73307d4f6c19258b3b4597a473..c37e0d9f43542c92b0f63c5ae601a8378c3752b5 100644 (file)
@@ -43,7 +43,7 @@ libgvpr_C_la_DEPENDENCIES = \
 
 if HAVE_PS2PDF
 gvpr.3.pdf: gvpr.3.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gvpr.3.ps: $(srcdir)/gvpr.3
        @GROFF@ -Tps -man $< >$@
index 0add98c33c89dd758ea9c82ee2585e236d925bb4..586992279f9f9dc68120ee3ccb304869886d4260 100644 (file)
@@ -77,13 +77,13 @@ $(top_builddir)/lib/inkpot/inkpot_lib_brewer.dat: inkpot_lib_brewer.tcl data/bre
 
 if HAVE_PS2PDF
 inkpot.1.pdf: inkpot.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 inkpot.1.ps: inkpot.1
        @GROFF@ -Tps -man $< >$@
 
 inkpot.3.pdf: inkpot.3.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 inkpot.3.ps: inkpot.3
        @GROFF@ -Tps -man $< >$@
index 845f0f0162c12a8e1d66f901e398579a64125abb..24b276565a99610dd12c281ee3f45f01b38ef906 100644 (file)
@@ -33,7 +33,7 @@ libpack_C_la_SOURCES = ccomps.c pack.c
 
 if HAVE_PS2PDF
 pack.3.pdf: pack.3.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 pack.3.ps: $(srcdir)/pack.3
        @GROFF@ -Tps -man $< >$@
index 10396c793d0da1c606c37bcb1472f8282e8712ca..b7854c002cc852cd605eebf06cfd5fcf36d406f2 100644 (file)
@@ -36,7 +36,7 @@ libpathplan_la_LIBADD = @MATH_LIBS@
 
 if HAVE_PS2PDF
 pathplan.3.pdf: pathplan.3.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 pathplan.3.ps: $(srcdir)/pathplan.3
        @GROFF@ -Tps -man $< >$@
index 75e924d32dcf3fac280060cb29868d5e2d58aec3..141e065b61a06c02425d00d39344a09d38023a2a 100644 (file)
@@ -29,7 +29,7 @@ libxdot_la_SOURCES = $(libxdot_C_la_SOURCES)
 
 if HAVE_PS2PDF
 xdot.3.pdf: xdot.3.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 xdot.3.ps: $(srcdir)/xdot.3
        @GROFF@ -Tps -man $< >$@
index 63ff0b005ae384b89dcd437577e375e05b51f08e..f1b0e13f00d803df94b7a6048b11bdaf3304265a 100644 (file)
@@ -35,7 +35,7 @@ endif
 
 if HAVE_PS2PDF
 vimdot.1.pdf: vimdot.1.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 vimdot.1.ps: $(srcdir)/vimdot.1
        @GROFF@ -Tps -man $< >$@
index 2969a29ca3bf64e1be335b990d89be276b99034e..e18464b44ad68ef4244584cc7f90db44810a90d0 100644 (file)
@@ -53,7 +53,7 @@ endif
 
 if HAVE_PS2PDF
 gdtclft.3tcl.pdf: gdtclft.3tcl.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gdtclft.3tcl.ps: $(srcdir)/gdtclft.3tcl
        @GROFF@ -Tps -man $< >$@
index 6a1c52f1d782c8f9d2ff5998fc37c7fc57d372c5..5f073c947f7366662eec8403dc5d498ff684464d 100644 (file)
@@ -427,79 +427,79 @@ $(man): gv.i gv_doc_writer.tcl gv_doc_template.tcl gv_doc_langs.tcl
 
 if HAVE_PS2PDF
 gv.3sharp.pdf: gv.3sharp.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gv.3sharp.ps: gv.3sharp
        @GROFF@ -Tps -man $< >$@
 
 gv.3go.pdf: gv.3go.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gv.3go.ps: gv.3go
        @GROFF@ -Tps -man $< >$@
 
 gv.3guile.pdf: gv.3guile.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gv.3guile.ps: gv.3guile
        @GROFF@ -Tps -man $< >$@
 
 gv.3io.pdf: gv.3io.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gv.3io.ps: gv.3io
        @GROFF@ -Tps -man $< >$@
 
 gv.3java.pdf: gv.3java.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gv.3java.ps: gv.3java
        @GROFF@ -Tps -man $< >$@
 
 gv.3lua.pdf: gv.3lua.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gv.3lua.ps: gv.3lua
        @GROFF@ -Tps -man $< >$@
 
 gv.3ocaml.pdf: gv.3ocaml.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gv.3ocaml.ps: gv.3ocaml
        @GROFF@ -Tps -man $< >$@
 
 gv.3perl.pdf: gv.3perl.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gv.3perl.ps: gv.3perl
        @GROFF@ -Tps -man $< >$@
 
 gv.3php.pdf: gv.3php.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gv.3php.ps: gv.3php
        @GROFF@ -Tps -man $< >$@
 
 gv.3python.pdf: gv.3python.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gv.3python.ps: gv.3python
        @GROFF@ -Tps -man $< >$@
 
 gv.3r.pdf: gv.3r.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gv.3r.ps: gv.3r
        @GROFF@ -Tps -man $< >$@
 
 gv.3ruby.pdf: gv.3ruby.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gv.3ruby.ps: gv.3ruby
        @GROFF@ -Tps -man $< >$@
 
 gv.3tcl.pdf: gv.3tcl.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 gv.3tcl.ps: gv.3tcl
        @GROFF@ -Tps -man $< >$@
index 46eb8889eb43fe6cb76ae5357f9f82714b69dec2..d4c4e132b6b3e905ee725d983f3a32f9525927a6 100644 (file)
@@ -118,7 +118,7 @@ endif
 
 if HAVE_PS2PDF
 tcldot.3tcl.pdf: tcldot.3tcl.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 tcldot.3tcl.ps: $(srcdir)/tcldot.3tcl
        @GROFF@ -Tps -man $< >$@
index b8aaaa794f8d7a6a35b8448c157c31508704a588..a80e2c21805b88b44a817b5e4e42bd295eccf088 100644 (file)
@@ -45,7 +45,7 @@ endif
 
 if HAVE_PS2PDF
 tkspline.3tk.pdf: tkspline.3tk.ps
-       @PS2PDF@ $< $@
+       @PS2PDF@ $<
 
 tkspline.3tk.ps: $(srcdir)/tkspline.3tk
        @GROFF@ -Tps -man $< >$@