Merge pull request #7 from chneukirchen/docfix - 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 6102b90dfd41b8b29dc0b2d9c331b89caae232e0
(DIR) parent 4376931065dc54bed8eb859bd7111660bf3d4923
(HTM) Author: Rob King <deadpixi@users.noreply.github.com>
Date: Mon, 23 May 2016 09:55:13 -0500
Merge pull request #7 from chneukirchen/docfix
doc/Makefile: add empty all target to not run install by default.
Diffstat:
doc/Makefile | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/doc/Makefile b/doc/Makefile
@@ -2,6 +2,8 @@
include ../config.mk
+all:
+
install: sam.1 B
cp sam.1 "$(MANDIR)"
cp B "$(BINDIR)"