add manpage to makefile

This commit is contained in:
theoddone33
2001-05-01 23:25:02 +00:00
parent 8e1ab10993
commit 91c85f3a0a

View File

@@ -23,6 +23,7 @@ VIDEODIR=video
WINDIR=linux WINDIR=linux
OBJDIR=obj OBJDIR=obj
ZIPDIR=zip ZIPDIR=zip
MANDIR=/usr/man/man1
CHIPSOBJ=${CHIPDIR}/sfxproc.o ${CHIPDIR}/fxemu2.o ${CHIPDIR}/dsp1proc.o\ CHIPSOBJ=${CHIPDIR}/sfxproc.o ${CHIPDIR}/fxemu2.o ${CHIPDIR}/dsp1proc.o\
${CHIPDIR}/fxemu2b.o ${CHIPDIR}/fxemu2c.o ${CHIPDIR}/fxtable.o\ ${CHIPDIR}/fxemu2b.o ${CHIPDIR}/fxemu2c.o ${CHIPDIR}/fxtable.o\
@@ -81,6 +82,9 @@ PP=g++
ALL: zsnes ALL: zsnes
man:
cp linux/zsnes.man ${MANDIR}/zsnes.1
zsnes: ${OBJS} zsnes: ${OBJS}
${CC} -o zsnes ${OBJS} ${LIBS} ${CC} -o zsnes ${OBJS} ${LIBS}