summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-04-25 07:20:15 +1200
committerLars Wirzenius <liw@liw.fi>2010-04-25 07:20:15 +1200
commit790ddb25db3c252a5982630374a4fddc8714225f (patch)
tree40d2a959acf972324c6455d42b0db45055d1bed1 /Makefile
parent2d0fae5597d4ed2dc74eb85bbed649080cd74938 (diff)
downloaddupfiles-790ddb25db3c252a5982630374a4fddc8714225f.tar.gz
Install files properly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5ece725..a7d4a77 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,9 @@ man1dir = $(mandir)/man1
all:
install:
+ install -d $(bindir)
install dupfiles $(bindir)
+ install -d $(man1dir)
install dupfiles.1 $(man1dir)
check: