mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
Update Makefile to install man page for ssnes-joyconfig as well.
This commit is contained in:
parent
92377b0426
commit
5249a36279
4
Makefile
4
Makefile
@ -103,12 +103,12 @@ tools/ssnes-joyconfig: $(JOYCONFIG_OBJ)
|
|||||||
install: $(TARGET)
|
install: $(TARGET)
|
||||||
install -m755 $(TARGET) $(DESTDIR)$(PREFIX)/bin
|
install -m755 $(TARGET) $(DESTDIR)$(PREFIX)/bin
|
||||||
install -m644 ssnes.cfg $(DESTDIR)/etc/ssnes.cfg
|
install -m644 ssnes.cfg $(DESTDIR)/etc/ssnes.cfg
|
||||||
install -m644 docs/ssnes.1 $(DESTDIR)$(PREFIX)/share/man/man1
|
install -m644 docs/{ssnes,ssnes-joyconfig}.1 $(DESTDIR)$(PREFIX)/share/man/man1
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(DESTDIR)$(PREFIX)/bin/{ssnes,ssnes-joyconfig}
|
rm -f $(DESTDIR)$(PREFIX)/bin/{ssnes,ssnes-joyconfig}
|
||||||
rm -f $(DESTDIR)/etc/ssnes.cfg
|
rm -f $(DESTDIR)/etc/ssnes.cfg
|
||||||
rm -f $(DESTDIR)$(PREFIX)/share/man/man1/ssnes.1
|
rm -f $(DESTDIR)$(PREFIX)/share/man/man1/{ssnes,ssnes-joyconfig}.1
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o
|
rm -f *.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user