siproc

A primitive SIP client that spawns processes for each call
git clone git://xatko.vsos.ethz.ch/siproc.git
Log | Files | Refs | README | LICENSE

commit 8e71b5f6e89019d391abc5b7e6c88b975a6d2906
parent 7b06e3ce518533c911a8d5566a964b830bd34274
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date:   Sat, 16 Nov 2019 23:18:47 +0100

Move the man-page to the doc subdirectory

Diffstat:
MMakefile | 2+-
Rsiproc.1 -> doc/siproc.1 | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -30,4 +30,4 @@ install: siproc siproc-parameters mkdir -p $(DESTDIR)$(PREFIX)/bin/ $(INSTALL) -m 755 siproc-parameters $(DESTDIR)$(PREFIX)/bin/ mkdir -p $(DESTDIR)$(MANPREFIX)/man1 - $(INSTALL) -m 644 siproc.1 $(DESTDIR)$(MANPREFIX)/man1 + $(INSTALL) -m 644 doc/siproc.1 $(DESTDIR)$(MANPREFIX)/man1 diff --git a/siproc.1 b/doc/siproc.1