File: conflicting-manpages

package info (click to toggle)
jtdx 2.2.159%2Bimproved-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 75,336 kB
  • sloc: cpp: 38,503; f90: 31,141; python: 27,061; ansic: 11,772; sh: 409; fortran: 353; makefile: 232
file content (21 lines) | stat: -rw-r--r-- 538 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
These manpages are installed by wsjtx, remove them from jtdx

--- a/manpages/CMakeLists.txt
+++ b/manpages/CMakeLists.txt
@@ -1,12 +1,12 @@
 set (ASCIIDOC_MANS
   man1/jtdx.1.txt
-  man1/wsprd.1.txt
-  man1/jt65code.1.txt
+  #man1/wsprd.1.txt
+  #man1/jt65code.1.txt
   man1/rigctl-jtdx.1.txt
   man1/rigctld-jtdx.1.txt
   man1/rigctlcom-jtdx.1.txt
-  man1/message_aggregator.1.txt
-  man1/udp_daemon.1.txt
+  #man1/message_aggregator.1.txt
+  #man1/udp_daemon.1.txt
   )
 
 find_program (A2X_EXECUTABLE NAMES a2x a2x.py)