Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix installation of keyboard man page. - sam - An updated version of the sam te…
git clone git://vernunftzentrum.de/sam.git
Log
Files
Refs
LICENSE
---
commit ff76c215bd8478c75ca75bcc326b616da1b2acc3
parent c4481947a9e2aa7a200112a9c91c6d6f98da8cbc
Author: Rob King <[email protected]>
Date: Tue, 6 Sep 2016 11:47:08 -0500
Fix installation of keyboard man page.
Diffstat:
doc/Makefile | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/doc/Makefile b/doc/Makefile
@@ -5,11 +5,13 @@ include ../config.mk
all:
install: sam.1 B
- mkdir -p "$(MANDIR)"
+ mkdir -p "$(MANDIR)/man1"
+ cp sam.1 "$(MANDIR)/man1"
+ ln -sf "$(MANDIR)/man1/sam.1" "$(MANDIR)/man1/B.1"
+ ln -sf "$(MANDIR)/man1/sam.1" "$(MANDIR)/man1/samterm.1"
+ ln -sf "$(MANDIR)/man1/sam.1" "$(MANDIR)/man1/rsam.1"
+ ln -sf "$(MANDIR)/man1/sam.1" "$(MANDIR)/man1/sam.save.1"
+ mkdir -p "$(MANDIR)/man5"
+ cp keyboard.5 "$(MANDIR)/man5"
mkdir -p "$(BINDIR)"
- cp sam.1 "$(MANDIR)"
cp B "$(BINDIR)"
- ln -sf "$(MANDIR)/sam.1" "$(MANDIR)/B.1"
- ln -sf "$(MANDIR)/sam.1" "$(MANDIR)/samterm.1"
- ln -sf "$(MANDIR)/sam.1" "$(MANDIR)/rsam.1"
- ln -sf "$(MANDIR)/sam.1" "$(MANDIR)/sam.save.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.