--- np2/x11/Attic/Imakefile 2011/12/24 01:42:23 1.40 +++ np2/x11/Attic/Imakefile 2011/12/24 14:06:13 1.41 @@ -242,10 +242,10 @@ ALLSRCS= $(ASRCS) $(CSRCS) $(CC) -o $@ $(CFLAGS) $(_NOOP_) -c $< xnp2.man: xnp2.man1 - @sed -e 's;@PKGDATADIR@;$(LIBDIR)/xnp2;' < $< > $@ + @sed -e 's;@PKGDATADIR@;$(LIBDIR)/xnp2;' < xnp2.man1 > $@ xnp2.jman: xnp2.jman1 - @sed -e 's;@PKGDATADIR@;$(LIBDIR)/xnp2;' < $< > $@ + @sed -e 's;@PKGDATADIR@;$(LIBDIR)/xnp2;' < xnp2.jman1 > $@ ComplexProgramTarget(xnp2)