From 48785408f920067f21965e24423e9ceddf610a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Fri, 13 Jan 2023 05:35:56 +0000 Subject: [PATCH] MT#55283 make install - the man pages Closes #1592 Change-Id: I99b37199db43b23f530d6e64ee88bfa620cbbd16 --- daemon/Makefile | 3 ++- debian/ngcp-rtpengine-daemon.manpages | 2 +- debian/ngcp-rtpengine-recording-daemon.manpages | 2 +- recording-daemon/Makefile | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/daemon/Makefile b/daemon/Makefile index e5b39aa62..92f810932 100644 --- a/daemon/Makefile +++ b/daemon/Makefile @@ -94,5 +94,6 @@ MANS= $(PODS:.pod=.8) include ../lib/common.Makefile -install: $(TARGET) +install: $(TARGET) $(MANS) install -m 0755 -D $(TARGET) $(DESTDIR)/usr/bin/$(TARGET) + install -m 0644 -D $(TARGET).8 $(DESTDIR)/usr/share/man/man8/$(TARGET).8 diff --git a/debian/ngcp-rtpengine-daemon.manpages b/debian/ngcp-rtpengine-daemon.manpages index 1e943841b..b87b3ab29 100644 --- a/debian/ngcp-rtpengine-daemon.manpages +++ b/debian/ngcp-rtpengine-daemon.manpages @@ -1,2 +1,2 @@ -daemon/rtpengine.8 debian/ngcp-rtpengine-iptables-setup.1 +usr/share/man/man8/rtpengine.8 diff --git a/debian/ngcp-rtpengine-recording-daemon.manpages b/debian/ngcp-rtpengine-recording-daemon.manpages index 9e99650fb..64ca1e779 100644 --- a/debian/ngcp-rtpengine-recording-daemon.manpages +++ b/debian/ngcp-rtpengine-recording-daemon.manpages @@ -1,2 +1,2 @@ debian/ngcp-rtpengine-recording-nfs-setup.1 -recording-daemon/rtpengine-recording.8 +usr/share/man/man8/rtpengine-recording.8 diff --git a/recording-daemon/Makefile b/recording-daemon/Makefile index f721bdc4e..e20b26929 100644 --- a/recording-daemon/Makefile +++ b/recording-daemon/Makefile @@ -40,5 +40,6 @@ MANS= $(PODS:.pod=.8) include ../lib/common.Makefile -install: $(TARGET) +install: $(TARGET) $(MANS) install -m 0755 -D $(TARGET) $(DESTDIR)/usr/bin/$(TARGET) + install -m 0644 -D $(TARGET).8 $(DESTDIR)/usr/share/man/man8/$(TARGET).8