Skip to content

Commit

Permalink
Merge pull request #15 from tupinek/install_man
Browse files Browse the repository at this point in the history
Install man page
  • Loading branch information
seanpringle committed Oct 8, 2019
2 parents cbc89a7 + 942bc95 commit 7230421
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -2,6 +2,7 @@ CFLAGS?=-Wall -Os
LDADD?=`pkg-config --cflags --libs x11 xinerama xft xres`
PREFIX?=$(DESTDIR)/usr
BINDIR?=$(PREFIX)/bin
MANDIR?=${PREFIX}/share/man

all: normal

Expand All @@ -13,6 +14,7 @@ debug:

install:
install -Dm 755 simpleswitcher $(BINDIR)/simpleswitcher
install -Dm 644 -t $(MANDIR)/man1 simpleswitcher.1

clean:
rm -f simpleswitcher simpleswitcher-debug

0 comments on commit 7230421

Please sign in to comment.