From: Andre Noll Date: Tue, 4 Aug 2009 08:50:05 +0000 (+0200) Subject: [Makefile]: Also create bindir and mandir on install. X-Git-Tag: v0.1.0^0 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=4b9d7b591331f9917aa97520458e983e100ef733;hp=92e383cb36c302a811e9448941e78a5b541511f3 [Makefile]: Also create bindir and mandir on install. --- diff --git a/Makefile b/Makefile index 3ce4567..703238b 100644 --- a/Makefile +++ b/Makefile @@ -168,7 +168,7 @@ distclean: clean rm -rf web/doxygen install: all - $(MKDIR) $(libdir) $(includedir) + $(MKDIR) $(libdir) $(includedir) $(mandir) $(bindir) $(RM) $(libdir)/$(linkername) $(LN) -s $(libdir)/$(soname) $(libdir)/$(linkername) $(INSTALL) -s -m 755 $(realname) $(libdir)