FreeCalypso > hg > freecalypso-tools
changeset 25:75cd626cf379
rvinterf/etmsync/Makefile: install fsio.help
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 23 Oct 2016 01:00:19 +0000 |
parents | 2323849a5a91 |
children | b301b75de0e0 |
files | rvinterf/etmsync/Makefile |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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}