Introduction
Introduction Statistics Contact Development Disclaimer Help
Make sure exists. - sam - An updated version of the sam text editor.
git clone git://vernunftzentrum.de/sam.git
Log
Files
Refs
LICENSE
---
commit 6ae965498aeb8fc66a7593019cb41188e7a22487
parent c3cec98392f46739470f34f6f74bcf1b24a84532
Author: Rob King <[email protected]>
Date: Thu, 28 Jul 2016 09:52:37 -0500
Make sure exists.
Diffstat:
doc/Makefile | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
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"
You are viewing proxied material from vernunftzentrum.de. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.