diff options
author | Stephen Hurd <shurd@FreeBSD.org> | 2014-12-08 00:30:39 +0000 |
---|---|---|
committer | Stephen Hurd <shurd@FreeBSD.org> | 2014-12-08 00:30:39 +0000 |
commit | 1f495d0ef052e44a35627e88445e9c7367e4e24c (patch) | |
tree | abb288eda8ec44bdb82c05d34db4dfa257ae28df /comms/qsstv/files/patch-qsstv_Documentation_manual_manual.doxy | |
parent | Update Adblock plus to 2.6.6 (diff) |
Update to 8.2.9
As it happens, the docs being included in the archive was unintentional. Add
support for the DOCS option.
This fixes a bug in the reedsolomon encoder/decoder when using the RS4
mode (the program did not decode the transmissions with extensions .rs4
and could possibly crash).
Diffstat (limited to 'comms/qsstv/files/patch-qsstv_Documentation_manual_manual.doxy')
-rw-r--r-- | comms/qsstv/files/patch-qsstv_Documentation_manual_manual.doxy | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/comms/qsstv/files/patch-qsstv_Documentation_manual_manual.doxy b/comms/qsstv/files/patch-qsstv_Documentation_manual_manual.doxy new file mode 100644 index 000000000000..cdffd11c01e3 --- /dev/null +++ b/comms/qsstv/files/patch-qsstv_Documentation_manual_manual.doxy @@ -0,0 +1,20 @@ +--- qsstv/Documentation/manual/manual.doxy.orig 2014-12-06 07:35:02.000000000 -0800 ++++ qsstv/Documentation/manual/manual.doxy 2014-12-07 16:19:50.000000000 -0800 +@@ -52,7 +52,7 @@ + # If a relative path is entered, it will be relative to the location + # where doxygen was started. If left blank the current directory will be used. + +-OUTPUT_DIRECTORY = $(HOME)/qsstv ++OUTPUT_DIRECTORY = /home/admin/fbsd/ports/head/comms/qsstv/work/stage/usr/local/share/doc/qsstv + + # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create + # 4096 sub-directories (in 2 levels) under the output directory of each output +@@ -860,7 +860,7 @@ + # If a relative path is entered the value of OUTPUT_DIRECTORY will be + # put in front of it. If left blank `html' will be used as the default path. + +-HTML_OUTPUT = manual ++HTML_OUTPUT = . + + # The HTML_FILE_EXTENSION tag can be used to specify the file extension for + # each generated HTML page (for example: .htm,.php,.asp). If it is left blank |