aboutsummaryrefslogtreecommitdiff
path: root/iceprog/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-07-05 18:26:33 +0200
committerGitHub <noreply@github.com>2017-07-05 18:26:33 +0200
commit82f9fdb57598e652f73f5508eb0ea1544ce8c49f (patch)
tree084a6538bbe973154ebc8e0461be9c891a520848 /iceprog/Makefile
parent832bcbe4a2a2733cd76d70805390cee55524b0bc (diff)
parent53a8bcce3532bd93b2cbb54a83767df34a28a907 (diff)
Merge pull request #82 from rlutz/master
`iceprog' improvements, documentation fixes
Diffstat (limited to 'iceprog/Makefile')
-rw-r--r--iceprog/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/iceprog/Makefile b/iceprog/Makefile
index 286460f..c61b470 100644
--- a/iceprog/Makefile
+++ b/iceprog/Makefile
@@ -24,9 +24,12 @@ iceprog$(EXE): iceprog.o
install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp iceprog $(DESTDIR)$(PREFIX)/bin/iceprog
+ mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
+ install -c -m 644 iceprog.1 $(DESTDIR)$(PREFIX)/share/man/man1
uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/iceprog
+ rm -f $(DESTDIR)$(PREFIX)/share/man/man1/iceprog.1
clean:
rm -f iceprog