From 30765cea3f5a6db8f4fdc57571324903c758784c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 14 Mar 2012 00:44:52 +0100 Subject: Makefile: create all manpage dirs Signed-off-by: Florian Pritz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3-24-g4f1b