summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-03-14 00:44:52 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-03-14 00:44:52 +0100
commit30765cea3f5a6db8f4fdc57571324903c758784c (patch)
treecab9d42503ccb747310b08fea52a25207001b064
parent540affb926afd91a1f4cacbe1ad4e27225d88a72 (diff)
Makefile: create all manpage dirsv1.0.2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71fcfa0..7fb655d 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ ifdef LIBCURL
install -dm755 $(DESTDIR)$(MY_LIBDIR)
install -m755 fb-helper $(DESTDIR)$(MY_LIBDIR)/fb-helper
endif
- install -dm755 $(DESTDIR)$(MANDIR)
+ install -dm755 $(DESTDIR)$(MANDIR)/man1
install -m644 fb.1 $(DESTDIR)$(MANDIR)/man1/fb.1
uninstall: