fixed problem with man page (when man1 directory doesn't exist)
This commit is contained in:
@@ -180,8 +180,8 @@ endmem.o: endmem.asm macros.mac
|
|||||||
${DOSDIR}/modemrtn.o: ${DOSDIR}/modemrtn.asm macros.mac
|
${DOSDIR}/modemrtn.o: ${DOSDIR}/modemrtn.asm macros.mac
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@INSTALL@ -m 0755 @ZSNESEXE@ @prefix@/bin
|
@INSTALL@ -D -m 0755 @ZSNESEXE@ @prefix@/bin
|
||||||
@INSTALL@ -m 0644 linux/zsnes.1 @prefix@/man/man1
|
@INSTALL@ -D -m 0644 linux/zsnes.1 @prefix@/man/man1
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f @prefix@/bin/$(notdir @ZSNESEXE@) @prefix@/man/man5/zsnes.5
|
rm -f @prefix@/bin/$(notdir @ZSNESEXE@) @prefix@/man/man5/zsnes.5
|
||||||
|
|||||||
Reference in New Issue
Block a user