aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-11-11 15:28:59 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-11-11 15:28:59 +0000
commitc155280cb82db4756742e1ae5300d36506af78f3 (patch)
treeee36d78921017af2e1094d1aec4d591d033253ee /Makefile
parent8b527949b0a74a37079210a6fc8fabbd576432eb (diff)
downloadimv-c155280cb82db4756742e1ae5300d36506af78f3.tar.gz
Move manpage into doc directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b05d4e4..0b7843a 100644
--- a/Makefile
+++ b/Makefile
@@ -29,4 +29,4 @@ clean:
install: $(TARGET)
install -m 0755 $(TARGET) $(prefix)/bin
- install -m 0644 $(TARGET).1 $(prefix)/share/man/man1
+ install -m 0644 doc/imv.1 $(prefix)/share/man/man1