Make sure  exists. - sam - An updated version of the sam text editor.
 (HTM) git clone git://vernunftzentrum.de/sam.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 6ae965498aeb8fc66a7593019cb41188e7a22487
 (DIR) parent c3cec98392f46739470f34f6f74bcf1b24a84532
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Thu, 28 Jul 2016 09:52:37 -0500
       
       Make sure  exists.
       
       Diffstat:
         doc/Makefile                        |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/doc/Makefile b/doc/Makefile
       @@ -5,6 +5,8 @@ include ../config.mk
        all:
        
        install: sam.1 B
       +        mkdir -p "$(MANDIR)"
       +        mkdir -p "$(BINDIR)"
                cp sam.1 "$(MANDIR)"
                cp B "$(BINDIR)"
                ln -sf "$(MANDIR)/sam.1" "$(MANDIR)/B.1"