--- np2/x11/Attic/Imakefile 2011/12/16 10:42:23 1.37 +++ np2/x11/Attic/Imakefile 2011/12/16 14:02:05 1.38 @@ -241,6 +241,12 @@ ALLSRCS= $(ASRCS) $(CSRCS) .c.o: $(CC) -o $@ $(CFLAGS) $(_NOOP_) -c $< +xnp2.man: xnp2.man1 + @sed -e 's;@PKGDATADIR@;$(LIBDIR)/xnp2;' < $> > $@ + +xnp2.jman: xnp2.jman1 + @sed -e 's;@PKGDATADIR@;$(LIBDIR)/xnp2;' < $> > $@ + ComplexProgramTarget(xnp2) InstallMultipleFlags(resources/fddseek.wav, $(SYSRESPATH), $(INSTDATFLAGS))