File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -650,6 +650,7 @@ install : $(APPS) direwolf.conf tocalls.txt symbols-new.txt symbolsX.txt dw-icon
650
650
$(INSTALL) -D --mode=644 doc/Successful-APRS-IGate-Operation.pdf $(DESTDIR)/share/doc/direwolf/Successful-APRS-IGate-Operation.pdf
651
651
$(INSTALL) -D --mode=644 doc/User-Guide.pdf $(DESTDIR)/share/doc/direwolf/User-Guide.pdf
652
652
$(INSTALL) -D --mode=644 doc/WA8LMF-TNC-Test-CD-Results.pdf $(DESTDIR)/share/doc/direwolf/WA8LMF-TNC-Test-CD-Results.pdf
653
+ $(INSTALL) -D --mode=644 doc/Why-is-9600-only-twice-as-fast-as-1200.pdf $(DESTDIR)/share/doc/direwolf/Why-is-9600-only-twice-as-fast-as-1200.pdf
653
654
#
654
655
# Various sample config and other files go into examples under the doc directory.
655
656
# When building from source, these can be put in home directory with "make install-conf".
@@ -765,14 +766,14 @@ check-modem19200 : gen_packets atest
765
766
766
767
check-modem2400-a : gen_packets atest
767
768
./gen_packets -B2400 -j -n 100 -o /tmp/test24-a.wav
768
- ./atest -B2400 -j -F0 -L76 -G80 test24-a.wav
769
- ./atest -B2400 -j -F1 -L84 -G88 test24-a.wav
769
+ ./atest -B2400 -j -F0 -L76 -G80 /tmp/ test24-a.wav
770
+ ./atest -B2400 -j -F1 -L84 -G88 /tmp/ test24-a.wav
770
771
rm /tmp/test24-a.wav
771
772
772
773
check-modem2400-b : gen_packets atest
773
774
./gen_packets -B2400 -J -n 100 -o /tmp/test24-b.wav
774
- ./atest -B2400 -J -F0 -L79 -G83 test24-b.wav
775
- ./atest -B2400 -J -F1 -L87 -G91 test24-b.wav
775
+ ./atest -B2400 -J -F0 -L79 -G83 /tmp/ test24-b.wav
776
+ ./atest -B2400 -J -F1 -L87 -G91 /tmp/ test24-b.wav
776
777
rm /tmp/test24-b.wav
777
778
778
779
check-modem2400-g : gen_packets atest
Original file line number Diff line number Diff line change @@ -676,6 +676,7 @@ dist-win : direwolf.exe decode_aprs.exe text2tt.exe tt2text.exe ll2utm.exe utm2l
676
676
doc/Successful-APRS-IGate-Operation.pdf \
677
677
doc/User-Guide.pdf \
678
678
doc/WA8LMF-TNC-Test-CD-Results.pdf \
679
+ doc/Why-is-9600-only-twice-as-fast-as-1200.pdf \
679
680
LICENSE* \
680
681
direwolf.conf \
681
682
direwolf.exe \
You can’t perform that action at this time.
0 commit comments