This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
MT#55283 make install - the man pages
Closes
#1592
Change-Id: I99b37199db43b23f530d6e64ee88bfa620cbbd16
pull/1594/head
Дилян Палаузов
3 years ago
committed by
Richard Fuchs
parent
ca09549983
commit
48785408f9
4 changed files
with
6 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
daemon/Makefile
+1
-1
debian/ngcp-rtpengine-daemon.manpages
+1
-1
debian/ngcp-rtpengine-recording-daemon.manpages
+2
-1
recording-daemon/Makefile
+ 2
- 1
daemon/Makefile
View File
@ -94,5 +94,6 @@ MANS= $(PODS:.pod=.8)
i
n
c
l
u
d
e
.
.
/
l
i
b
/
c
o
m
m
o
n
.
M
a
k
e
f
i
l
e
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
+ 1
- 1
debian/ngcp-rtpengine-daemon.manpages
View File
@ -1,2 +1,2 @@
daemon/rtpengine.8
debian/ngcp-rtpengine-iptables-setup.1
usr/share/man/man8/rtpengine.8
+ 1
- 1
debian/ngcp-rtpengine-recording-daemon.manpages
View File
@ -1,2 +1,2 @@
debian/ngcp-rtpengine-recording-nfs-setup.1
recording-daemon
/rtpengine-recording.8
usr/share/man/man8
/rtpengine-recording.8
+ 2
- 1
recording-daemon/Makefile
View File
@ -40,5 +40,6 @@ MANS= $(PODS:.pod=.8)
i
n
c
l
u
d
e
.
.
/
l
i
b
/
c
o
m
m
o
n
.
M
a
k
e
f
i
l
e
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
Write
Preview
Loading…
Cancel
Save