diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-03-14 00:44:52 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-03-14 00:44:52 +0100 |
commit | 30765cea3f5a6db8f4fdc57571324903c758784c (patch) | |
tree | cab9d42503ccb747310b08fea52a25207001b064 /Makefile | |
parent | 540affb926afd91a1f4cacbe1ad4e27225d88a72 (diff) |
Makefile: create all manpage dirsv1.0.2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |