# HG changeset patch # User Mychaela Falconia # Date 1477184419 0 # Node ID 75cd626cf379597e4c57b916abde0b2d78934582 # Parent 2323849a5a91b4d2f065bea1ba96de76022ab4a8 rvinterf/etmsync/Makefile: install fsio.help diff -r 2323849a5a91 -r 75cd626cf379 rvinterf/etmsync/Makefile --- a/rvinterf/etmsync/Makefile Sun Oct 23 00:50:49 2016 +0000 +++ b/rvinterf/etmsync/Makefile Sun Oct 23 01:00:19 2016 +0000 @@ -2,6 +2,7 @@ CFLAGS= -O2 -I../include PROGS= fc-dspapidump fc-fsio fc-olddump INSTBIN=/usr/local/bin +INSTHELP=/usr/local/share/freecalypso DSPDUMP_OBJS= connect.o dspapidump.o interf.o launchrvif.o memops.o \ simplemain.o @@ -27,6 +28,8 @@ install: ${PROGS} mkdir -p ${INSTBIN} install -c ${PROGS} ${INSTBIN} + mkdir -p ${INSTHELP} + install -c fsio.help ${INSTHELP} clean: rm -f *.o *.out *errs ${PROGS}