]> git.tuebingen.mpg.de Git - osl.git/blobdiff - Makefile
[Makefile]: Also create bindir and mandir on install.
[osl.git] / Makefile
index 3ce4567c36a98edb1ccdd20308d92f3605dffd63..703238b13a35b652b57d6e6f9e3fd029f5e8ae12 100644 (file)
--- 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)