From 5249a362792d9687aac86b1053c51016a23762c3 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 15 Jan 2011 16:51:20 +0100 Subject: [PATCH] Update Makefile to install man page for ssnes-joyconfig as well. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2b88389bfd..bf173a4967 100644 --- a/Makefile +++ b/Makefile @@ -103,12 +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 + install -m644 docs/{ssnes,ssnes-joyconfig}.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 + rm -f $(DESTDIR)$(PREFIX)/share/man/man1/{ssnes,ssnes-joyconfig}.1 clean: rm -f *.o