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:
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