citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 6d81e9ec7bcaa326c1477139dcf995d929669f1b
parent 560ba006baca2a248879b32cce5c039830d4f3a2
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun,  8 Jan 2017 14:57:23 -0700

man: move man/ into root

Diffstat:
MJamfile | 2+-
Rman/citrun_check.1 -> citrun_check.1 | 0
Rman/citrun_gl.1 -> citrun_gl.1 | 0
Rman/citrun_inst.1 -> citrun_inst.1 | 0
Rman/citrun_term.1 -> citrun_term.1 | 0
Rman/citrun_wrap.1 -> citrun_wrap.1 | 0
Dman/Jamfile | 8--------
7 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/Jamfile b/Jamfile @@ -143,6 +143,6 @@ InstallLib $(PREFIX)/share/citrun : libcitrun.a ; InstallShell $(PREFIX)/bin : citrun_check ; InstallBin $(PREFIX)/bin : citrun_wrap citrun_gl citrun_inst ; InstallSyms $(PREFIX)/share/citrun : cc gcc clang clang++ g++ c++ egcc eg++ ; +InstallMan $(PREFIX)/man : citrun_gl.1 citrun_inst.1 citrun_wrap.1 citrun_check.1 ; SubInclude TOP glyphy ; -SubInclude TOP man ; diff --git a/man/citrun_check.1 b/citrun_check.1 diff --git a/man/citrun_gl.1 b/citrun_gl.1 diff --git a/man/citrun_inst.1 b/citrun_inst.1 diff --git a/man/citrun_term.1 b/citrun_term.1 diff --git a/man/citrun_wrap.1 b/citrun_wrap.1 diff --git a/man/Jamfile b/man/Jamfile @@ -1,8 +0,0 @@ -SubDir TOP man ; - -InstallMan $(PREFIX)/man : - citrun_gl.1 - citrun_inst.1 - citrun_term.1 - citrun_wrap.1 - citrun_check.1 ;