Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile - sam - An updated version of the sam text editor.
git clone git://vernunftzentrum.de/sam.git
Log
Files
Refs
LICENSE
---
Makefile (633B)
---
1 # Copyright 2014-2014 Rob King <[email protected]>
2
3 include ../config.mk
4
5 all:
6
7 install: sam.1
8 mkdir -p "$(MANDIR)/man1"
9 cp sam.1 "$(MANDIR)/man1"
10 ln -sf "$(MANDIR)/man1/sam.1" "$(MANDIR)/man1/B.1"
11 ln -sf "$(MANDIR)/man1/sam.1" "$(MANDIR)/man1/samterm.1"
12 ln -sf "$(MANDIR)/man1/sam.1" "$(MANDIR)/man1/rsam.1"
13 ln -sf "$(MANDIR)/man1/sam.1" "$(MANDIR)/man1/sam.save.1"
14 mkdir -p "$(MANDIR)/man5"
15 cp samrc.5 "$(MANDIR)/man5"
16
17 uninstall:
18 rm -f "$(MANDIR)/man1/sam.1"
19 rm -f "$(MANDIR)/man1/B.1"
20 rm -f "$(MANDIR)/man1/samterm.1"
21 rm -f "$(MANDIR)/man1/rsam.1"
22 rm -f "$(MANDIR)/man1/sam.save.1"
23 rm -f "$(MANDIR)/man5/samrc.5"
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.