Skip to content

Commit

Permalink
rename man page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan P.C. McQuen committed Apr 17, 2014
1 parent aaa6e04 commit 1734c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@ $(TARGET): superkey-launch.c

install:
$(INSTALL) -Dm 755 $(TARGET) $(DESTDIR)$(PREFIX)/bin/$(TARGET)
$(INSTALL) -Dm 644 superkey-launch.1 $(DESTDIR)$(PREFIX)$(MANDIR)/xcape.1
$(INSTALL) -Dm 644 superkey-launch.1 $(DESTDIR)$(PREFIX)$(MANDIR)/superkey-launch.1

clean:
rm $(TARGET)
Expand Down

0 comments on commit 1734c45

Please sign in to comment.