File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 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
650650 $(INSTALL) -D --mode=644 doc/Successful-APRS-IGate-Operation.pdf $(DESTDIR)/share/doc/direwolf/Successful-APRS-IGate-Operation.pdf
651651 $(INSTALL) -D --mode=644 doc/User-Guide.pdf $(DESTDIR)/share/doc/direwolf/User-Guide.pdf
652652 $(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
653654#
654655# Various sample config and other files go into examples under the doc directory.
655656# When building from source, these can be put in home directory with "make install-conf".
@@ -765,14 +766,14 @@ check-modem19200 : gen_packets atest
765766
766767check-modem2400-a : gen_packets atest
767768 ./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
770771 rm /tmp/test24-a.wav
771772
772773check-modem2400-b : gen_packets atest
773774 ./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
776777 rm /tmp/test24-b.wav
777778
778779check-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
676676 doc/Successful-APRS-IGate-Operation.pdf \
677677 doc/User-Guide.pdf \
678678 doc/WA8LMF-TNC-Test-CD-Results.pdf \
679+ doc/Why-is-9600-only-twice-as-fast-as-1200.pdf \
679680 LICENSE* \
680681 direwolf.conf \
681682 direwolf.exe \
You can’t perform that action at this time.
0 commit comments