diff --git a/Makefile b/Makefile index a7b9aaa91b..2b88389bfd 100644 --- a/Makefile +++ b/Makefile @@ -103,10 +103,12 @@ tools/ssnes-joyconfig: $(JOYCONFIG_OBJ) install: $(TARGET) install -m755 $(TARGET) $(DESTDIR)$(PREFIX)/bin install -m644 ssnes.cfg $(DESTDIR)/etc/ssnes.cfg + install -m644 docs/ssnes.1 $(DESTDIR)$(PREFIX)/share/man/man1 uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/{ssnes,ssnes-joyconfig} rm -f $(DESTDIR)/etc/ssnes.cfg + rm -f $(DESTDIR)$(PREFIX)/share/man/man1/ssnes.1 clean: rm -f *.o