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
commit
48785408f9
4 changed files with 6 additions and 4 deletions
  1. +2
    -1
      daemon/Makefile
  2. +1
    -1
      debian/ngcp-rtpengine-daemon.manpages
  3. +1
    -1
      debian/ngcp-rtpengine-recording-daemon.manpages
  4. +2
    -1
      recording-daemon/Makefile

+ 2
- 1
daemon/Makefile View File

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

+ 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)
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

Loading…
Cancel
Save