pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/ham



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Apr  7 16:14:09 UTC 2021

Modified Files:
        pkgsrc/ham: Makefile
        pkgsrc/ham/gnuradio-channels: Makefile PLIST
        pkgsrc/ham/gnuradio-companion: Makefile PLIST
        pkgsrc/ham/gnuradio-core: Makefile Makefile.common PLIST buildlink3.mk
            distinfo options.mk version.mk
        pkgsrc/ham/gnuradio-core/patches: patch-gr-audio_lib_alsa_alsa__impl_h
        pkgsrc/ham/gnuradio-ctrlport: Makefile PLIST
        pkgsrc/ham/gnuradio-digital: Makefile PLIST
        pkgsrc/ham/gnuradio-doxygen: Makefile PLIST
        pkgsrc/ham/gnuradio-dtv: Makefile PLIST
        pkgsrc/ham/gnuradio-fec: Makefile PLIST
        pkgsrc/ham/gnuradio-qtgui: Makefile PLIST
        pkgsrc/ham/gnuradio-trellis: Makefile PLIST
        pkgsrc/ham/gnuradio-uhd: Makefile PLIST
        pkgsrc/ham/gnuradio-utils: Makefile PLIST
        pkgsrc/ham/gnuradio-video-sdl: Makefile PLIST
        pkgsrc/ham/gnuradio-vocoder: Makefile PLIST
        pkgsrc/ham/gnuradio-wavelet: Makefile PLIST
        pkgsrc/ham/gnuradio-zeromq: Makefile PLIST
        pkgsrc/ham/gr-osmosdr: Makefile PLIST distinfo
Added Files:
        pkgsrc/ham/gnuradio-core/patches:
            patch-gnuradio-runtime_lib_constants.cc.in
        pkgsrc/ham/gnuradio-network: DESCR Makefile PLIST
Removed Files:
        pkgsrc/ham/gnuradio-core/patches: patch-cmake_Modules_FindSphinx.cmake
            patch-gnuradio_runtime_include_gnuradio_high__res__timer__h
            patch-gr-digital_lib_map__bb__impl.cc
            patch-grc_scripts_gnuradio-companion

Log Message:
gnuradio-*: update to 3.9.1.0

Changed
  C++14
  C11
  VOLK now “regular” dependency, not in-tree submodule
  numpy now also a CMake-checked hard dependency for Python support
  Exception Handling: throw by value, catch by reference (clang-tidy check)
  C++11: Emplace in vectors where you can; brings performance boni, but not included in clang-tidy-checks
  An exception-throwing block will now terminate the flow graph process, configurable through top_block
  gr-utils cleanup, folder restructuring
  config version checks installed CMake file will accept “at least this version” now
  PyBind11 replaces SWIG
  Full tree conversion from SWIG to Pybind11 bindings
  Doxygen now uses MathJax, full LaTeX installation no longer required
GRC
  start flowgraph in folder where it resides
gnuradio-runtime
  When calculating offsets in non-integer rate FEC, lround
  default seed for gr::random now actually as documented time-dependent
  loggers moved from gr::block to gr::basic_block
  PMT serialization
  PMT dicts no longer indistinguishable from pairs
  PMT symbol hashing no longer suffers under oddball own implementations
gr-audio
  Increased ALSA buffer nperiods
gr-blocks
  add, add_const VOLK’ized, templated
      this seems to break things in other places, even if it proves to be mathematically identical
  wavfile infrastructure: libsndfile now dependency
gr-digital
  transcendental block: default to 32 bit float complex, not double
  Linear equalizer: separate adaptive algorithm, allows for using e.g. trained sequences instead of the classical LMS, CMA
  DFE: better structure for decision history
gr-dtv
  LDPC encoder: template functions instead of #defined macros
  LDPC encoder: smaller tables through uint16_t for index tables
gr-fec
  API uint8_t, not char
gr-fft
  FFT blocks/functions templatized
gr-filter
  logging format
  rational_resampler_base -> rational_resampler
gr-uhd
  Required UHD version bumped to 3.9.7
  logging format

Deprecated
  gr-analog
    sig_source: freq port will be removed in the future
  gr-audio
    audio-sink, -source: Windows audio sink/source deprecated, the portaudio
      sink/source works even better under windows anyway
  gr-digital
    In favor of symbol_sync, deprecate:
      clock_recovery_mm
      msk_timing_recovery
      pfb_clock_sync

Added
  C++ Generation all over the place
  PyBind bindings + generator
gnuradio-runtime
  block_gateway: set_max_output_buffer
  GR_PREFS_PATH environment variable sensitivity to configure the path to the
    config file
  gnuradio-config-info --print-all
GRC
  option to toggle ID visibilities globally
  Validation check for QT GUI hints
  Python snippets
block header parsing tool
  block header parsing tool (GSoC 2019)
gr_modtool
  option to convert blacklisted files
gr-analog
  sig_source: cmd port adds support for dicts, setting of frequency, amplitude,
    offset and phase parameters
gr-blocks
  selector now has control message ports
  Rotator-based freq shift convenience wrapper
  Message-to-Variable and vice versa blocks
  DC Spike removal
  IQ Swap
  Complex to interleaved char / short: scaling option
  Delay block: control message port
  Phase Shift block with message port
  wavfile_sink, _source can now deal with a lot of audio formats: uncompressed
    WAV/AIFF, µ- and A-law compressed audio, OGG/Vorbis, FLAC, even octave files
  Stream Demux, which demuxes streams according to lengths vector
  rotator: phase() getter
gr-digital
  OFDM: multiple CP lengths
  ofdm_equalizer_simpledfe: enable_soft_output
  Constellation Encoder
  Constellation: normalization options
gr-fec
  {en,de}code_rs_8, {en,de}code_rs_ccsds: Reed-Solomon en- and decoders
gr-fft
  Windows:
    Gaussian
    Flat Top
    Tukey
  Window build() call now with default beta
gr-filter
  GRC: File taps loader block
  Low pass FFT filter convenience wrapper
  ichar / ishort decimator
  phase continuity for freq_xlating_fir_filter
gr-network
  gr-network: a whole new networking blocks module!
      TCP
      UDP
  Much better lockup/multithreading support than 3.7-era blks2
gr-qtgui
  Azimuth/Elevation plot
  Autocorrelation plot
  Compass visualization
  Dial control
  Gauge: dial, level
  Distance plot
  LED-like indicator
  Message-passing check box
  Message-passing numeric control
  Message-passing push button
  Toggle Button
  Eye sink
  Vertical slider
gr-uhd
  Filter API
  UHD 4.0 support
  Power Reference API
  Bidirectional setting messages on both sink, source
gr-vocoder
  Codec2 dev branch support
  FreeDV: In/output rates can differ
  FreeDV: text message output
gr-zeromq
  C++ GRC templates
  Tag filtering for tag-forwarding blocks

Removed
  VOLK is no longer a submodule
  Sphinx: consolidate into doxygen, or wiki-maintained block list.
  Python 2
  SWIG
  gru python module
gnuradio-runtime
  circular_file.cc
  math/common_factor.hpp
gr-blocks
  bin_statistics_f
  log2_const
gr-digital
  PFB clock sync: set_taps
  deprecated old OFDM infrastructur
    ofdm_frame_acquisition
    ofdm_frame_sink
    ofdm_insert_preamble
    ofdm_sync_fixed
    ofdm_sync_pn
    ofdm_sync_pnac
    ofdm_sync_ml
    ofdm_receiver
  digital_voice
gr-fft
  malloc_float, _double: rely on VOLK
  Goertzel: dtor superfluous
gr-filter
  deprecated window function duplicates (use them from gr-fft!)

Fixed
  CMake: Qwt, Log4Cpp detection
  ctrlport strings unicodified
  Freedesktop install script was not executed
  Redundant icons installed
  Path substitution on Windows was backslash-broken
  YAML definitions: more than I can count
  Cross-building: py interpreter at runtime != build time
gnuradio-runtime
  ctrlport: unholy stored reference to stack-allocated object removed
  Sine table generation for fixed point math
  gr_unittest: floatAlmostEqual had a lot of false passes due abuse of all()
  get_tags_in_range for delay < (end-start)
  Premature tag pruning
  release flattened flowgraph after stopping, fixes restartability/shutdown
    problem
  PMT serialization portability
  latency issue caused by setting block alias on msg block
  Windows logging errors
  ctrlport: Thrift >= 0.13 broke
GRC
  Tab widget ID visibilities
  A lot of YAML templates
  Default setting in qtgui chooser restored
  Boolean parameters no longer switch buttons
  Nested namespace handling
  Don’t rely on set ordering in tests
  configparser import
  input box color theme on dark themes
  Search box typing doesn’t inadvertedly interact with the rest of GRC anymore
gr_modtool
  Empty argument lists allowed
  Boost UTF replaced CppUnit, this needed to be done here, too
gr-analog
  wfm left/right, filters
gr-audio
  portaudio: lock acquisition was improper
gr-blocks
  Throttle now uses monotonic clock
  Tag debug only saved last work call’s tags
  File sink flushes on stop
  gr_read_file_metadata.py used to lose rx_time precision
  File source big file handling under Windows
  file_*: fseek errors used to be ignored
gr-digital
  map_bb: thread safety, buffer overflows
  additive_scrambler: reset was broken
  Constellation scalefactor wasn’t always initialized
  long-standing qa_header_payload_demux bug addressed by waiting for both RX and
    TX, not only either
  false triggers in correlate_access_code
gr-dtv
  rate mismatch in ATSC flowgraphs
gr-fec
  async_decoder Heap corruption
  cc_encoder: constraint length K > 8 led to wrong output
gr-fft
  thread safety of copy assignment/ctor
  log power FFT Python
gr-filter
  variable_band_pass_filter GRC complex taps input
  RRC filter gain for alpha = 1
gr-qtgui
  Remove copies of image data in returns by using move semantics
  Remove bogus overriding in drawing functions of plot_raster, _waterfall
  Edit MSG box: don’t require key to be set
  Don’t check for Python2 libs
  Number Sink ignored averaging setting
gr-uhd
  UHD apps: Py3 fixes
  USRP blocks: multichannel objects not properly populating channels
gr-video-sdl
  YUV formats fixed
gr-zeromq
  Don’t depend on deprecated ZMQ functionality
  Unhandled exceptions now handled, much calmer
  Avoid infinite blocking in tb.stop() by using ZMQ_LINGER


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/ham/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/ham/gnuradio-channels/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/ham/gnuradio-channels/PLIST
cvs rdiff -u -r1.41 -r1.42 pkgsrc/ham/gnuradio-companion/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/ham/gnuradio-companion/PLIST
cvs rdiff -u -r1.77 -r1.78 pkgsrc/ham/gnuradio-core/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/ham/gnuradio-core/Makefile.common
cvs rdiff -u -r1.30 -r1.31 pkgsrc/ham/gnuradio-core/PLIST \
    pkgsrc/ham/gnuradio-core/buildlink3.mk
cvs rdiff -u -r1.40 -r1.41 pkgsrc/ham/gnuradio-core/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/ham/gnuradio-core/options.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/ham/gnuradio-core/version.mk
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/ham/gnuradio-core/patches/patch-cmake_Modules_FindSphinx.cmake
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_constants.cc.in
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/ham/gnuradio-core/patches/patch-gnuradio_runtime_include_gnuradio_high__res__timer__h
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/ham/gnuradio-core/patches/patch-gr-audio_lib_alsa_alsa__impl_h
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/ham/gnuradio-core/patches/patch-gr-digital_lib_map__bb__impl.cc \
    pkgsrc/ham/gnuradio-core/patches/patch-grc_scripts_gnuradio-companion
cvs rdiff -u -r1.23 -r1.24 pkgsrc/ham/gnuradio-ctrlport/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/ham/gnuradio-ctrlport/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/ham/gnuradio-digital/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/ham/gnuradio-digital/PLIST
cvs rdiff -u -r1.38 -r1.39 pkgsrc/ham/gnuradio-doxygen/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/ham/gnuradio-doxygen/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/ham/gnuradio-dtv/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/ham/gnuradio-dtv/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/ham/gnuradio-fec/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/ham/gnuradio-fec/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/ham/gnuradio-network/DESCR \
    pkgsrc/ham/gnuradio-network/Makefile pkgsrc/ham/gnuradio-network/PLIST
cvs rdiff -u -r1.33 -r1.34 pkgsrc/ham/gnuradio-qtgui/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/ham/gnuradio-qtgui/PLIST
cvs rdiff -u -r1.41 -r1.42 pkgsrc/ham/gnuradio-trellis/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/ham/gnuradio-trellis/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/ham/gnuradio-uhd/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/ham/gnuradio-uhd/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/ham/gnuradio-utils/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/ham/gnuradio-utils/PLIST
cvs rdiff -u -r1.38 -r1.39 pkgsrc/ham/gnuradio-video-sdl/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/ham/gnuradio-video-sdl/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/ham/gnuradio-vocoder/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/ham/gnuradio-vocoder/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/ham/gnuradio-wavelet/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/ham/gnuradio-wavelet/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/ham/gnuradio-zeromq/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/ham/gnuradio-zeromq/PLIST
cvs rdiff -u -r1.31 -r1.32 pkgsrc/ham/gr-osmosdr/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/ham/gr-osmosdr/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/ham/gr-osmosdr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/Makefile
diff -u pkgsrc/ham/Makefile:1.48 pkgsrc/ham/Makefile:1.49
--- pkgsrc/ham/Makefile:1.48    Sun Nov 29 23:12:43 2020
+++ pkgsrc/ham/Makefile Wed Apr  7 16:14:07 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2020/11/29 23:12:43 dbj Exp $
+# $NetBSD: Makefile,v 1.49 2021/04/07 16:14:07 tnn Exp $
 #
 
 COMMENT=       Wireless communication tools and applications
@@ -21,6 +21,7 @@ SUBDIR+=      gnuradio-digital
 SUBDIR+=       gnuradio-doxygen
 SUBDIR+=       gnuradio-dtv
 SUBDIR+=       gnuradio-fec
+SUBDIR+=       gnuradio-network
 SUBDIR+=       gnuradio-qtgui
 SUBDIR+=       gnuradio-trellis
 SUBDIR+=       gnuradio-uhd

Index: pkgsrc/ham/gnuradio-channels/Makefile
diff -u pkgsrc/ham/gnuradio-channels/Makefile:1.22 pkgsrc/ham/gnuradio-channels/Makefile:1.23
--- pkgsrc/ham/gnuradio-channels/Makefile:1.22  Fri Jan  1 08:24:46 2021
+++ pkgsrc/ham/gnuradio-channels/Makefile       Wed Apr  7 16:14:07 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2021/01/01 08:24:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.23 2021/04/07 16:14:07 tnn Exp $
 
 PKGNAME=       gnuradio-channels-${VERSION}
-PKGREVISION=   2
 COMMENT=       Signal processing blocks to simulate channel models of GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"

Index: pkgsrc/ham/gnuradio-channels/PLIST
diff -u pkgsrc/ham/gnuradio-channels/PLIST:1.4 pkgsrc/ham/gnuradio-channels/PLIST:1.5
--- pkgsrc/ham/gnuradio-channels/PLIST:1.4      Sun Aug 30 20:46:41 2020
+++ pkgsrc/ham/gnuradio-channels/PLIST  Wed Apr  7 16:14:07 2021
@@ -1,29 +1,24 @@
-@comment $NetBSD: PLIST,v 1.4 2020/08/30 20:46:41 tnn Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/04/07 16:14:07 tnn Exp $
 include/gnuradio/channels/api.h
 include/gnuradio/channels/channel_model.h
 include/gnuradio/channels/channel_model2.h
 include/gnuradio/channels/fading_model.h
 include/gnuradio/channels/selective_fading_model.h
 include/gnuradio/channels/selective_fading_model2.h
-include/gnuradio/swig/channels_swig.i
-include/gnuradio/swig/channels_swig_doc.i
 lib/cmake/gnuradio/gnuradio-channelsConfig.cmake
 lib/cmake/gnuradio/gnuradio-channelsTargets-release.cmake
 lib/cmake/gnuradio/gnuradio-channelsTargets.cmake
 lib/libgnuradio-channels.so
-lib/libgnuradio-channels.so.3.8.1
+lib/libgnuradio-channels.so.3.9.1
 lib/libgnuradio-channels.so.${PKGVERSION}
 lib/pkgconfig/gnuradio-channels.pc
 ${PYSITELIB}/gnuradio/channels/__init__.py
 ${PYSITELIB}/gnuradio/channels/__init__.pyc
 ${PYSITELIB}/gnuradio/channels/__init__.pyo
-${PYSITELIB}/gnuradio/channels/_channels_swig.so
 ${PYSITELIB}/gnuradio/channels/amp_bal.py
 ${PYSITELIB}/gnuradio/channels/amp_bal.pyc
 ${PYSITELIB}/gnuradio/channels/amp_bal.pyo
-${PYSITELIB}/gnuradio/channels/channels_swig.py
-${PYSITELIB}/gnuradio/channels/channels_swig.pyc
-${PYSITELIB}/gnuradio/channels/channels_swig.pyo
+${PYSITELIB}/gnuradio/channels/channels_python.so
 ${PYSITELIB}/gnuradio/channels/conj_fs_iqcorr.py
 ${PYSITELIB}/gnuradio/channels/conj_fs_iqcorr.pyc
 ${PYSITELIB}/gnuradio/channels/conj_fs_iqcorr.pyo
@@ -74,3 +69,66 @@ share/gnuradio/grc/blocks/channels_quant
 share/gnuradio/grc/blocks/channels_selective_fading_model.block.yml
 share/gnuradio/grc/blocks/channels_selective_fading_model2.block.yml
 share/gnuradio/grc/blocks/channels_sro_model.block.yml
+@pkgdir share/mime/packages
+@pkgdir share/metainfo
+@pkgdir share/icons/hicolor/64x64/apps
+@pkgdir share/icons/hicolor/48x48/apps
+@pkgdir share/icons/hicolor/32x32/apps
+@pkgdir share/icons/hicolor/256x256/apps
+@pkgdir share/icons/hicolor/24x24/apps
+@pkgdir share/icons/hicolor/16x16/apps
+@pkgdir share/icons/hicolor/128x128/apps
+@pkgdir share/gnuradio/modtool/templates/gr-newmod/python/bindings/docstrings
+@pkgdir share/gnuradio/modtool/templates/gr-newmod/lib
+@pkgdir share/gnuradio/modtool/templates/gr-newmod/include/howto
+@pkgdir share/gnuradio/modtool/templates/gr-newmod/grc
+@pkgdir share/gnuradio/modtool/templates/gr-newmod/examples
+@pkgdir share/gnuradio/modtool/templates/gr-newmod/docs/doxygen/other
+@pkgdir share/gnuradio/modtool/templates/gr-newmod/docs/doxygen/doxyxml/generated
+@pkgdir share/gnuradio/modtool/templates/gr-newmod/cmake/Modules
+@pkgdir share/gnuradio/modtool/templates/gr-newmod/apps
+@pkgdir share/gnuradio/grc/freedesktop
+@pkgdir share/gnuradio/examples/volk_benchmark
+@pkgdir share/gnuradio/examples/tags
+@pkgdir share/gnuradio/examples/network
+@pkgdir share/gnuradio/examples/mp-sched
+@pkgdir share/gnuradio/examples/metadata
+@pkgdir share/gnuradio/examples/filter
+@pkgdir share/gnuradio/examples/blocks
+@pkgdir share/gnuradio/examples/audio
+@pkgdir share/gnuradio/examples/analog
+@pkgdir share/applications
+@pkgdir libexec/gnuradio
+@pkgdir lib/python3.8/site-packages/pmt
+@pkgdir lib/python3.8/site-packages/gnuradio/modtool/tools
+@pkgdir lib/python3.8/site-packages/gnuradio/modtool/templates
+@pkgdir lib/python3.8/site-packages/gnuradio/modtool/core
+@pkgdir lib/python3.8/site-packages/gnuradio/modtool/cli
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/gui/canvas
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/core/utils/descriptors
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/core/utils/backports
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/core/schema_checker
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/core/ports
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/core/params
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/core/io
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/core/generator/cpp_templates
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/core/blocks
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/converter
+@pkgdir lib/python3.8/site-packages/gnuradio/gr
+@pkgdir lib/python3.8/site-packages/gnuradio/filter
+@pkgdir lib/python3.8/site-packages/gnuradio/fft
+@pkgdir lib/python3.8/site-packages/gnuradio/blocktool/core
+@pkgdir lib/python3.8/site-packages/gnuradio/blocks
+@pkgdir lib/python3.8/site-packages/gnuradio/bindtool/templates
+@pkgdir lib/python3.8/site-packages/gnuradio/bindtool/core
+@pkgdir lib/python3.8/site-packages/gnuradio/audio
+@pkgdir lib/python3.8/site-packages/gnuradio/analog
+@pkgdir include/pmt
+@pkgdir include/gnuradio/thread
+@pkgdir include/gnuradio/messages
+@pkgdir include/gnuradio/filter
+@pkgdir include/gnuradio/fft
+@pkgdir include/gnuradio/blocks
+@pkgdir include/gnuradio/audio
+@pkgdir include/gnuradio/analog
+@pkgdir bin

Index: pkgsrc/ham/gnuradio-companion/Makefile
diff -u pkgsrc/ham/gnuradio-companion/Makefile:1.41 pkgsrc/ham/gnuradio-companion/Makefile:1.42
--- pkgsrc/ham/gnuradio-companion/Makefile:1.41 Fri Jan  1 08:24:46 2021
+++ pkgsrc/ham/gnuradio-companion/Makefile      Wed Apr  7 16:14:07 2021
@@ -1,13 +1,11 @@
-# $NetBSD: Makefile,v 1.41 2021/01/01 08:24:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.42 2021/04/07 16:14:07 tnn Exp $
 
 PKGNAME=       gnuradio-companion-${VERSION}
-PKGREVISION=   2
 COMMENT=       User interface entry of GNU Radio
 
 #CONF_FILES+=  ${EGDIR}/grc.conf       ${PKG_SYSCONFDIR}/grc.conf
 
 DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
-DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 DEPENDS+=      xdg-utils-[0-9]*:../../misc/xdg-utils
 
 REPLACE_BASH=  grc/scripts/freedesktop/grc_setup_freedesktop.in

Index: pkgsrc/ham/gnuradio-companion/PLIST
diff -u pkgsrc/ham/gnuradio-companion/PLIST:1.10 pkgsrc/ham/gnuradio-companion/PLIST:1.11
--- pkgsrc/ham/gnuradio-companion/PLIST:1.10    Sun Aug 30 20:48:22 2020
+++ pkgsrc/ham/gnuradio-companion/PLIST Wed Apr  7 16:14:07 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2020/08/30 20:48:22 tnn Exp $
+@comment $NetBSD: PLIST,v 1.11 2021/04/07 16:14:07 tnn Exp $
 bin/gnuradio-companion
 bin/grcc
 ${PYSITELIB}/gnuradio/grc/__init__.py
@@ -358,6 +358,10 @@ share/gnuradio/grc/blocks/blocks_complex
 share/gnuradio/grc/blocks/blocks_complex_to_real.block.yml
 share/gnuradio/grc/blocks/blocks_conjugate_cc.block.yml
 share/gnuradio/grc/blocks/blocks_copy.block.yml
+share/gnuradio/grc/blocks/blocks_correctiq.block.yml
+share/gnuradio/grc/blocks/blocks_correctiq_auto.block.yml
+share/gnuradio/grc/blocks/blocks_correctiq_man.block.yml
+share/gnuradio/grc/blocks/blocks_correctiq_swapiq.block.yml
 share/gnuradio/grc/blocks/blocks_ctrlport_performance.block.yml
 share/gnuradio/grc/blocks/blocks_ctrlport_probe2_c.block.yml
 share/gnuradio/grc/blocks/blocks_ctrlport_probe2_x.block.yml
@@ -379,6 +383,7 @@ share/gnuradio/grc/blocks/blocks_float_t
 share/gnuradio/grc/blocks/blocks_float_to_int.block.yml
 share/gnuradio/grc/blocks/blocks_float_to_short.block.yml
 share/gnuradio/grc/blocks/blocks_float_uchar.block.yml
+share/gnuradio/grc/blocks/blocks_freqshift_cc.block.yml
 share/gnuradio/grc/blocks/blocks_head.block.yml
 share/gnuradio/grc/blocks/blocks_int_to_float.block.yml
 share/gnuradio/grc/blocks/blocks_integrate_xx.block.yml
@@ -392,8 +397,10 @@ share/gnuradio/grc/blocks/blocks_max_xx.
 share/gnuradio/grc/blocks/blocks_message_debug.block.yml
 share/gnuradio/grc/blocks/blocks_message_strobe.block.yml
 share/gnuradio/grc/blocks/blocks_message_strobe_random.block.yml
+share/gnuradio/grc/blocks/blocks_meta_to_pair.block.yml
 share/gnuradio/grc/blocks/blocks_min_xx.block.yml
 share/gnuradio/grc/blocks/blocks_moving_average_xx.block.yml
+share/gnuradio/grc/blocks/blocks_msg_pair_to_var.block.yml
 share/gnuradio/grc/blocks/blocks_multiply_by_tag_value_cc.block.yml
 share/gnuradio/grc/blocks/blocks_multiply_conjugate_cc.block.yml
 share/gnuradio/grc/blocks/blocks_multiply_const_vxx.block.yml
@@ -416,6 +423,7 @@ share/gnuradio/grc/blocks/blocks_pdu_set
 share/gnuradio/grc/blocks/blocks_pdu_to_tagged_stream.block.yml
 share/gnuradio/grc/blocks/blocks_peak_detector2_fb.block.yml
 share/gnuradio/grc/blocks/blocks_peak_detector_xb.block.yml
+share/gnuradio/grc/blocks/blocks_phase_shift.block.yml
 share/gnuradio/grc/blocks/blocks_plateau_detector_fb.block.yml
 share/gnuradio/grc/blocks/blocks_probe_rate.block.yml
 share/gnuradio/grc/blocks/blocks_probe_signal_vx.block.yml
@@ -432,6 +440,7 @@ share/gnuradio/grc/blocks/blocks_short_t
 share/gnuradio/grc/blocks/blocks_short_to_float.block.yml
 share/gnuradio/grc/blocks/blocks_skiphead.block.yml
 share/gnuradio/grc/blocks/blocks_socket_pdu.block.yml
+share/gnuradio/grc/blocks/blocks_stream_demux.block.yml
 share/gnuradio/grc/blocks/blocks_stream_mux.block.yml
 share/gnuradio/grc/blocks/blocks_stream_to_streams.block.yml
 share/gnuradio/grc/blocks/blocks_stream_to_tagged_stream.block.yml
@@ -462,6 +471,7 @@ share/gnuradio/grc/blocks/blocks_udp_sin
 share/gnuradio/grc/blocks/blocks_udp_source.block.yml
 share/gnuradio/grc/blocks/blocks_unpack_k_bits_bb.block.yml
 share/gnuradio/grc/blocks/blocks_unpacked_to_packed_xx.block.yml
+share/gnuradio/grc/blocks/blocks_var_to_msg.block.yml
 share/gnuradio/grc/blocks/blocks_vco_c.block.yml
 share/gnuradio/grc/blocks/blocks_vco_f.block.yml
 share/gnuradio/grc/blocks/blocks_vector_insert_x.block.yml
@@ -482,6 +492,8 @@ share/gnuradio/grc/blocks/filter_band_pa
 share/gnuradio/grc/blocks/filter_band_reject_filter.block.yml
 share/gnuradio/grc/blocks/filter_dc_blocker_xx.block.yml
 share/gnuradio/grc/blocks/filter_fft_filter_xxx.block.yml
+share/gnuradio/grc/blocks/filter_fft_low_pass_filter.block.yml
+share/gnuradio/grc/blocks/filter_fft_root_raised_cosine_filter.block.yml
 share/gnuradio/grc/blocks/filter_filter_delay_fc.block.yml
 share/gnuradio/grc/blocks/filter_filterbank_vcvcf.block.yml
 share/gnuradio/grc/blocks/filter_fir_filter_xxx.block.yml
@@ -491,6 +503,7 @@ share/gnuradio/grc/blocks/filter_high_pa
 share/gnuradio/grc/blocks/filter_hilbert_fc.block.yml
 share/gnuradio/grc/blocks/filter_iir_filter_xxx.block.yml
 share/gnuradio/grc/blocks/filter_interp_fir_filter_xxx.block.yml
+share/gnuradio/grc/blocks/filter_ival_decimator.block.yml
 share/gnuradio/grc/blocks/filter_low_pass_filter.block.yml
 share/gnuradio/grc/blocks/filter_mmse_interpolator_xx.block.yml
 share/gnuradio/grc/blocks/filter_mmse_resampler_xx.block.yml
@@ -500,7 +513,6 @@ share/gnuradio/grc/blocks/filter_pfb_cha
 share/gnuradio/grc/blocks/filter_pfb_decimator.block.yml
 share/gnuradio/grc/blocks/filter_pfb_interpolator.block.yml
 share/gnuradio/grc/blocks/filter_pfb_synthesizer.block.yml
-share/gnuradio/grc/blocks/filter_rational_resampler_base_xxx.block.yml
 share/gnuradio/grc/blocks/filter_rational_resampler_xxx.block.yml
 share/gnuradio/grc/blocks/filter_root_raised_cosine_filter.block.yml
 share/gnuradio/grc/blocks/filter_single_pole_iir_filter_xx.block.yml
@@ -518,6 +530,7 @@ share/gnuradio/grc/blocks/variable.block
 share/gnuradio/grc/blocks/variable_band_pass_filter_taps.block.yml
 share/gnuradio/grc/blocks/variable_band_reject_filter_taps.block.yml
 share/gnuradio/grc/blocks/variable_config.block.yml
+share/gnuradio/grc/blocks/variable_file_filter_taps.block.yml
 share/gnuradio/grc/blocks/variable_function_probe.block.yml
 share/gnuradio/grc/blocks/variable_high_pass_filter_taps.block.yml
 share/gnuradio/grc/blocks/variable_low_pass_filter_taps.block.yml
@@ -534,13 +547,6 @@ share/gnuradio/grc/freedesktop/grc-icon-
 share/gnuradio/grc/freedesktop/grc-icon-32.png
 share/gnuradio/grc/freedesktop/grc-icon-48.png
 share/gnuradio/grc/freedesktop/grc-icon-64.png
-share/icons/gnome/128x128/apps/gnuradio-grc.png
-share/icons/gnome/16x16/apps/gnuradio-grc.png
-share/icons/gnome/24x24/apps/gnuradio-grc.png
-share/icons/gnome/256x256/apps/gnuradio-grc.png
-share/icons/gnome/32x32/apps/gnuradio-grc.png
-share/icons/gnome/48x48/apps/gnuradio-grc.png
-share/icons/gnome/64x64/apps/gnuradio-grc.png
 share/icons/hicolor/128x128/apps/gnuradio-grc.png
 share/icons/hicolor/16x16/apps/gnuradio-grc.png
 share/icons/hicolor/24x24/apps/gnuradio-grc.png
@@ -548,4 +554,5 @@ share/icons/hicolor/256x256/apps/gnuradi
 share/icons/hicolor/32x32/apps/gnuradio-grc.png
 share/icons/hicolor/48x48/apps/gnuradio-grc.png
 share/icons/hicolor/64x64/apps/gnuradio-grc.png
+share/metainfo/org.gnuradio.grc.metainfo.xml
 share/mime/packages/gnuradio-grc.xml

Index: pkgsrc/ham/gnuradio-core/Makefile
diff -u pkgsrc/ham/gnuradio-core/Makefile:1.77 pkgsrc/ham/gnuradio-core/Makefile:1.78
--- pkgsrc/ham/gnuradio-core/Makefile:1.77      Fri Jan  1 08:24:47 2021
+++ pkgsrc/ham/gnuradio-core/Makefile   Wed Apr  7 16:14:07 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2021/01/01 08:24:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.78 2021/04/07 16:14:07 tnn Exp $
 
 PKGNAME=       gnuradio-core-${VERSION}
-PKGREVISION=   3
 COMMENT=       Core part of GNU Radio, all others need this
 
 PLIST_MINUS=   # empty

Index: pkgsrc/ham/gnuradio-core/Makefile.common
diff -u pkgsrc/ham/gnuradio-core/Makefile.common:1.31 pkgsrc/ham/gnuradio-core/Makefile.common:1.32
--- pkgsrc/ham/gnuradio-core/Makefile.common:1.31       Mon Apr  5 07:02:52 2021
+++ pkgsrc/ham/gnuradio-core/Makefile.common    Wed Apr  7 16:14:07 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.31 2021/04/05 07:02:52 nia Exp $
+# $NetBSD: Makefile.common,v 1.32 2021/04/07 16:14:07 tnn Exp $
 # This Makefile fragment is included in the package Makefiles for
 # GNU Radio distributed packages (they all share common configure and build
 # settings).
@@ -6,6 +6,7 @@
 # used by ham/gnuradio-channels/Makefile
 # used by ham/gnuradio-companion/Makefile
 # used by ham/gnuradio-core/Makefile
+# used by ham/gnuradio-network/Makefile
 # used by ham/gnuradio-ctrlport/Makefile
 # used by ham/gnuradio-digital/Makefile
 # used by ham/gnuradio-doxygen/Makefile
@@ -28,7 +29,7 @@ CATEGORIES+=  ham
 #MASTER_SITES+=        http://gnuradio.org/releases/gnuradio/
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=gnuradio/}
 GITHUB_PROJECT=        gnuradio
-GITHUB_RELEASE=        v${VERSION}
+GITHUB_TAG=    v${VERSION}
 
 MAINTAINER?=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE?=     https://www.gnu.org/software/gnuradio/
@@ -37,23 +38,19 @@ LICENSE=    gnu-gpl-v3
 USE_LANGUAGES=         c c++
 USE_TOOLS=             perl gmake cmake pkg-config
 USE_CMAKE=             yes
-LDFLAGS.NetBSD+=       -lrt
 
-DEPENDS+=      ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah3
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-# gr_filter_design in gnuradio-core ask for:
-DEPENDS+=      ${PYPKGPREFIX}-qwt-qt5-[0-9]*:../../x11/py-qwt-qt5
+DEPENDS+=      ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
+# for companion
+DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 DEPENDS+=      ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
 DEPENDS+=      ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
 DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
-DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
-DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 
 DISTINFO_FILE=         ${.CURDIR}/../../ham/gnuradio-core/distinfo
 PATCHDIR=              ${.CURDIR}/../../ham/gnuradio-core/patches
 
 # see CMakeLists.txt GR_PYTHON_MIN_VERSION
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX}
 PLIST_SUBST+=  PYSITELIB=${PYSITELIB}
@@ -67,6 +64,7 @@ PKG_SYSCONFSUBDIR=    gnuradio/conf.d
 CXXFLAGS+=             -pthread
 CFLAGS+=               -pthread
 LDFLAGS.DragonFly+=    -lboost_system
+LDFLAGS.NetBSD+=       -lrt
 LDFLAGS.SunOS+=                -lboost_system
 CXXFLAGS.SunOS+=       -pthreads
 
@@ -75,10 +73,6 @@ INSTALLATION_DIRS+=  ${EGDIR}
 # --------       R E S E T  CMAKE_ARGS  H E R E  -------------
 CMAKE_ARGS=
 
-# set default as minimum
-# See  http://gnuradio.org/redmine/projects/gnuradio/wiki/BuildGuide
-#      http://gnuradio.org/redmine/projects/gnuradio/wiki/CygwinInstallMain
-
 CMAKE_ARGS+=   -DENABLE_GNURADIO_RUNTIME=ON
 CMAKE_ARGS+=   -DENABLE_GR_ANALOG=ON
 CMAKE_ARGS+=   -DENABLE_GR_AUDIO=ON
@@ -97,6 +91,7 @@ CMAKE_ARGS+=  -DCMAKE_LIBRARY_PATH=${PREF
 CMAKE_ARGS+=   -DCMAKE_INSTALL_RPATH=${PREFIX}/lib:${PREFIX}/lib/portaudio2
 CMAKE_ARGS+=   -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE
 CMAKE_ARGS+=   -DLIBUSB_INCLUDE_DIR=${PREFIX}/include/libusb-1.0
+CMAKE_ARGS+=   -Dpybind11_DIR=${PREFIX}/${PYSITELIB}/pybind11/share/cmake/pybind11
 
 CMAKE_ARGS+=   -DGR_LIBRARY_DIR=${PREFIX}/lib
 CMAKE_ARGS+=   -DGR_PREFSDIR=${PREFIX}/share/gnuradio/examples/
@@ -110,13 +105,6 @@ CMAKE_ARG_PATH=    ../
 
 .include "options.mk"
 
-# Fixes build errors w/ clang
-SUBST_CLASSES+=                boost
-SUBST_MESSAGE.boost=   prepend boost placeholders with namespace
-SUBST_FILES.boost=     */lib/*.cc
-SUBST_SED.boost=       -e 's, _1), boost::placeholders::_1),'
-SUBST_STAGE.boost=     pre-configure
-
 # disable/enable ALSA, see also patches/patch-gr-audio_lib_CMakeLists.txt
 SUBST_CLASSES+=                alsa
 SUBST_MESSAGE.alsa=    Arrange the patched line depepending on alsa is in PKG_OPTIONS or not
@@ -125,11 +113,11 @@ SUBST_FILES.alsa+=        gr-audio/lib/CMakeLis
 SUBST_SED.alsa=                -e 's,@@ALSA@@,${ALSA_ENABLED},'
 SUBST_STAGE.alsa=      pre-configure
 
-SUBST_CLASSES+=                pyvers
-SUBST_FILES.pyvers=    cmake/Modules/FindSphinx.cmake
-SUBST_MESSAGE.pyvers=  Fix SPHINX_EXECUTABLE NAMES(sphinx-build)
-SUBST_VARS.pyvers+=    PYVERSSUFFIX
-SUBST_STAGE.pyvers=    pre-configure
+SUBST_CLASSES+=                prefix
+SUBST_STAGE.prefix=    pre-configure
+SUBST_MESSAGE.prefix=  Substitute PREFIX
+SUBST_FILES.prefix=    gnuradio-runtime/lib/constants.cc.in
+SUBST_VARS.prefix=     PREFIX
 
 REPLACE_PYTHON=                */*.py */*/*.py */*/*/*.py */*/*/*/*.py */*/*/*/*/*.py \
                        */*/*/*/*/*/*.py */*/*/*/*/*/*/*.py */*/*/*/*/*/*/*/*.py
@@ -140,6 +128,7 @@ pre-configure:
 do-install:
        cd ${WRKSRC}/${BUILD_DIRS} && ${GMAKE} DESTDIR=${DESTDIR} install
 
+
 .include       "../../audio/gsm/buildlink3.mk"
 .include       "../../audio/jack/buildlink3.mk"
 .include       "../../audio/portaudio/buildlink3.mk"
@@ -148,14 +137,15 @@ do-install:
 .include       "../../devel/boost-libs/buildlink3.mk"
 .include       "../../devel/cppunit/buildlink3.mk"
 .include       "../../devel/gmp/buildlink3.mk"
-.include       "../../devel/swig3/buildlink3.mk"
-
+BUILDLINK_API_DEPENDS.py-pybind11+=    ${PYPKGPREFIX}-pybind11>=2.6.0
+.include       "../../devel/py-pybind11/buildlink3.mk"
+.include       "../../graphics/cairo/buildlink3.mk"
+.include       "../../graphics/cairo-gobject/buildlink3.mk"
 .include       "../../lang/python/application.mk"
+.include       "../../math/py-numpy/buildlink3.mk"
 .include       "../../math/fftwf/buildlink3.mk"
 .include       "../../math/gsl/buildlink3.mk"
 .include       "../../math/volk/buildlink3.mk"
 .include       "../../textproc/log4cpp/buildlink3.mk"
 .include       "../../textproc/icu/buildlink3.mk"
-.include       "../../graphics/cairo/buildlink3.mk"
-.include       "../../graphics/cairo-gobject/buildlink3.mk"
 .include       "../../x11/gtk3/buildlink3.mk"

Index: pkgsrc/ham/gnuradio-core/PLIST
diff -u pkgsrc/ham/gnuradio-core/PLIST:1.30 pkgsrc/ham/gnuradio-core/PLIST:1.31
--- pkgsrc/ham/gnuradio-core/PLIST:1.30 Sun Aug 30 20:43:46 2020
+++ pkgsrc/ham/gnuradio-core/PLIST      Wed Apr  7 16:14:07 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2020/08/30 20:43:46 tnn Exp $
+@comment $NetBSD: PLIST,v 1.31 2021/04/07 16:14:07 tnn Exp $
 bin/gnuradio-config-info
 bin/gr_filter_design
 include/gnuradio/analog/agc.h
@@ -61,7 +61,6 @@ include/gnuradio/blocks/annotator_alltoa
 include/gnuradio/blocks/annotator_raw.h
 include/gnuradio/blocks/api.h
 include/gnuradio/blocks/argmax.h
-include/gnuradio/blocks/bin_statistics_f.h
 include/gnuradio/blocks/burst_tagger.h
 include/gnuradio/blocks/char_to_float.h
 include/gnuradio/blocks/char_to_short.h
@@ -78,6 +77,10 @@ include/gnuradio/blocks/complex_to_real.
 include/gnuradio/blocks/conjugate_cc.h
 include/gnuradio/blocks/control_loop.h
 include/gnuradio/blocks/copy.h
+include/gnuradio/blocks/correctiq.h
+include/gnuradio/blocks/correctiq_auto.h
+include/gnuradio/blocks/correctiq_man.h
+include/gnuradio/blocks/correctiq_swapiq.h
 include/gnuradio/blocks/count_bits.h
 include/gnuradio/blocks/deinterleave.h
 include/gnuradio/blocks/delay.h
@@ -107,7 +110,6 @@ include/gnuradio/blocks/keep_one_in_n.h
 include/gnuradio/blocks/lfsr_15_1_0.h
 include/gnuradio/blocks/lfsr_32k.h
 include/gnuradio/blocks/lfsr_32k_source_s.h
-include/gnuradio/blocks/log2_const.h
 include/gnuradio/blocks/magphase_to_complex.h
 include/gnuradio/blocks/max_blk.h
 include/gnuradio/blocks/message_debug.h
@@ -139,6 +141,7 @@ include/gnuradio/blocks/pdu_set.h
 include/gnuradio/blocks/pdu_to_tagged_stream.h
 include/gnuradio/blocks/peak_detector.h
 include/gnuradio/blocks/peak_detector2_fb.h
+include/gnuradio/blocks/phase_shift.h
 include/gnuradio/blocks/plateau_detector_fb.h
 include/gnuradio/blocks/probe_rate.h
 include/gnuradio/blocks/probe_signal.h
@@ -157,6 +160,7 @@ include/gnuradio/blocks/short_to_char.h
 include/gnuradio/blocks/short_to_float.h
 include/gnuradio/blocks/skiphead.h
 include/gnuradio/blocks/socket_pdu.h
+include/gnuradio/blocks/stream_demux.h
 include/gnuradio/blocks/stream_mux.h
 include/gnuradio/blocks/stream_to_streams.h
 include/gnuradio/blocks/stream_to_tagged_stream.h
@@ -204,12 +208,10 @@ include/gnuradio/config.h
 include/gnuradio/constants.h
 include/gnuradio/endianness.h
 include/gnuradio/expj.h
-include/gnuradio/feval.h
 include/gnuradio/fft/api.h
 include/gnuradio/fft/fft.h
 include/gnuradio/fft/fft_shift.h
-include/gnuradio/fft/fft_vcc.h
-include/gnuradio/fft/fft_vfc.h
+include/gnuradio/fft/fft_v.h
 include/gnuradio/fft/goertzel.h
 include/gnuradio/fft/goertzel_fc.h
 include/gnuradio/fft/window.h
@@ -237,6 +239,7 @@ include/gnuradio/filter/iir_filter_ccz.h
 include/gnuradio/filter/iir_filter_ffd.h
 include/gnuradio/filter/interp_fir_filter.h
 include/gnuradio/filter/interpolator_taps.h
+include/gnuradio/filter/ival_decimator.h
 include/gnuradio/filter/mmse_fir_interpolator_cc.h
 include/gnuradio/filter/mmse_fir_interpolator_ff.h
 include/gnuradio/filter/mmse_interp_differentiator_cc.h
@@ -255,7 +258,7 @@ include/gnuradio/filter/pfb_interpolator
 include/gnuradio/filter/pfb_synthesizer_ccf.h
 include/gnuradio/filter/pm_remez.h
 include/gnuradio/filter/polyphase_filterbank.h
-include/gnuradio/filter/rational_resampler_base.h
+include/gnuradio/filter/rational_resampler.h
 include/gnuradio/filter/single_pole_iir.h
 include/gnuradio/filter/single_pole_iir_filter_cc.h
 include/gnuradio/filter/single_pole_iir_filter_ff.h
@@ -266,6 +269,7 @@ include/gnuradio/fxpt_vco.h
 include/gnuradio/gr_complex.h
 include/gnuradio/hier_block2.h
 include/gnuradio/high_res_timer.h
+include/gnuradio/integer_math.h
 include/gnuradio/io_signature.h
 include/gnuradio/logger.h
 include/gnuradio/math.h
@@ -281,11 +285,9 @@ include/gnuradio/msg_handler.h
 include/gnuradio/msg_queue.h
 include/gnuradio/nco.h
 include/gnuradio/prefs.h
-include/gnuradio/py_feval.h
 include/gnuradio/pycallback_object.h
 include/gnuradio/random.h
 include/gnuradio/realtime.h
-include/gnuradio/realtime_impl.h
 include/gnuradio/rpccallbackregister_base.h
 include/gnuradio/rpcmanager.h
 include/gnuradio/rpcmanager_base.h
@@ -298,68 +300,6 @@ include/gnuradio/rpcserver_selector.h
 include/gnuradio/runtime_types.h
 include/gnuradio/sincos.h
 include/gnuradio/sptr_magic.h
-include/gnuradio/swig/analog_swig.i
-include/gnuradio/swig/analog_swig_doc.i
-include/gnuradio/swig/audio_swig.i
-include/gnuradio/swig/audio_swig_doc.i
-include/gnuradio/swig/basic_block.i
-include/gnuradio/swig/block.i
-include/gnuradio/swig/block_detail.i
-include/gnuradio/swig/block_gateway.i
-include/gnuradio/swig/blocks_swig0.i
-include/gnuradio/swig/blocks_swig0_doc.i
-include/gnuradio/swig/blocks_swig1.i
-include/gnuradio/swig/blocks_swig10.i
-include/gnuradio/swig/blocks_swig10_doc.i
-include/gnuradio/swig/blocks_swig1_doc.i
-include/gnuradio/swig/blocks_swig2.i
-include/gnuradio/swig/blocks_swig2_doc.i
-include/gnuradio/swig/blocks_swig3.i
-include/gnuradio/swig/blocks_swig3_doc.i
-include/gnuradio/swig/blocks_swig4.i
-include/gnuradio/swig/blocks_swig4_doc.i
-include/gnuradio/swig/blocks_swig5.i
-include/gnuradio/swig/blocks_swig5_doc.i
-include/gnuradio/swig/blocks_swig6.i
-include/gnuradio/swig/blocks_swig6_doc.i
-include/gnuradio/swig/blocks_swig7.i
-include/gnuradio/swig/blocks_swig7_doc.i
-include/gnuradio/swig/blocks_swig8.i
-include/gnuradio/swig/blocks_swig8_doc.i
-include/gnuradio/swig/blocks_swig9.i
-include/gnuradio/swig/blocks_swig9_doc.i
-include/gnuradio/swig/buffer.i
-include/gnuradio/swig/constants.i
-include/gnuradio/swig/feval.i
-include/gnuradio/swig/fft_swig.i
-include/gnuradio/swig/fft_swig_doc.i
-include/gnuradio/swig/filter_swig.i
-include/gnuradio/swig/gnuradio.i
-include/gnuradio/swig/gr_ctrlport.i
-include/gnuradio/swig/gr_extras.i
-include/gnuradio/swig/gr_filter_swig_doc.i
-include/gnuradio/swig/gr_logger.i
-include/gnuradio/swig/gr_shared_ptr.i
-include/gnuradio/swig/gr_swig_block_magic.i
-include/gnuradio/swig/gr_types.i
-include/gnuradio/swig/hier_block2.i
-include/gnuradio/swig/io_signature.i
-include/gnuradio/swig/message.i
-include/gnuradio/swig/msg_handler.i
-include/gnuradio/swig/msg_queue.i
-include/gnuradio/swig/pmt_swig.i
-include/gnuradio/swig/pmt_swig_doc.i
-include/gnuradio/swig/prefs.i
-include/gnuradio/swig/py3compat.i
-include/gnuradio/swig/realtime.i
-include/gnuradio/swig/runtime_swig.i
-include/gnuradio/swig/runtime_swig_doc.i
-include/gnuradio/swig/sync_block.i
-include/gnuradio/swig/sync_decimator.i
-include/gnuradio/swig/sync_interpolator.i
-include/gnuradio/swig/tagged_stream_block.i
-include/gnuradio/swig/tags.i
-include/gnuradio/swig/top_block.i
 include/gnuradio/sync_block.h
 include/gnuradio/sync_decimator.h
 include/gnuradio/sync_interpolator.h
@@ -386,21 +326,21 @@ lib/cmake/gnuradio/FindALSA.cmake
 lib/cmake/gnuradio/FindCodec2.cmake
 lib/cmake/gnuradio/FindFFTW3f.cmake
 lib/cmake/gnuradio/FindGMP.cmake
-lib/cmake/gnuradio/FindGSL.cmake
 lib/cmake/gnuradio/FindGSM.cmake
 lib/cmake/gnuradio/FindGit.cmake
 lib/cmake/gnuradio/FindJACK.cmake
 lib/cmake/gnuradio/FindLOG4CPP.cmake
 lib/cmake/gnuradio/FindMPIR.cmake
 lib/cmake/gnuradio/FindMPLIB.cmake
+lib/cmake/gnuradio/FindMathJax2.cmake
 lib/cmake/gnuradio/FindOSS.cmake
 lib/cmake/gnuradio/FindPORTAUDIO.cmake
 lib/cmake/gnuradio/FindQwt.cmake
-lib/cmake/gnuradio/FindSWIG.cmake
-lib/cmake/gnuradio/FindSphinx.cmake
+lib/cmake/gnuradio/FindSNDFILE.cmake
 lib/cmake/gnuradio/FindTHRIFT.cmake
 lib/cmake/gnuradio/FindUHD.cmake
 lib/cmake/gnuradio/FindZeroMQ.cmake
+lib/cmake/gnuradio/Findlibunwind.cmake
 lib/cmake/gnuradio/GnuradioConfig.cmake
 lib/cmake/gnuradio/GnuradioConfigVersion.cmake
 lib/cmake/gnuradio/GrBoost.cmake
@@ -408,12 +348,11 @@ lib/cmake/gnuradio/GrBuildTypes.cmake
 lib/cmake/gnuradio/GrComponent.cmake
 lib/cmake/gnuradio/GrMiscUtils.cmake
 lib/cmake/gnuradio/GrPlatform.cmake
+lib/cmake/gnuradio/GrPybind.cmake
 lib/cmake/gnuradio/GrPython.cmake
-lib/cmake/gnuradio/GrSwig.cmake
 lib/cmake/gnuradio/GrTest.cmake
 lib/cmake/gnuradio/GrVersion.cmake
 lib/cmake/gnuradio/LibFindMacros.cmake
-lib/cmake/gnuradio/UseSWIG.cmake
 lib/cmake/gnuradio/gnuradio-analogConfig.cmake
 lib/cmake/gnuradio/gnuradio-analogTargets-release.cmake
 lib/cmake/gnuradio/gnuradio-analogTargets.cmake
@@ -435,28 +374,26 @@ lib/cmake/gnuradio/gnuradio-pmtTargets.c
 lib/cmake/gnuradio/gnuradio-runtimeConfig.cmake
 lib/cmake/gnuradio/gnuradio-runtimeTargets-release.cmake
 lib/cmake/gnuradio/gnuradio-runtimeTargets.cmake
-lib/cmake/gnuradio/runtime_swigTargets-release.cmake
-lib/cmake/gnuradio/runtime_swigTargets.cmake
 lib/libgnuradio-analog.so
-lib/libgnuradio-analog.so.3.8.1
+lib/libgnuradio-analog.so.3.9.1
 lib/libgnuradio-analog.so.${PKGVERSION}
 lib/libgnuradio-audio.so
-lib/libgnuradio-audio.so.3.8.1
+lib/libgnuradio-audio.so.3.9.1
 lib/libgnuradio-audio.so.${PKGVERSION}
 lib/libgnuradio-blocks.so
-lib/libgnuradio-blocks.so.3.8.1
+lib/libgnuradio-blocks.so.3.9.1
 lib/libgnuradio-blocks.so.${PKGVERSION}
 lib/libgnuradio-fft.so
-lib/libgnuradio-fft.so.3.8.1
+lib/libgnuradio-fft.so.3.9.1
 lib/libgnuradio-fft.so.${PKGVERSION}
 lib/libgnuradio-filter.so
-lib/libgnuradio-filter.so.3.8.1
+lib/libgnuradio-filter.so.3.9.1
 lib/libgnuradio-filter.so.${PKGVERSION}
 lib/libgnuradio-pmt.so
-lib/libgnuradio-pmt.so.3.8.1
+lib/libgnuradio-pmt.so.3.9.1
 lib/libgnuradio-pmt.so.${PKGVERSION}
 lib/libgnuradio-runtime.so
-lib/libgnuradio-runtime.so.3.8.1
+lib/libgnuradio-runtime.so.3.9.1
 lib/libgnuradio-runtime.so.${PKGVERSION}
 lib/pkgconfig/gnuradio-analog.pc
 lib/pkgconfig/gnuradio-audio.pc
@@ -470,13 +407,10 @@ ${PYSITELIB}/gnuradio/__init__.pyo
 ${PYSITELIB}/gnuradio/analog/__init__.py
 ${PYSITELIB}/gnuradio/analog/__init__.pyc
 ${PYSITELIB}/gnuradio/analog/__init__.pyo
-${PYSITELIB}/gnuradio/analog/_analog_swig.so
 ${PYSITELIB}/gnuradio/analog/am_demod.py
 ${PYSITELIB}/gnuradio/analog/am_demod.pyc
 ${PYSITELIB}/gnuradio/analog/am_demod.pyo
-${PYSITELIB}/gnuradio/analog/analog_swig.py
-${PYSITELIB}/gnuradio/analog/analog_swig.pyc
-${PYSITELIB}/gnuradio/analog/analog_swig.pyo
+${PYSITELIB}/gnuradio/analog/analog_python.so
 ${PYSITELIB}/gnuradio/analog/fm_demod.py
 ${PYSITELIB}/gnuradio/analog/fm_demod.pyc
 ${PYSITELIB}/gnuradio/analog/fm_demod.pyo
@@ -507,66 +441,26 @@ ${PYSITELIB}/gnuradio/analog/wfm_tx.pyo
 ${PYSITELIB}/gnuradio/audio/__init__.py
 ${PYSITELIB}/gnuradio/audio/__init__.pyc
 ${PYSITELIB}/gnuradio/audio/__init__.pyo
-${PYSITELIB}/gnuradio/audio/_audio_swig.so
-${PYSITELIB}/gnuradio/audio/audio_swig.py
-${PYSITELIB}/gnuradio/audio/audio_swig.pyc
-${PYSITELIB}/gnuradio/audio/audio_swig.pyo
+${PYSITELIB}/gnuradio/audio/audio_python.so
 ${PYSITELIB}/gnuradio/blocks/__init__.py
 ${PYSITELIB}/gnuradio/blocks/__init__.pyc
 ${PYSITELIB}/gnuradio/blocks/__init__.pyo
-${PYSITELIB}/gnuradio/blocks/_blocks_swig0.so
-${PYSITELIB}/gnuradio/blocks/_blocks_swig1.so
-${PYSITELIB}/gnuradio/blocks/_blocks_swig10.so
-${PYSITELIB}/gnuradio/blocks/_blocks_swig2.so
-${PYSITELIB}/gnuradio/blocks/_blocks_swig3.so
-${PYSITELIB}/gnuradio/blocks/_blocks_swig4.so
-${PYSITELIB}/gnuradio/blocks/_blocks_swig5.so
-${PYSITELIB}/gnuradio/blocks/_blocks_swig6.so
-${PYSITELIB}/gnuradio/blocks/_blocks_swig7.so
-${PYSITELIB}/gnuradio/blocks/_blocks_swig8.so
-${PYSITELIB}/gnuradio/blocks/_blocks_swig9.so
-${PYSITELIB}/gnuradio/blocks/blocks_swig.py
-${PYSITELIB}/gnuradio/blocks/blocks_swig.pyc
-${PYSITELIB}/gnuradio/blocks/blocks_swig.pyo
-${PYSITELIB}/gnuradio/blocks/blocks_swig0.py
-${PYSITELIB}/gnuradio/blocks/blocks_swig0.pyc
-${PYSITELIB}/gnuradio/blocks/blocks_swig0.pyo
-${PYSITELIB}/gnuradio/blocks/blocks_swig1.py
-${PYSITELIB}/gnuradio/blocks/blocks_swig1.pyc
-${PYSITELIB}/gnuradio/blocks/blocks_swig1.pyo
-${PYSITELIB}/gnuradio/blocks/blocks_swig10.py
-${PYSITELIB}/gnuradio/blocks/blocks_swig10.pyc
-${PYSITELIB}/gnuradio/blocks/blocks_swig10.pyo
-${PYSITELIB}/gnuradio/blocks/blocks_swig2.py
-${PYSITELIB}/gnuradio/blocks/blocks_swig2.pyc
-${PYSITELIB}/gnuradio/blocks/blocks_swig2.pyo
-${PYSITELIB}/gnuradio/blocks/blocks_swig3.py
-${PYSITELIB}/gnuradio/blocks/blocks_swig3.pyc
-${PYSITELIB}/gnuradio/blocks/blocks_swig3.pyo
-${PYSITELIB}/gnuradio/blocks/blocks_swig4.py
-${PYSITELIB}/gnuradio/blocks/blocks_swig4.pyc
-${PYSITELIB}/gnuradio/blocks/blocks_swig4.pyo
-${PYSITELIB}/gnuradio/blocks/blocks_swig5.py
-${PYSITELIB}/gnuradio/blocks/blocks_swig5.pyc
-${PYSITELIB}/gnuradio/blocks/blocks_swig5.pyo
-${PYSITELIB}/gnuradio/blocks/blocks_swig6.py
-${PYSITELIB}/gnuradio/blocks/blocks_swig6.pyc
-${PYSITELIB}/gnuradio/blocks/blocks_swig6.pyo
-${PYSITELIB}/gnuradio/blocks/blocks_swig7.py
-${PYSITELIB}/gnuradio/blocks/blocks_swig7.pyc
-${PYSITELIB}/gnuradio/blocks/blocks_swig7.pyo
-${PYSITELIB}/gnuradio/blocks/blocks_swig8.py
-${PYSITELIB}/gnuradio/blocks/blocks_swig8.pyc
-${PYSITELIB}/gnuradio/blocks/blocks_swig8.pyo
-${PYSITELIB}/gnuradio/blocks/blocks_swig9.py
-${PYSITELIB}/gnuradio/blocks/blocks_swig9.pyc
-${PYSITELIB}/gnuradio/blocks/blocks_swig9.pyo
+${PYSITELIB}/gnuradio/blocks/blocks_python.so
+${PYSITELIB}/gnuradio/blocks/msg_meta_to_pair.py
+${PYSITELIB}/gnuradio/blocks/msg_meta_to_pair.pyc
+${PYSITELIB}/gnuradio/blocks/msg_meta_to_pair.pyo
+${PYSITELIB}/gnuradio/blocks/msg_pair_to_var.py
+${PYSITELIB}/gnuradio/blocks/msg_pair_to_var.pyc
+${PYSITELIB}/gnuradio/blocks/msg_pair_to_var.pyo
 ${PYSITELIB}/gnuradio/blocks/parse_file_metadata.py
 ${PYSITELIB}/gnuradio/blocks/parse_file_metadata.pyc
 ${PYSITELIB}/gnuradio/blocks/parse_file_metadata.pyo
 ${PYSITELIB}/gnuradio/blocks/stream_to_vector_decimator.py
 ${PYSITELIB}/gnuradio/blocks/stream_to_vector_decimator.pyc
 ${PYSITELIB}/gnuradio/blocks/stream_to_vector_decimator.pyo
+${PYSITELIB}/gnuradio/blocks/var_to_msg.py
+${PYSITELIB}/gnuradio/blocks/var_to_msg.pyc
+${PYSITELIB}/gnuradio/blocks/var_to_msg.pyo
 ${PYSITELIB}/gnuradio/eng_arg.py
 ${PYSITELIB}/gnuradio/eng_arg.pyc
 ${PYSITELIB}/gnuradio/eng_arg.pyo
@@ -579,10 +473,13 @@ ${PYSITELIB}/gnuradio/eng_option.pyo
 ${PYSITELIB}/gnuradio/fft/__init__.py
 ${PYSITELIB}/gnuradio/fft/__init__.pyc
 ${PYSITELIB}/gnuradio/fft/__init__.pyo
-${PYSITELIB}/gnuradio/fft/_fft_swig.so
-${PYSITELIB}/gnuradio/fft/fft_swig.py
-${PYSITELIB}/gnuradio/fft/fft_swig.pyc
-${PYSITELIB}/gnuradio/fft/fft_swig.pyo
+${PYSITELIB}/gnuradio/fft/fft_python.so
+${PYSITELIB}/gnuradio/fft/fft_vcc.py
+${PYSITELIB}/gnuradio/fft/fft_vcc.pyc
+${PYSITELIB}/gnuradio/fft/fft_vcc.pyo
+${PYSITELIB}/gnuradio/fft/fft_vfc.py
+${PYSITELIB}/gnuradio/fft/fft_vfc.pyc
+${PYSITELIB}/gnuradio/fft/fft_vfc.pyo
 ${PYSITELIB}/gnuradio/fft/logpwrfft.py
 ${PYSITELIB}/gnuradio/fft/logpwrfft.pyc
 ${PYSITELIB}/gnuradio/fft/logpwrfft.pyo
@@ -595,7 +492,6 @@ ${PYSITELIB}/gnuradio/filter/GrFilterPlo
 ${PYSITELIB}/gnuradio/filter/__init__.py
 ${PYSITELIB}/gnuradio/filter/__init__.pyc
 ${PYSITELIB}/gnuradio/filter/__init__.pyo
-${PYSITELIB}/gnuradio/filter/_filter_swig.so
 ${PYSITELIB}/gnuradio/filter/api_object.py
 ${PYSITELIB}/gnuradio/filter/api_object.pyc
 ${PYSITELIB}/gnuradio/filter/api_object.pyo
@@ -605,12 +501,13 @@ ${PYSITELIB}/gnuradio/filter/bandgraphic
 ${PYSITELIB}/gnuradio/filter/banditems.py
 ${PYSITELIB}/gnuradio/filter/banditems.pyc
 ${PYSITELIB}/gnuradio/filter/banditems.pyo
+${PYSITELIB}/gnuradio/filter/file_taps_loader.py
+${PYSITELIB}/gnuradio/filter/file_taps_loader.pyc
+${PYSITELIB}/gnuradio/filter/file_taps_loader.pyo
 ${PYSITELIB}/gnuradio/filter/filter_design.py
 ${PYSITELIB}/gnuradio/filter/filter_design.pyc
 ${PYSITELIB}/gnuradio/filter/filter_design.pyo
-${PYSITELIB}/gnuradio/filter/filter_swig.py
-${PYSITELIB}/gnuradio/filter/filter_swig.pyc
-${PYSITELIB}/gnuradio/filter/filter_swig.pyo
+${PYSITELIB}/gnuradio/filter/filter_python.so
 ${PYSITELIB}/gnuradio/filter/filterbank.py
 ${PYSITELIB}/gnuradio/filter/filterbank.pyc
 ${PYSITELIB}/gnuradio/filter/filterbank.pyo
@@ -638,19 +535,16 @@ ${PYSITELIB}/gnuradio/filter/polezero_pl
 ${PYSITELIB}/gnuradio/filter/pyqt_filter_stacked.py
 ${PYSITELIB}/gnuradio/filter/pyqt_filter_stacked.pyc
 ${PYSITELIB}/gnuradio/filter/pyqt_filter_stacked.pyo
-${PYSITELIB}/gnuradio/filter/rational_resampler.py
-${PYSITELIB}/gnuradio/filter/rational_resampler.pyc
-${PYSITELIB}/gnuradio/filter/rational_resampler.pyo
 ${PYSITELIB}/gnuradio/gr/__init__.py
 ${PYSITELIB}/gnuradio/gr/__init__.pyc
 ${PYSITELIB}/gnuradio/gr/__init__.pyo
-${PYSITELIB}/gnuradio/gr/_runtime_swig.so
 ${PYSITELIB}/gnuradio/gr/exceptions.py
 ${PYSITELIB}/gnuradio/gr/exceptions.pyc
 ${PYSITELIB}/gnuradio/gr/exceptions.pyo
 ${PYSITELIB}/gnuradio/gr/gateway.py
 ${PYSITELIB}/gnuradio/gr/gateway.pyc
 ${PYSITELIB}/gnuradio/gr/gateway.pyo
+${PYSITELIB}/gnuradio/gr/gr_python.so
 ${PYSITELIB}/gnuradio/gr/hier_block2.py
 ${PYSITELIB}/gnuradio/gr/hier_block2.pyc
 ${PYSITELIB}/gnuradio/gr/hier_block2.pyo
@@ -660,9 +554,6 @@ ${PYSITELIB}/gnuradio/gr/packet_utils.py
 ${PYSITELIB}/gnuradio/gr/pubsub.py
 ${PYSITELIB}/gnuradio/gr/pubsub.pyc
 ${PYSITELIB}/gnuradio/gr/pubsub.pyo
-${PYSITELIB}/gnuradio/gr/runtime_swig.py
-${PYSITELIB}/gnuradio/gr/runtime_swig.pyc
-${PYSITELIB}/gnuradio/gr/runtime_swig.pyo
 ${PYSITELIB}/gnuradio/gr/tag_utils.py
 ${PYSITELIB}/gnuradio/gr/tag_utils.pyc
 ${PYSITELIB}/gnuradio/gr/tag_utils.pyo
@@ -672,59 +563,29 @@ ${PYSITELIB}/gnuradio/gr/top_block.pyo
 ${PYSITELIB}/gnuradio/gr_unittest.py
 ${PYSITELIB}/gnuradio/gr_unittest.pyc
 ${PYSITELIB}/gnuradio/gr_unittest.pyo
-${PYSITELIB}/gnuradio/gru/__init__.py
-${PYSITELIB}/gnuradio/gru/__init__.pyc
-${PYSITELIB}/gnuradio/gru/__init__.pyo
-${PYSITELIB}/gnuradio/gru/daemon.py
-${PYSITELIB}/gnuradio/gru/daemon.pyc
-${PYSITELIB}/gnuradio/gru/daemon.pyo
-${PYSITELIB}/gnuradio/gru/freqz.py
-${PYSITELIB}/gnuradio/gru/freqz.pyc
-${PYSITELIB}/gnuradio/gru/freqz.pyo
-${PYSITELIB}/gnuradio/gru/gnuplot_freqz.py
-${PYSITELIB}/gnuradio/gru/gnuplot_freqz.pyc
-${PYSITELIB}/gnuradio/gru/gnuplot_freqz.pyo
-${PYSITELIB}/gnuradio/gru/hexint.py
-${PYSITELIB}/gnuradio/gru/hexint.pyc
-${PYSITELIB}/gnuradio/gru/hexint.pyo
-${PYSITELIB}/gnuradio/gru/listmisc.py
-${PYSITELIB}/gnuradio/gru/listmisc.pyc
-${PYSITELIB}/gnuradio/gru/listmisc.pyo
-${PYSITELIB}/gnuradio/gru/mathmisc.py
-${PYSITELIB}/gnuradio/gru/mathmisc.pyc
-${PYSITELIB}/gnuradio/gru/mathmisc.pyo
-${PYSITELIB}/gnuradio/gru/msgq_runner.py
-${PYSITELIB}/gnuradio/gru/msgq_runner.pyc
-${PYSITELIB}/gnuradio/gru/msgq_runner.pyo
-${PYSITELIB}/gnuradio/gru/os_read_exactly.py
-${PYSITELIB}/gnuradio/gru/os_read_exactly.pyc
-${PYSITELIB}/gnuradio/gru/os_read_exactly.pyo
-${PYSITELIB}/gnuradio/gru/seq_with_cursor.py
-${PYSITELIB}/gnuradio/gru/seq_with_cursor.pyc
-${PYSITELIB}/gnuradio/gru/seq_with_cursor.pyo
-${PYSITELIB}/gnuradio/gru/socket_stuff.py
-${PYSITELIB}/gnuradio/gru/socket_stuff.pyc
-${PYSITELIB}/gnuradio/gru/socket_stuff.pyo
 ${PYSITELIB}/pmt/__init__.py
 ${PYSITELIB}/pmt/__init__.pyc
 ${PYSITELIB}/pmt/__init__.pyo
-${PYSITELIB}/pmt/_pmt_swig.so
-${PYSITELIB}/pmt/pmt_swig.py
-${PYSITELIB}/pmt/pmt_swig.pyc
-${PYSITELIB}/pmt/pmt_swig.pyo
+${PYSITELIB}/pmt/pmt_python.so
 ${PYSITELIB}/pmt/pmt_to_python.py
 ${PYSITELIB}/pmt/pmt_to_python.pyc
 ${PYSITELIB}/pmt/pmt_to_python.pyo
 share/doc/gnuradio-${PKGVERSION}/CHANGELOG.md
+share/doc/gnuradio-${PKGVERSION}/CONTRIBUTING.md
 share/doc/gnuradio-${PKGVERSION}/README.analog
 share/doc/gnuradio-${PKGVERSION}/README.audio
 share/doc/gnuradio-${PKGVERSION}/README.blocks
 share/doc/gnuradio-${PKGVERSION}/README.fft
 share/doc/gnuradio-${PKGVERSION}/README.filter
-share/doc/gnuradio-${PKGVERSION}/README.hacking
 share/doc/gnuradio-${PKGVERSION}/README.md
+share/gnuradio/clang-format.conf
+share/gnuradio/examples/analog/USRP_FM_stereo.grc
+share/gnuradio/examples/analog/fm_demod.py
+share/gnuradio/examples/analog/fm_rx.grc
+share/gnuradio/examples/analog/fm_tx.grc
 share/gnuradio/examples/analog/fmtest.py
 share/gnuradio/examples/analog/noise_power.grc
+share/gnuradio/examples/analog/sig_source_msg_ports.grc
 share/gnuradio/examples/audio/audio_copy.py
 share/gnuradio/examples/audio/audio_play.py
 share/gnuradio/examples/audio/audio_to_file.py
@@ -732,7 +593,6 @@ share/gnuradio/examples/audio/cvsd_sweep
 share/gnuradio/examples/audio/dial_tone
 share/gnuradio/examples/audio/dial_tone.grc
 share/gnuradio/examples/audio/dial_tone.py
-share/gnuradio/examples/audio/dial_tone_daemon.py
 share/gnuradio/examples/audio/dial_tone_wav.py
 share/gnuradio/examples/audio/mono_tone.py
 share/gnuradio/examples/audio/multi_tone.py
@@ -740,16 +600,22 @@ share/gnuradio/examples/audio/noise.py
 share/gnuradio/examples/audio/spectrum_inversion.py
 share/gnuradio/examples/audio/test_resampler.py
 share/gnuradio/examples/blocks/matrix_multiplexer.grc
+share/gnuradio/examples/blocks/msg_to_var.grc
 share/gnuradio/examples/blocks/peak_detector2.grc
 share/gnuradio/examples/blocks/py_snippets_demo.grc
 share/gnuradio/examples/blocks/selector.grc
-share/gnuradio/examples/blocks/test_stream_mux_tags.grc
+share/gnuradio/examples/blocks/stream_demux_demo.grc
+share/gnuradio/examples/blocks/stream_mux_demo.grc
+share/gnuradio/examples/blocks/var_to_msg.grc
 share/gnuradio/examples/blocks/vector_source_with_tags.grc
+share/gnuradio/examples/filter/benchmark_filters.py
 share/gnuradio/examples/filter/channelize.py
 share/gnuradio/examples/filter/chirp_channelize.py
 share/gnuradio/examples/filter/decimate.py
 share/gnuradio/examples/filter/fft_filter_ccc.py
 share/gnuradio/examples/filter/filter_taps.grc
+share/gnuradio/examples/filter/filter_taps_example_complex_bandpass_taps
+share/gnuradio/examples/filter/filter_taps_loader.grc
 share/gnuradio/examples/filter/fir_filter_ccc.py
 share/gnuradio/examples/filter/fir_filter_fff.py
 share/gnuradio/examples/filter/gr_filtdes_api.py
@@ -757,6 +623,7 @@ share/gnuradio/examples/filter/gr_filtde
 share/gnuradio/examples/filter/gr_filtdes_live_upd.py
 share/gnuradio/examples/filter/gr_filtdes_restrict.py
 share/gnuradio/examples/filter/interpolate.py
+share/gnuradio/examples/filter/polyphase_channelizer_demo.grc
 share/gnuradio/examples/filter/reconstruction.py
 share/gnuradio/examples/filter/resampler.py
 share/gnuradio/examples/filter/resampler_demo.grc
@@ -764,6 +631,7 @@ share/gnuradio/examples/filter/synth_fil
 share/gnuradio/examples/filter/synth_to_chan.py
 share/gnuradio/examples/gnuradio-runtime.conf
 share/gnuradio/examples/gr-audio-jack.conf
+share/gnuradio/examples/gr-audio-oss.conf
 share/gnuradio/examples/gr-audio-portaudio.conf
 share/gnuradio/examples/gr-audio.conf
 share/gnuradio/examples/gr_log_default.conf
@@ -783,7 +651,9 @@ share/gnuradio/examples/network/dial_ton
 share/gnuradio/examples/network/dial_tone_source.py
 share/gnuradio/examples/network/vector_sink.py
 share/gnuradio/examples/network/vector_source.py
+share/gnuradio/examples/tags/tagged_file_sink.grc
 share/gnuradio/examples/tags/test_file_tags.py
+share/gnuradio/examples/tags/test_tag_prop.grc
 share/gnuradio/examples/tags/uhd_burst_detector.py
 share/gnuradio/examples/volk_benchmark/README
 share/gnuradio/examples/volk_benchmark/volk_math.py
Index: pkgsrc/ham/gnuradio-core/buildlink3.mk
diff -u pkgsrc/ham/gnuradio-core/buildlink3.mk:1.30 pkgsrc/ham/gnuradio-core/buildlink3.mk:1.31
--- pkgsrc/ham/gnuradio-core/buildlink3.mk:1.30 Sun Aug 30 20:43:46 2020
+++ pkgsrc/ham/gnuradio-core/buildlink3.mk      Wed Apr  7 16:14:07 2021
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.30 2020/08/30 20:43:46 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.31 2021/04/07 16:14:07 tnn Exp $
 
 BUILDLINK_TREE+=       gnuradio-core
 
 .if !defined(GNURADIO_CORE_BUILDLINK3_MK)
 GNURADIO_CORE_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.gnuradio-core+=  gnuradio-core>=3.8.1.0
-BUILDLINK_ABI_DEPENDS.gnuradio-core+=  gnuradio-core>=3.8.1.0
+BUILDLINK_API_DEPENDS.gnuradio-core+=  gnuradio-core>=3.9.1.0
+BUILDLINK_ABI_DEPENDS.gnuradio-core+=  gnuradio-core>=3.9.1.0
 BUILDLINK_PKGSRCDIR.gnuradio-core?=    ../../ham/gnuradio-core
 
 .include "../../devel/gmp/buildlink3.mk"

Index: pkgsrc/ham/gnuradio-core/distinfo
diff -u pkgsrc/ham/gnuradio-core/distinfo:1.40 pkgsrc/ham/gnuradio-core/distinfo:1.41
--- pkgsrc/ham/gnuradio-core/distinfo:1.40      Sun Nov 29 22:35:47 2020
+++ pkgsrc/ham/gnuradio-core/distinfo   Wed Apr  7 16:14:07 2021
@@ -1,12 +1,9 @@
-$NetBSD: distinfo,v 1.40 2020/11/29 22:35:47 dbj Exp $
+$NetBSD: distinfo,v 1.41 2021/04/07 16:14:07 tnn Exp $
 
-SHA1 (gnuradio-3.8.1.0.tar.gz) = d01a97bc06ac2543e393dc0b7df629f9a4fb07d4
-RMD160 (gnuradio-3.8.1.0.tar.gz) = 6b6c96a7942ae1a42aff2ac4f70fb761b735864a
-SHA512 (gnuradio-3.8.1.0.tar.gz) = d1ada5b36c32aefd5915e4aa33beafd06aaaa00654f5a9f126bc9068f9e607580660bd5c57177503c3c29c23e9f3f4bc0f9c6c394a6f4bb003f6ffdf520eb2e0
-Size (gnuradio-3.8.1.0.tar.gz) = 3567141 bytes
-SHA1 (patch-cmake_Modules_FindSphinx.cmake) = 1e42ad000962f4766810fbd322c80dad1f0b1c3c
-SHA1 (patch-gnuradio_runtime_include_gnuradio_high__res__timer__h) = 59ad8192e7ac76b2ce35cda68c378bc2abad20a5
+SHA1 (gnuradio-3.9.1.0.tar.gz) = 058f77b2ca3412003d56f8f6a6676bfd6e4d6332
+RMD160 (gnuradio-3.9.1.0.tar.gz) = f9f8cb138f0a62592f31b6af4ed378ac9a797163
+SHA512 (gnuradio-3.9.1.0.tar.gz) = 01baf79cb77e093f845d223c12f6ec1a70ada297022b6ed7d17485e1e3143ee8655ef93e62561d2b5daa38518e8f6a5bda98c53b613ceced0e3bbe5051279514
+Size (gnuradio-3.9.1.0.tar.gz) = 4127980 bytes
+SHA1 (patch-gnuradio-runtime_lib_constants.cc.in) = e3ca88db06eef0a38387ddbfbd9a4d3b6262b9a6
 SHA1 (patch-gr-audio_lib_CMakeLists.txt) = 9adacb93a20b2be596a23985306cbfd5f93c80a8
-SHA1 (patch-gr-audio_lib_alsa_alsa__impl_h) = 565b4ada865395f19228511659bfc489a5a9583f
-SHA1 (patch-gr-digital_lib_map__bb__impl.cc) = da52d58b1c2779650670bf80a1aa91e60637e4dc
-SHA1 (patch-grc_scripts_gnuradio-companion) = 852f520670c0b9ec822b88aea331a1e052175340
+SHA1 (patch-gr-audio_lib_alsa_alsa__impl_h) = cfa9b629e5cf21198cfd53cf27a908b5874866f4

Index: pkgsrc/ham/gnuradio-core/options.mk
diff -u pkgsrc/ham/gnuradio-core/options.mk:1.7 pkgsrc/ham/gnuradio-core/options.mk:1.8
--- pkgsrc/ham/gnuradio-core/options.mk:1.7     Sun Aug 30 20:43:46 2020
+++ pkgsrc/ham/gnuradio-core/options.mk Wed Apr  7 16:14:07 2021
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.7 2020/08/30 20:43:46 tnn Exp $
+# $NetBSD: options.mk,v 1.8 2021/04/07 16:14:07 tnn Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gnuradio
 PKG_SUPPORTED_OPTIONS= ninja-build filter-design alsa
 # ninja-build is said supported, but not working
-# alas        is said supported, but not good on NetBSD
+# alsa        is said supported, but not good on NetBSD
 
 # Adding ninja-build to following line (now) stops
 # [164/850] cd /PATH/ham/gnuradio-core/work/gnuradio-3.7.5/build/gr-audio/swig && ""
@@ -26,8 +26,7 @@ do-build:
 .endif
 
 .if !empty(PKG_OPTIONS:Mfilter-design)
-# Running gr_filter_design asks for the package
-DEPENDS+=              ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
+DEPENDS+=      ${PYPKGPREFIX}-qtgraph-qt5-[0-9]*:../../x11/py-qtgraph-qt5
 .endif
 
 .if !empty(PKG_OPTIONS:Malsa)

Index: pkgsrc/ham/gnuradio-core/version.mk
diff -u pkgsrc/ham/gnuradio-core/version.mk:1.1 pkgsrc/ham/gnuradio-core/version.mk:1.2
--- pkgsrc/ham/gnuradio-core/version.mk:1.1     Sun Aug 30 20:43:46 2020
+++ pkgsrc/ham/gnuradio-core/version.mk Wed Apr  7 16:14:07 2021
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.1 2020/08/30 20:43:46 tnn Exp $
+# $NetBSD: version.mk,v 1.2 2021/04/07 16:14:07 tnn Exp $
 
-VERSION=       3.8.1.0
+VERSION=       3.9.1.0

Index: pkgsrc/ham/gnuradio-core/patches/patch-gr-audio_lib_alsa_alsa__impl_h
diff -u pkgsrc/ham/gnuradio-core/patches/patch-gr-audio_lib_alsa_alsa__impl_h:1.3 pkgsrc/ham/gnuradio-core/patches/patch-gr-audio_lib_alsa_alsa__impl_h:1.4
--- pkgsrc/ham/gnuradio-core/patches/patch-gr-audio_lib_alsa_alsa__impl_h:1.3   Sun Aug 30 20:43:46 2020
+++ pkgsrc/ham/gnuradio-core/patches/patch-gr-audio_lib_alsa_alsa__impl_h       Wed Apr  7 16:14:07 2021
@@ -1,14 +1,14 @@
-$NetBSD: patch-gr-audio_lib_alsa_alsa__impl_h,v 1.3 2020/08/30 20:43:46 tnn Exp $
+$NetBSD: patch-gr-audio_lib_alsa_alsa__impl_h,v 1.4 2021/04/07 16:14:07 tnn Exp $
 
 gnuradio-3.7.2.1/gr-audio/lib/alsa/alsa_source.cc:477:23: error: 'ESTRPIPE' was not declared in this scope
 See also
 https://mail-index.netbsd.org/pkgsrc-wip-discuss/2013/10/27/msg002529.html
 
---- gr-audio/lib/alsa/alsa_impl.h.orig 2019-08-10 06:40:34.000000000 +0900
-+++ gr-audio/lib/alsa/alsa_impl.h      2019-09-10 21:21:40.475233198 +0900
-@@ -26,6 +26,10 @@
+--- gr-audio/lib/alsa/alsa_impl.h.orig 2021-03-22 22:37:12.000000000 +0000
++++ gr-audio/lib/alsa/alsa_impl.h
+@@ -14,6 +14,10 @@
  #include <alsa/asoundlib.h>
- #include <stdio.h>
+ #include <cstdio>
  
 +#ifndef ESTRPIPE
 +#define ESTRPIPE EPIPE

Index: pkgsrc/ham/gnuradio-ctrlport/Makefile
diff -u pkgsrc/ham/gnuradio-ctrlport/Makefile:1.23 pkgsrc/ham/gnuradio-ctrlport/Makefile:1.24
--- pkgsrc/ham/gnuradio-ctrlport/Makefile:1.23  Fri Jan  1 08:24:47 2021
+++ pkgsrc/ham/gnuradio-ctrlport/Makefile       Wed Apr  7 16:14:08 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2021/01/01 08:24:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2021/04/07 16:14:08 tnn Exp $
 
 PKGNAME=       gnuradio-ctrlport-${VERSION}
-PKGREVISION=   2
 COMMENT=       New set of hooks into GNU Radio to allow a remote client to attach
 .include       "../../ham/gnuradio-core/Makefile.common"
 .include       "../../ham/gnuradio-core/Nocore.mk"

Index: pkgsrc/ham/gnuradio-ctrlport/PLIST
diff -u pkgsrc/ham/gnuradio-ctrlport/PLIST:1.4 pkgsrc/ham/gnuradio-ctrlport/PLIST:1.5
--- pkgsrc/ham/gnuradio-ctrlport/PLIST:1.4      Sun Aug 30 20:51:34 2020
+++ pkgsrc/ham/gnuradio-ctrlport/PLIST  Wed Apr  7 16:14:08 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/08/30 20:51:34 tnn Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/04/07 16:14:08 tnn Exp $
 bin/gr-ctrlport-monitor
 bin/gr-perf-monitorx
 include/gnuradio/blocks/ctrlport_probe2_b.h
@@ -28,5 +28,6 @@ share/gnuradio/examples/ctrlport/compari
 share/gnuradio/examples/ctrlport/pfb_sync_test.grc
 share/gnuradio/examples/ctrlport/simple_copy.grc
 share/gnuradio/examples/ctrlport/simple_copy_controller.py
+share/gnuradio/examples/ctrlport/usrp_sink_controller.py
 share/gnuradio/examples/ctrlport/usrp_source_control.grc
 share/gnuradio/examples/ctrlport/usrp_source_controller.py

Index: pkgsrc/ham/gnuradio-digital/Makefile
diff -u pkgsrc/ham/gnuradio-digital/Makefile:1.23 pkgsrc/ham/gnuradio-digital/Makefile:1.24
--- pkgsrc/ham/gnuradio-digital/Makefile:1.23   Fri Jan  1 08:24:47 2021
+++ pkgsrc/ham/gnuradio-digital/Makefile        Wed Apr  7 16:14:08 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2021/01/01 08:24:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2021/04/07 16:14:08 tnn Exp $
 
 PKGNAME=       gnuradio-digital-${VERSION}
-PKGREVISION=   2
 COMMENT=       Digital related algorithms for GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"

Index: pkgsrc/ham/gnuradio-digital/PLIST
diff -u pkgsrc/ham/gnuradio-digital/PLIST:1.9 pkgsrc/ham/gnuradio-digital/PLIST:1.10
--- pkgsrc/ham/gnuradio-digital/PLIST:1.9       Sun Aug 30 20:53:11 2020
+++ pkgsrc/ham/gnuradio-digital/PLIST   Wed Apr  7 16:14:08 2021
@@ -1,4 +1,8 @@
-@comment $NetBSD: PLIST,v 1.9 2020/08/30 20:53:11 tnn Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/04/07 16:14:08 tnn Exp $
+include/gnuradio/digital/adaptive_algorithm.h
+include/gnuradio/digital/adaptive_algorithm_cma.h
+include/gnuradio/digital/adaptive_algorithm_lms.h
+include/gnuradio/digital/adaptive_algorithm_nlms.h
 include/gnuradio/digital/additive_scrambler_bb.h
 include/gnuradio/digital/api.h
 include/gnuradio/digital/binary_slicer_fb.h
@@ -9,6 +13,7 @@ include/gnuradio/digital/clock_recovery_
 include/gnuradio/digital/cma_equalizer_cc.h
 include/gnuradio/digital/constellation.h
 include/gnuradio/digital/constellation_decoder_cb.h
+include/gnuradio/digital/constellation_encoder_bc.h
 include/gnuradio/digital/constellation_receiver_cb.h
 include/gnuradio/digital/constellation_soft_decoder_cf.h
 include/gnuradio/digital/corr_est_cc.h
@@ -22,6 +27,7 @@ include/gnuradio/digital/cpmmod_bc.h
 include/gnuradio/digital/crc32.h
 include/gnuradio/digital/crc32_async_bb.h
 include/gnuradio/digital/crc32_bb.h
+include/gnuradio/digital/decision_feedback_equalizer.h
 include/gnuradio/digital/descrambler_bb.h
 include/gnuradio/digital/diff_decoder_bb.h
 include/gnuradio/digital/diff_encoder_bb.h
@@ -43,6 +49,7 @@ include/gnuradio/digital/header_payload_
 include/gnuradio/digital/interpolating_resampler_type.h
 include/gnuradio/digital/kurtotic_equalizer_cc.h
 include/gnuradio/digital/lfsr.h
+include/gnuradio/digital/linear_equalizer.h
 include/gnuradio/digital/lms_dd_equalizer_cc.h
 include/gnuradio/digital/map_bb.h
 include/gnuradio/digital/metric_type.h
@@ -79,28 +86,16 @@ include/gnuradio/digital/simple_framer_s
 include/gnuradio/digital/symbol_sync_cc.h
 include/gnuradio/digital/symbol_sync_ff.h
 include/gnuradio/digital/timing_error_detector_type.h
-include/gnuradio/swig/constellation.i
-include/gnuradio/swig/digital_swig0.i
-include/gnuradio/swig/digital_swig0_doc.i
-include/gnuradio/swig/digital_swig1.i
-include/gnuradio/swig/digital_swig1_doc.i
-include/gnuradio/swig/digital_swig2.i
-include/gnuradio/swig/digital_swig2_doc.i
-include/gnuradio/swig/ofdm_equalizer.i
-include/gnuradio/swig/packet_header.i
 lib/cmake/gnuradio/gnuradio-digitalConfig.cmake
 lib/cmake/gnuradio/gnuradio-digitalTargets-release.cmake
 lib/cmake/gnuradio/gnuradio-digitalTargets.cmake
 lib/libgnuradio-digital.so
-lib/libgnuradio-digital.so.3.8.1
+lib/libgnuradio-digital.so.3.9.1
 lib/libgnuradio-digital.so.${PKGVERSION}
 lib/pkgconfig/gnuradio-digital.pc
 ${PYSITELIB}/gnuradio/digital/__init__.py
 ${PYSITELIB}/gnuradio/digital/__init__.pyc
 ${PYSITELIB}/gnuradio/digital/__init__.pyo
-${PYSITELIB}/gnuradio/digital/_digital_swig0.so
-${PYSITELIB}/gnuradio/digital/_digital_swig1.so
-${PYSITELIB}/gnuradio/digital/_digital_swig2.so
 ${PYSITELIB}/gnuradio/digital/bpsk.py
 ${PYSITELIB}/gnuradio/digital/bpsk.pyc
 ${PYSITELIB}/gnuradio/digital/bpsk.pyo
@@ -113,18 +108,7 @@ ${PYSITELIB}/gnuradio/digital/cpm.pyo
 ${PYSITELIB}/gnuradio/digital/crc.py
 ${PYSITELIB}/gnuradio/digital/crc.pyc
 ${PYSITELIB}/gnuradio/digital/crc.pyo
-${PYSITELIB}/gnuradio/digital/digital_swig.py
-${PYSITELIB}/gnuradio/digital/digital_swig.pyc
-${PYSITELIB}/gnuradio/digital/digital_swig.pyo
-${PYSITELIB}/gnuradio/digital/digital_swig0.py
-${PYSITELIB}/gnuradio/digital/digital_swig0.pyc
-${PYSITELIB}/gnuradio/digital/digital_swig0.pyo
-${PYSITELIB}/gnuradio/digital/digital_swig1.py
-${PYSITELIB}/gnuradio/digital/digital_swig1.pyc
-${PYSITELIB}/gnuradio/digital/digital_swig1.pyo
-${PYSITELIB}/gnuradio/digital/digital_swig2.py
-${PYSITELIB}/gnuradio/digital/digital_swig2.pyc
-${PYSITELIB}/gnuradio/digital/digital_swig2.pyo
+${PYSITELIB}/gnuradio/digital/digital_python.so
 ${PYSITELIB}/gnuradio/digital/generic_mod_demod.py
 ${PYSITELIB}/gnuradio/digital/generic_mod_demod.pyc
 ${PYSITELIB}/gnuradio/digital/generic_mod_demod.pyo
@@ -137,27 +121,6 @@ ${PYSITELIB}/gnuradio/digital/gmsk.pyo
 ${PYSITELIB}/gnuradio/digital/modulation_utils.py
 ${PYSITELIB}/gnuradio/digital/modulation_utils.pyc
 ${PYSITELIB}/gnuradio/digital/modulation_utils.pyo
-${PYSITELIB}/gnuradio/digital/ofdm.py
-${PYSITELIB}/gnuradio/digital/ofdm.pyc
-${PYSITELIB}/gnuradio/digital/ofdm.pyo
-${PYSITELIB}/gnuradio/digital/ofdm_packet_utils.py
-${PYSITELIB}/gnuradio/digital/ofdm_packet_utils.pyc
-${PYSITELIB}/gnuradio/digital/ofdm_packet_utils.pyo
-${PYSITELIB}/gnuradio/digital/ofdm_receiver.py
-${PYSITELIB}/gnuradio/digital/ofdm_receiver.pyc
-${PYSITELIB}/gnuradio/digital/ofdm_receiver.pyo
-${PYSITELIB}/gnuradio/digital/ofdm_sync_fixed.py
-${PYSITELIB}/gnuradio/digital/ofdm_sync_fixed.pyc
-${PYSITELIB}/gnuradio/digital/ofdm_sync_fixed.pyo
-${PYSITELIB}/gnuradio/digital/ofdm_sync_ml.py
-${PYSITELIB}/gnuradio/digital/ofdm_sync_ml.pyc
-${PYSITELIB}/gnuradio/digital/ofdm_sync_ml.pyo
-${PYSITELIB}/gnuradio/digital/ofdm_sync_pn.py
-${PYSITELIB}/gnuradio/digital/ofdm_sync_pn.pyc
-${PYSITELIB}/gnuradio/digital/ofdm_sync_pn.pyo
-${PYSITELIB}/gnuradio/digital/ofdm_sync_pnac.py
-${PYSITELIB}/gnuradio/digital/ofdm_sync_pnac.pyc
-${PYSITELIB}/gnuradio/digital/ofdm_sync_pnac.pyo
 ${PYSITELIB}/gnuradio/digital/ofdm_txrx.py
 ${PYSITELIB}/gnuradio/digital/ofdm_txrx.pyc
 ${PYSITELIB}/gnuradio/digital/ofdm_txrx.pyo
@@ -201,6 +164,7 @@ ${PYSITELIB}/gnuradio/digital/utils/tagg
 ${PYSITELIB}/gnuradio/digital/utils/tagged_streams.pyc
 ${PYSITELIB}/gnuradio/digital/utils/tagged_streams.pyo
 share/doc/gnuradio-${PKGVERSION}/README.digital
+share/gnuradio/examples/digital/berawgn.py
 share/gnuradio/examples/digital/burst_shaper.grc
 share/gnuradio/examples/digital/demod/constellation_soft_decoder.grc
 share/gnuradio/examples/digital/demod/digital_freq_lock.grc
@@ -210,16 +174,22 @@ share/gnuradio/examples/digital/demod/sy
 share/gnuradio/examples/digital/demod/symbol_sync_test_float.grc
 share/gnuradio/examples/digital/demod/symbol_sync_test_float_ted_gain.m
 share/gnuradio/examples/digital/demod/test_corr_est.grc
+share/gnuradio/examples/digital/equalizers/le_vs_dfe.grc
+share/gnuradio/examples/digital/equalizers/linear_equalizer_compare.grc
 share/gnuradio/examples/digital/example_costas.py
 share/gnuradio/examples/digital/example_fll.py
 share/gnuradio/examples/digital/example_timing.py
 share/gnuradio/examples/digital/gen_whitener.py
+share/gnuradio/examples/digital/mpsk_stage6.grc
 share/gnuradio/examples/digital/narrowband/benchmark_add_channel.py
 share/gnuradio/examples/digital/narrowband/digital_bert_rx.py
 share/gnuradio/examples/digital/narrowband/digital_bert_tx.py
 share/gnuradio/examples/digital/narrowband/uhd_interface.py
 share/gnuradio/examples/digital/ofdm/benchmark_add_channel.py
 share/gnuradio/examples/digital/ofdm/ofdm_loopback.grc
+share/gnuradio/examples/digital/ofdm/ofdm_sync.m
+share/gnuradio/examples/digital/ofdm/ofdm_sync_pn.m
+share/gnuradio/examples/digital/ofdm/plot_ofdm.m
 share/gnuradio/examples/digital/ofdm/receive_path.py
 share/gnuradio/examples/digital/ofdm/rx_ofdm.grc
 share/gnuradio/examples/digital/ofdm/transmit_path.py
@@ -251,6 +221,7 @@ share/gnuradio/examples/digital/packet/u
 share/gnuradio/examples/digital/run_length.py
 share/gnuradio/examples/digital/snr_estimators.py
 share/gnuradio/grc/blocks/digital.tree.yml
+share/gnuradio/grc/blocks/digital_adaptive_algorithm.block.yml
 share/gnuradio/grc/blocks/digital_additive_scrambler_bb.block.yml
 share/gnuradio/grc/blocks/digital_binary_slicer_fb.block.yml
 share/gnuradio/grc/blocks/digital_burst_shaper.block.yml
@@ -259,6 +230,7 @@ share/gnuradio/grc/blocks/digital_clock_
 share/gnuradio/grc/blocks/digital_cma_equalizer_cc.block.yml
 share/gnuradio/grc/blocks/digital_constellation.block.yml
 share/gnuradio/grc/blocks/digital_constellation_decoder_cb.block.yml
+share/gnuradio/grc/blocks/digital_constellation_encoder_bc.block.yml
 share/gnuradio/grc/blocks/digital_constellation_modulator.block.yml
 share/gnuradio/grc/blocks/digital_constellation_receiver_cb.block.yml
 share/gnuradio/grc/blocks/digital_constellation_rect.block.yml
@@ -271,6 +243,7 @@ share/gnuradio/grc/blocks/digital_costas
 share/gnuradio/grc/blocks/digital_cpmmod_bc.block.yml
 share/gnuradio/grc/blocks/digital_crc32_async_bb.block.yml
 share/gnuradio/grc/blocks/digital_crc32_bb.block.yml
+share/gnuradio/grc/blocks/digital_decision_feedback_equalizer.block.yml
 share/gnuradio/grc/blocks/digital_descrambler_bb.block.yml
 share/gnuradio/grc/blocks/digital_diff_decoder_bb.block.yml
 share/gnuradio/grc/blocks/digital_diff_encoder_bb.block.yml
@@ -287,8 +260,10 @@ share/gnuradio/grc/blocks/digital_hdlc_d
 share/gnuradio/grc/blocks/digital_hdlc_framer_pb.block.yml
 share/gnuradio/grc/blocks/digital_header_payload_demux.block.yml
 share/gnuradio/grc/blocks/digital_kurtotic_equalizer_cc.block.yml
+share/gnuradio/grc/blocks/digital_linear_equalizer.block.yml
 share/gnuradio/grc/blocks/digital_lms_dd_equalizer_cc.block.yml
 share/gnuradio/grc/blocks/digital_map_bb.block.yml
+share/gnuradio/grc/blocks/digital_meas_evm_cc.block.yml
 share/gnuradio/grc/blocks/digital_modulate_vector.block.yml
 share/gnuradio/grc/blocks/digital_mpsk_snr_est_cc.block.yml
 share/gnuradio/grc/blocks/digital_msk_timing_recovery_cc.block.yml

Index: pkgsrc/ham/gnuradio-doxygen/Makefile
diff -u pkgsrc/ham/gnuradio-doxygen/Makefile:1.38 pkgsrc/ham/gnuradio-doxygen/Makefile:1.39
--- pkgsrc/ham/gnuradio-doxygen/Makefile:1.38   Fri Jan  1 08:24:47 2021
+++ pkgsrc/ham/gnuradio-doxygen/Makefile        Wed Apr  7 16:14:08 2021
@@ -1,14 +1,12 @@
-# $NetBSD: Makefile,v 1.38 2021/01/01 08:24:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.39 2021/04/07 16:14:08 tnn Exp $
 
 PKGNAME=       gnuradio-doxygen-${VERSION}
-PKGREVISION=   3
 COMMENT=       Doxygen documentation of GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"
 .include       "../../ham/gnuradio-core/Nocore.mk"
 
 BUILD_DEPENDS+=        doxygen>=1.8.20:../../devel/doxygen
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 BUILD_DEPENDS+=        graphviz-[0-9]*:../../graphics/graphviz
 
 DEPENDS+=      web2c-[0-9]*:../../print/web2c
@@ -18,8 +16,6 @@ DEPENDS+=     tex-newunicodechar-[0-9]*:../.
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=   -DENABLE_DOXYGEN=ON
-CMAKE_ARGS+=   -DENABLE_SPHINX=ON
-CMAKE_ARGS+=   -DSPHINX_EXECUTABLE=${PREFIX}/bin/sphinx-build-${PYVERSSUFFIX}
 
 MAKE_JOBS_SAFE=        no
 

Index: pkgsrc/ham/gnuradio-doxygen/PLIST
diff -u pkgsrc/ham/gnuradio-doxygen/PLIST:1.22 pkgsrc/ham/gnuradio-doxygen/PLIST:1.23
--- pkgsrc/ham/gnuradio-doxygen/PLIST:1.22      Mon Oct  5 21:21:36 2020
+++ pkgsrc/ham/gnuradio-doxygen/PLIST   Wed Apr  7 16:14:08 2021
@@ -1,522 +1,1016 @@
-@comment $NetBSD: PLIST,v 1.22 2020/10/05 21:21:36 mef Exp $
-share/doc/gnuradio-${PKGVERSION}/dial_tone.py
-share/doc/gnuradio-${PKGVERSION}/fm_demod.py
-share/doc/gnuradio-${PKGVERSION}/fm_rx.grc
-share/doc/gnuradio-${PKGVERSION}/fm_tx.grc
+@comment $NetBSD: PLIST,v 1.23 2021/04/07 16:14:08 tnn Exp $
 share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/EyeDisplayPlot_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/EyeDisplayPlot_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/EyeDisplayPlot_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/EyeDisplayPlot_8h__dep__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/EyeDisplayPlot_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/EyeDisplayPlot_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/EyeDisplayPlot_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/EyeDisplayPlot_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/License.html
 share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/abs__blk_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/abs__blk_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/abs__blk_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/abs__blk_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/abs__blk_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/abs__blk_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/abs__blk_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/abs__blk__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/abs__blk__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/abs__blk__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/abs__blk__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/abs__blk__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/abs__blk__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm_8h__dep__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__blk_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/add__blk_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/add__blk_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/add__blk_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__blk_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/add__blk_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/add__blk_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/add__blk_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__blk_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/add__blk_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/add__blk_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/add__blk__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/add__blk__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/add__blk__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__blk__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/add__blk__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/add__blk__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/add__const__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__const__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/add__const__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/add__const__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/add__const__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/add__const__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/add__const__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__const__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/add__const__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/add__const__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/add__const__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__const__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/add__const__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/add__const__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/add__const__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/add__const__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/add__const__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__const__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/add__const__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/add__const__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__const__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ii_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ii_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ii_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__const__ii_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ii_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ii_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ii__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ii__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ii__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ii__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ii__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ii__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ss_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ss_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ss_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__const__ss_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ss_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ss_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ss__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ss__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ss__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ss__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ss__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ss__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__v_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__v_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/add__const__v_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/add__const__v_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__const__v_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/add__const__v_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/add__const__v_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/add__const__v__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/add__const__v__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/add__const__v__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__const__v__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/add__const__v__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/add__const__v__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/agc2_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/agc2_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/agc2__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/agc2__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/agc2__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/agc2__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/agc2__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/agc2__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/agc2__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/agc2__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/agc2__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/agc2__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/agc2__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/agc2__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/agc2__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/agc2__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/agc2__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/agc2__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/agc2__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/agc2__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/agc2__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/agc2__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/agc2__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/agc2__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/agc2__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/agc2__ff__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/agc2__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/agc2__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/agc2__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/agc2__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/agc2__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/agc2__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/agc3__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/agc3__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/agc3__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/agc3__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/agc3__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/agc3__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/agc3__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/agc3__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/agc3__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/agc3__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/agc3__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/agc3__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/agc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/agc_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/agc_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/agc_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/agc_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/agc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/agc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/agc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/agc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/agc_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/agc__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/agc__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/agc__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/agc__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/agc__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/agc__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/agc__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/agc__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/agc__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/agc__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/agc__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/agc__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/agc__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/agc__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/agc__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/agc__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/agc__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/agc__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/agc__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/agc__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/agc__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/agc__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/agc__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/agc__ff__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/agc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/agc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/agc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/agc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/agc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/agc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/alaw__decode__bs_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/alaw__decode__bs_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/alaw__decode__bs_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/alaw__decode__bs_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/alaw__decode__bs_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/alaw__decode__bs_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/alaw__decode__bs__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/alaw__decode__bs__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/alaw__decode__bs__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/alaw__decode__bs__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/alaw__decode__bs__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/alaw__decode__bs__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/alist_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/alist_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/alist_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/alist_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/alist_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/alist_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/alist_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/alist_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/alist_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/alist_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/amsg__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/amsg__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/amsg__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/amsg__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/amsg__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/amsg__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/analog_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/and__blk_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/and__blk_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/and__blk_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/and__blk_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/and__blk_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/and__blk_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/and__blk_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/and__blk__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/and__blk__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/and__blk__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/and__blk__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/and__blk__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/and__blk__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/and__const_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/and__const_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/and__const_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/and__const_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/and__const_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/and__const_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/and__const_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/and__const__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/and__const__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/and__const__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/and__const__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/and__const__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/and__const__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/annotated.html
 share/doc/gnuradio-${PKGVERSION}/html/annotated_dup.js
 share/doc/gnuradio-${PKGVERSION}/html/annotator__1to1_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/annotator__1to1_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/annotator__1to1_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/annotator__1to1_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/annotator__1to1_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/annotator__1to1_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/annotator__1to1__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/annotator__1to1__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/annotator__1to1__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/annotator__1to1__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/annotator__1to1__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/annotator__1to1__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/annotator__alltoall_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/annotator__alltoall_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/annotator__alltoall_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/annotator__alltoall_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/annotator__alltoall_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/annotator__alltoall_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/annotator__alltoall__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/annotator__alltoall__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/annotator__alltoall__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/annotator__alltoall__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/annotator__alltoall__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/annotator__alltoall__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/annotator__raw_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/annotator__raw_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/annotator__raw_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/annotator__raw_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/annotator__raw_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/annotator__raw_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/annotator__raw__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/annotator__raw__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/annotator__raw__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/annotator__raw__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/annotator__raw__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/annotator__raw__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/argmax_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/argmax_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/argmax_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/argmax_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/argmax_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/argmax_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/argmax_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/argmax__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/argmax__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/argmax__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/argmax__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/argmax__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/argmax__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/async__decoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/async__decoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/async__decoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/async__decoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/async__decoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/async__decoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/async__decoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/async__decoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/async__decoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/async__decoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/async__decoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/async__decoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/async__encoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/async__encoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/async__encoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/async__encoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/async__encoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/async__encoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/async__encoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/async__encoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/async__encoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/async__encoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/async__encoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/async__encoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__consts_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__consts_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/atsc__consts_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/atsc__consts_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/atsc__consts_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/atsc__consts_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/atsc__consts_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__consts__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__consts__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/atsc__consts__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/atsc__consts__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/atsc__consts__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/atsc__consts__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__depad__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__depad__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/atsc__depad__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/atsc__depad__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/atsc__depad__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/atsc__depad__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__pad__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__pad__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/atsc__pad__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/atsc__pad__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/atsc__pad__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/atsc__pad__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__sync__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__sync__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/atsc__sync__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/atsc__sync__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/atsc__sync__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/atsc__sync__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/attributes_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/attributes_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/attributes_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/attributes_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/attributes_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/attributes_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/attributes_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/audio_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/base_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/base_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/base_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/base_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/base_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/base_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/base_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/base__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/base__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/base__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/base__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/base__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/base__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/basic__block_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/basic__block_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/basic__block_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/basic__block_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/basic__block_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/basic__block_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/basic__block_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/basic__block_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/basic__block_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/basic__block_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/basic__block_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/basic__block__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/basic__block__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/basic__block__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/basic__block__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/basic__block__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/basic__block__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/bc_s.png
 share/doc/gnuradio-${PKGVERSION}/html/bdwn.png
 share/doc/gnuradio-${PKGVERSION}/html/ber__bf_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ber__bf_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ber__bf_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ber__bf_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ber__bf_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ber__bf_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ber__bf__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ber__bf__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ber__bf__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ber__bf__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ber__bf__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ber__bf__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/bin__statistics__f_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/bin__statistics__f_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/bin__statistics__f_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/bin__statistics__f_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/bin__statistics__f_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/binary__slicer__fb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/binary__slicer__fb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/binary__slicer__fb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/binary__slicer__fb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/binary__slicer__fb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/binary__slicer__fb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/binary__slicer__fb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/binary__slicer__fb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/binary__slicer__fb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/binary__slicer__fb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/binary__slicer__fb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/binary__slicer__fb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/block_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/block_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/block_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/block_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/block_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/block_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/block_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/block_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/block_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/block_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/block__detail_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/block__detail_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/block__detail_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/block__detail_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/block__detail_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/block__detail_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/block__detail_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/block__detail__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/block__detail__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/block__detail__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/block__detail__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/block__detail__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/block__detail__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/block__gateway_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/block__gateway_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/block__gateway_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/block__gateway_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/block__gateway_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/block__gateway_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/block__gateway_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/block__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/block__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/block__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/block__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/block__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/block__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/block__registry_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/block__registry_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/block__registry_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/block__registry_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/block__registry_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/block__registry_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/block__registry_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/block__registry_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/block__registry_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/block__registry_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/block__registry_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/blocks_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/buffer_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/buffer_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/buffer_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/buffer_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/buffer_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/buffer_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/buffer_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/buffer__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/buffer__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/buffer__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/buffer__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/buffer__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/buffer__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/build_2gnuradio-runtime_2python_2gnuradio_2gr_2bindings_2pydoc__macros_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/build_2gnuradio-runtime_2python_2gnuradio_2gr_2bindings_2pydoc__macros_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/build_2gnuradio-runtime_2python_2gnuradio_2gr_2bindings_2pydoc__macros_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/build_2gnuradio-runtime_2python_2pmt_2bindings_2pydoc__macros_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/build_2gnuradio-runtime_2python_2pmt_2bindings_2pydoc__macros_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/build_2gnuradio-runtime_2python_2pmt_2bindings_2pydoc__macros_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/build_2gr-analog_2python_2analog_2bindings_2pydoc__macros_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/build_2gr-analog_2python_2analog_2bindings_2pydoc__macros_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/build_2gr-analog_2python_2analog_2bindings_2pydoc__macros_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/build_2gr-audio_2python_2audio_2bindings_2pydoc__macros_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/build_2gr-audio_2python_2audio_2bindings_2pydoc__macros_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/build_2gr-audio_2python_2audio_2bindings_2pydoc__macros_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/build_2gr-blocks_2python_2blocks_2bindings_2pydoc__macros_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/build_2gr-blocks_2python_2blocks_2bindings_2pydoc__macros_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/build_2gr-blocks_2python_2blocks_2bindings_2pydoc__macros_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/build_2gr-fft_2python_2fft_2bindings_2pydoc__macros_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/build_2gr-fft_2python_2fft_2bindings_2pydoc__macros_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/build_2gr-fft_2python_2fft_2bindings_2pydoc__macros_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/build_2gr-filter_2python_2filter_2bindings_2pydoc__macros_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/build_2gr-filter_2python_2filter_2bindings_2pydoc__macros_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/build_2gr-filter_2python_2filter_2bindings_2pydoc__macros_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/build__guide_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/build_guide.html
 share/doc/gnuradio-${PKGVERSION}/html/burst__shaper_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/burst__shaper_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/burst__shaper_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/burst__shaper_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/burst__shaper_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/burst__shaper_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/burst__shaper_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/burst__shaper__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/burst__shaper__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/burst__shaper__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/burst__shaper__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/burst__shaper__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/burst__shaper__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/burst__tagger_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/burst__tagger_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/burst__tagger_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/burst__tagger_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/burst__tagger_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/burst__tagger_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/burst__tagger__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/burst__tagger__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/burst__tagger__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/burst__tagger__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/burst__tagger__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/burst__tagger__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/calc__metric_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/calc__metric_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/calc__metric_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/calc__metric_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/calc__metric_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/calc__metric_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/calc__metric_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/calc__metric_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/calc__metric_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/calc__metric_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/calc__metric_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/calc__metric__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/calc__metric__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/calc__metric__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/calc__metric__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/calc__metric__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/calc__metric__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/catv__config_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/catv__config_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/catv__config_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/catv__config_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/catv__config_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/catv__config_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/catv__config_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/catv__config__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/catv__config__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/catv__config__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/catv__config__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/catv__config__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/catv__config__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/cc__common_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/cc__common_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/cc__common_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/cc__common_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/cc__common_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/cc__common_8h__dep__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/cc__common_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/cc__common_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/cc__common_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/cc__common_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/cc__decoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/cc__decoder_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/cc__decoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/cc__decoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/cc__decoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/cc__decoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/cc__decoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/cc__decoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/cc__decoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/cc__decoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/cc__decoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/cc__decoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/cc__decoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/cc__encoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/cc__encoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/cc__encoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/cc__encoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/cc__encoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/cc__encoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/cc__encoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/cc__encoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/cc__encoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/cc__encoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/cc__encoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/cc__encoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ccsds__encoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ccsds__encoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ccsds__encoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ccsds__encoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ccsds__encoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ccsds__encoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ccsds__encoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ccsds__encoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ccsds__encoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ccsds__encoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ccsds__encoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ccsds__encoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/cfo__model_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/cfo__model_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/cfo__model_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/cfo__model_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/cfo__model_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/cfo__model_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/cfo__model__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/cfo__model__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/cfo__model__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/cfo__model__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/cfo__model__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/cfo__model__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/channel__model2_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/channel__model2_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/channel__model2_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/channel__model2_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/channel__model2_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/channel__model2_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/channel__model2__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/channel__model2__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/channel__model2__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/channel__model2__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/channel__model2__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/channel__model2__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/channel__model_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/channel__model_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/channel__model_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/channel__model_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/channel__model_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/channel__model_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/channel__model__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/channel__model__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/channel__model__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/channel__model__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/channel__model__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/channel__model__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/channels_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/char__to__float_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/char__to__float_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/char__to__float_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/char__to__float_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/char__to__float_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/char__to__float_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/char__to__float__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/char__to__float__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/char__to__float__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/char__to__float__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/char__to__float__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/char__to__float__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/char__to__short_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/char__to__short_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/char__to__short_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/char__to__short_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/char__to__short_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/char__to__short_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/char__to__short__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/char__to__short__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/char__to__short__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/char__to__short__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/char__to__short__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/char__to__short__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/check__lfsr__32k__s_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/check__lfsr__32k__s_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/check__lfsr__32k__s_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/check__lfsr__32k__s_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/check__lfsr__32k__s_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/check__lfsr__32k__s_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/check__lfsr__32k__s__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/check__lfsr__32k__s__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/check__lfsr__32k__s__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/check__lfsr__32k__s__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/check__lfsr__32k__s__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/check__lfsr__32k__s__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/chunks__to__symbols_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/chunks__to__symbols_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/chunks__to__symbols_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/chunks__to__symbols_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/chunks__to__symbols_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/chunks__to__symbols_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/chunks__to__symbols_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/chunks__to__symbols__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/chunks__to__symbols__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/chunks__to__symbols__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/chunks__to__symbols__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/chunks__to__symbols__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/chunks__to__symbols__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/classAverageMenu-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classAverageMenu.html
 share/doc/gnuradio-${PKGVERSION}/html/classAverageMenu.js
@@ -559,6 +1053,18 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classDisplayPlot-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classDisplayPlot.html
 share/doc/gnuradio-${PKGVERSION}/html/classDisplayPlot.js
+share/doc/gnuradio-${PKGVERSION}/html/classEyeControlPanel-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classEyeControlPanel.html
+share/doc/gnuradio-${PKGVERSION}/html/classEyeControlPanel.js
+share/doc/gnuradio-${PKGVERSION}/html/classEyeDisplayForm-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classEyeDisplayForm.html
+share/doc/gnuradio-${PKGVERSION}/html/classEyeDisplayForm.js
+share/doc/gnuradio-${PKGVERSION}/html/classEyeDisplayPlot-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classEyeDisplayPlot.html
+share/doc/gnuradio-${PKGVERSION}/html/classEyeDisplayPlot.js
+share/doc/gnuradio-${PKGVERSION}/html/classEyeDisplaysForm-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classEyeDisplaysForm.html
+share/doc/gnuradio-${PKGVERSION}/html/classEyeDisplaysForm.js
 share/doc/gnuradio-${PKGVERSION}/html/classFFTAverageMenu-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classFFTAverageMenu.html
 share/doc/gnuradio-${PKGVERSION}/html/classFFTAverageMenu.js
@@ -745,6 +1251,9 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classalist-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classalist.html
 share/doc/gnuradio-${PKGVERSION}/html/classalist.js
+share/doc/gnuradio-${PKGVERSION}/html/classata__header-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classata__header.html
+share/doc/gnuradio-${PKGVERSION}/html/classata__header.js
 share/doc/gnuradio-${PKGVERSION}/html/classawgn__bp-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classawgn__bp.html
 share/doc/gnuradio-${PKGVERSION}/html/classawgn__bp.js
@@ -754,9 +1263,6 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classcldpc-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classcldpc.html
 share/doc/gnuradio-${PKGVERSION}/html/classcldpc.js
-share/doc/gnuradio-${PKGVERSION}/html/classensure__py__gil__state-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classensure__py__gil__state.html
-share/doc/gnuradio-${PKGVERSION}/html/classensure__py__gil__state.js
 share/doc/gnuradio-${PKGVERSION}/html/classes.html
 share/doc/gnuradio-${PKGVERSION}/html/classgnuradio_1_1detail_1_1sptr__magic.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1analog_1_1agc2__cc-members.html
@@ -924,9 +1430,6 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1argmax-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1argmax.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1argmax.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1bin__statistics__f-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1bin__statistics__f.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1bin__statistics__f.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1burst__tagger-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1burst__tagger.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1burst__tagger.js
@@ -975,6 +1478,15 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1copy-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1copy.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1copy.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1correctiq-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1correctiq.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1correctiq.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1correctiq__auto-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1correctiq__auto.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1correctiq__auto.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1correctiq__man-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1correctiq__man.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1correctiq__man.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1ctrlport__probe2__b-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1ctrlport__probe2__b.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1ctrlport__probe2__b.js
@@ -1170,6 +1682,9 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1peak__detector2__fb-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1peak__detector2__fb.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1peak__detector2__fb.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1phase__shift-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1phase__shift.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1phase__shift.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1plateau__detector__fb-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1plateau__detector__fb.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1plateau__detector__fb.js
@@ -1224,6 +1739,9 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1socket__pdu-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1socket__pdu.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1socket__pdu.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1stream__demux-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1stream__demux.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1stream__demux.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1stream__mux-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1stream__mux.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1stream__mux.js
@@ -1248,6 +1766,9 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1sub-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1sub.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1sub.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1swap__iq-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1swap__iq.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1swap__iq.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1tag__debug-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1tag__debug.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1tag__debug.js
@@ -1374,6 +1895,18 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1channels_1_1sro__model-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1channels_1_1sro__model.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1channels_1_1sro__model.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1adaptive__algorithm-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1adaptive__algorithm.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1adaptive__algorithm.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1adaptive__algorithm__cma-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1adaptive__algorithm__cma.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1adaptive__algorithm__cma.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1adaptive__algorithm__lms-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1adaptive__algorithm__lms.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1adaptive__algorithm__lms.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1adaptive__algorithm__nlms-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1adaptive__algorithm__nlms.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1adaptive__algorithm__nlms.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1additive__scrambler__bb-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1additive__scrambler__bb.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1additive__scrambler__bb.js
@@ -1419,6 +1952,9 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1constellation__dqpsk-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1constellation__dqpsk.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1constellation__dqpsk.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1constellation__encoder__bc-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1constellation__encoder__bc.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1constellation__encoder__bc.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1constellation__expl__rect-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1constellation__expl__rect.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1constellation__expl__rect.js
@@ -1470,6 +2006,9 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc32__bb-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc32__bb.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc32__bb.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1decision__feedback__equalizer-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1decision__feedback__equalizer.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1decision__feedback__equalizer.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1descrambler__bb-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1descrambler__bb.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1descrambler__bb.js
@@ -1530,12 +2069,18 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1lfsr-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1lfsr.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1lfsr.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1linear__equalizer-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1linear__equalizer.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1linear__equalizer.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1lms__dd__equalizer__cc-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1lms__dd__equalizer__cc.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1lms__dd__equalizer__cc.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1map__bb-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1map__bb.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1map__bb.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1meas__evm__cc-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1meas__evm__cc.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1meas__evm__cc.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1mpsk__snr__est-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1mpsk__snr__est.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1mpsk__snr__est.js
@@ -1926,42 +2471,18 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1tpc__encoder-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1tpc__encoder.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1tpc__encoder.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1feval-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1feval.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1feval.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1feval__cc-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1feval__cc.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1feval__cc.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1feval__dd-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1feval__dd.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1feval__dd.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1feval__ll-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1feval__ll.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1feval__ll.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1feval__p-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1feval__p.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1feval__p.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1ctrlport__probe__psd-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1ctrlport__probe__psd.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1ctrlport__probe__psd.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__complex-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__complex.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__complex.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__real__fwd-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__real__fwd.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__real__fwd.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__real__rev-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__real__rev.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__real__rev.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__shift-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__shift.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__shift.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__vcc-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__vcc.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__vcc.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__vfc-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__vfc.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__vfc.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__v-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__v.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1fft__v.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1goertzel-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1goertzel.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fft_1_1goertzel.js
@@ -2025,6 +2546,9 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1interp__fir__filter-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1interp__fir__filter.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1interp__fir__filter.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1ival__decimator-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1ival__decimator.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1ival__decimator.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1kernel_1_1fft__filter__ccc-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1kernel_1_1fft__filter__ccc.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1kernel_1_1fft__filter__ccc.js
@@ -2109,9 +2633,9 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1pfb__synthesizer__ccf-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1pfb__synthesizer__ccf.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1pfb__synthesizer__ccf.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1rational__resampler__base-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1rational__resampler__base.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1rational__resampler__base.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1rational__resampler-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1rational__resampler.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1rational__resampler.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1single__pole__iir-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1single__pole__iir.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1single__pole__iir.js
@@ -2181,24 +2705,27 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1nco-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1nco.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1nco.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tcp__sink-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tcp__sink.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tcp__sink.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tcp__sink__impl-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tcp__sink__impl.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tcp__sink__impl.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__sink-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__sink.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__sink.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__sink__impl-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__sink__impl.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__sink__impl.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__source-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__source.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__source.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__source__impl-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__source__impl.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__source__impl.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1prefs-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1prefs.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1prefs.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1py__feval-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1py__feval.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1py__feval.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1py__feval__cc-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1py__feval__cc.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1py__feval__cc.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1py__feval__dd-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1py__feval__dd.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1py__feval__dd.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1py__feval__ll-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1py__feval__ll.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1py__feval__ll.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1py__feval__p-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1py__feval__p.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1py__feval__p.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1qtgui_1_1ber__sink__b-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1qtgui_1_1ber__sink__b.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1qtgui_1_1ber__sink__b.js
@@ -2208,6 +2735,12 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1qtgui_1_1edit__box__msg-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1qtgui_1_1edit__box__msg.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1qtgui_1_1edit__box__msg.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1qtgui_1_1eye__sink__c-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1qtgui_1_1eye__sink__c.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1qtgui_1_1eye__sink__c.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1qtgui_1_1eye__sink__f-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1qtgui_1_1eye__sink__f.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1qtgui_1_1eye__sink__f.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1qtgui_1_1freq__sink__c-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1qtgui_1_1freq__sink__c.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1qtgui_1_1freq__sink__c.js
@@ -2325,6 +2858,36 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1amsg__source-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1amsg__source.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1amsg__source.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__block-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__block.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__block.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__block__generic-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__block__generic.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__block__generic.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__ddc-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__ddc.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__ddc.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__duc-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__duc.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__duc.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__graph-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__graph.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__graph.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__rx__radio-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__rx__radio.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__rx__radio.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__rx__streamer-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__rx__streamer.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__rx__streamer.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__tx__radio-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__tx__radio.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__tx__radio.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__tx__streamer-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__tx__streamer.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__tx__streamer.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1stream__args__t-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1stream__args__t.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1stream__args__t.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1usrp__block-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1usrp__block.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1usrp__block.js
@@ -2445,15 +3008,18 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1zeromq_1_1sub__source-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1zeromq_1_1sub__source.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1zeromq_1_1sub__source.js
+share/doc/gnuradio-${PKGVERSION}/html/classheader__seq__num-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classheader__seq__num.html
+share/doc/gnuradio-${PKGVERSION}/html/classheader__seq__num.js
+share/doc/gnuradio-${PKGVERSION}/html/classheader__seq__plus__size-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classheader__seq__plus__size.html
+share/doc/gnuradio-${PKGVERSION}/html/classheader__seq__plus__size.js
 share/doc/gnuradio-${PKGVERSION}/html/classmywindow-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classmywindow.html
 share/doc/gnuradio-${PKGVERSION}/html/classmywindow.js
 share/doc/gnuradio-${PKGVERSION}/html/classpmt_1_1comparator-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classpmt_1_1comparator.html
 share/doc/gnuradio-${PKGVERSION}/html/classpmt_1_1comparator.js
-share/doc/gnuradio-${PKGVERSION}/html/classpmt_1_1comperator-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classpmt_1_1comperator.html
-share/doc/gnuradio-${PKGVERSION}/html/classpmt_1_1comperator.js
 share/doc/gnuradio-${PKGVERSION}/html/classpmt_1_1exception-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classpmt_1_1exception.html
 share/doc/gnuradio-${PKGVERSION}/html/classpmt_1_1exception.js
@@ -2622,359 +3188,803 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/closed.png
 share/doc/gnuradio-${PKGVERSION}/html/cma__equalizer__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/cma__equalizer__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/cma__equalizer__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/cma__equalizer__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/cma__equalizer__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/cma__equalizer__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/cma__equalizer__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/cma__equalizer__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/cma__equalizer__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/cma__equalizer__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/cma__equalizer__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/cma__equalizer__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/codec2_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/codec2_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/codec2_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/codec2_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/codec2_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/codec2_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/codec2_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/codec2_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/codec2_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/codec2_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/codec2__decode__ps_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/codec2__decode__ps_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/codec2__decode__ps_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/codec2__decode__ps_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/codec2__decode__ps_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/codec2__decode__ps_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/codec2__decode__ps__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/codec2__decode__ps__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/codec2__decode__ps__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/codec2__decode__ps__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/codec2__decode__ps__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/codec2__decode__ps__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/codec2__encode__sp_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/codec2__encode__sp_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/codec2__encode__sp_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/codec2__encode__sp_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/codec2__encode__sp_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/codec2__encode__sp_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/codec2__encode__sp__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/codec2__encode__sp__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/codec2__encode__sp__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/codec2__encode__sp__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/codec2__encode__sp__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/codec2__encode__sp__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/codec2__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/codec2__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/codec2__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/codec2__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/codec2__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/codec2__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__arg_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__arg_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__arg_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/complex__to__arg_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__arg_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__arg_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__arg__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__arg__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__arg__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__arg__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__arg__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__arg__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__float_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__float_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__float_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/complex__to__float_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__float_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__float_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__float__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__float__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__float__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__float__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__float__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__float__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__imag_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__imag_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__imag_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/complex__to__imag_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__imag_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__imag_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__imag__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__imag__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__imag__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__imag__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__imag__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__imag__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__char_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__char_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__char_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__char_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__char_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__char_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__char__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__char__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__char__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__char__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__char__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__char__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__short_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__short_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__short_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__short_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__short_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__short_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__short__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__short__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__short__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__short__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__short__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__short__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__squared_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__squared_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__squared_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__squared_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__squared_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__squared_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__squared__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__squared__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__squared__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__squared__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__squared__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__squared__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__magphase_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__magphase_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__magphase_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/complex__to__magphase_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__magphase_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__magphase_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__magphase__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__magphase__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__magphase__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__magphase__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__magphase__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__magphase__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__real_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__real_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__real_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/complex__to__real_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__real_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/complex__to__real_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__real__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__real__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__real__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__real__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__real__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/complex__to__real__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/components_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/config_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/config_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/config_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/config_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/config_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/config_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/config_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/conjugate__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/conjugate__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/conjugate__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/conjugate__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/conjugate__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/conjugate__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/conjugate__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/conjugate__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/conjugate__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/conjugate__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/conjugate__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/conjugate__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/const__sink__c_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/const__sink__c_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/const__sink__c_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/const__sink__c_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/const__sink__c_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/const__sink__c_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/const__sink__c__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/const__sink__c__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/const__sink__c__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/const__sink__c__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/const__sink__c__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/const__sink__c__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/constants_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/constants_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/constants_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/constants_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/constants_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/constants_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/constants_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/constants__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/constants__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/constants__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/constants__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/constants__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/constants__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/constellation_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/constellation_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/constellation_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/constellation_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/constellation_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/constellation_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/constellation_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/constellation_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/constellation_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/constellation_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/constellation__decoder__cb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/constellation__decoder__cb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/constellation__decoder__cb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/constellation__decoder__cb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/constellation__decoder__cb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/constellation__decoder__cb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/constellation__decoder__cb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/constellation__decoder__cb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/constellation__decoder__cb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/constellation__decoder__cb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/constellation__decoder__cb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/constellation__decoder__cb__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/constellation__encoder__bc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/constellation__encoder__bc_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/constellation__encoder__bc_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/constellation__encoder__bc_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/constellation__encoder__bc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/constellation__encoder__bc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/constellation__encoder__bc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/constellation__encoder__bc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/constellation__encoder__bc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/constellation__encoder__bc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/constellation__encoder__bc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/constellation__metrics__cf_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/constellation__metrics__cf_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/constellation__metrics__cf_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/constellation__metrics__cf_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/constellation__metrics__cf_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/constellation__metrics__cf_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/constellation__metrics__cf__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/constellation__metrics__cf__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/constellation__metrics__cf__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/constellation__metrics__cf__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/constellation__metrics__cf__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/constellation__metrics__cf__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/constellation__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/constellation__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/constellation__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/constellation__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/constellation__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/constellation__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/constellation__soft__decoder__cf_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/constellation__soft__decoder__cf_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/constellation__soft__decoder__cf_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/constellation__soft__decoder__cf_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/constellation__soft__decoder__cf_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/constellation__soft__decoder__cf_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/constellation__soft__decoder__cf__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/constellation__soft__decoder__cf__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/constellation__soft__decoder__cf__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/constellation__soft__decoder__cf__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/constellation__soft__decoder__cf__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/constellation__soft__decoder__cf__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/constellationdisplayform_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/constellationdisplayform_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/constellationdisplayform_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/constellationdisplayform_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/constellationdisplayform_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/constellationdisplayform_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/constellationdisplayform__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/constellationdisplayform__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/constellationdisplayform__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/constellationdisplayform__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/constellationdisplayform__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/constellationdisplayform__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/control__loop_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/control__loop_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/control__loop_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/control__loop_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/control__loop_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/control__loop_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/control__loop_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/control__loop_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/control__loop_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/control__loop_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/control__loop_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/control__loop__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/control__loop__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/control__loop__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/control__loop__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/control__loop__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/control__loop__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/conv__bit__corr__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/conv__bit__corr__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/conv__bit__corr__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/conv__bit__corr__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/conv__bit__corr__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/conv__bit__corr__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/conv__bit__corr__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/conv__bit__corr__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/conv__bit__corr__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/conv__bit__corr__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/conv__bit__corr__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/conv__bit__corr__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/copy_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/copy_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/copy_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/copy_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/copy_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/copy_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/copy__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/copy__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/copy__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/copy__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/copy__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/copy__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/core__algorithms_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/core__algorithms_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/core__algorithms_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/core__algorithms_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/core__algorithms_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/core__algorithms_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/core__algorithms_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/core__algorithms_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/core__algorithms_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/core__algorithms_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/core__algorithms_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/core__algorithms__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/core__algorithms__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/core__algorithms__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/core__algorithms__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/core__algorithms__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/core__algorithms__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__man__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__man__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__man__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__man__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__man__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__man__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb__ts_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb__ts_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb__ts_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb__ts_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb__ts_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb__ts_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb__ts__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb__ts__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb__ts__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb__ts__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb__ts__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__bb__ts__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__ff__ts_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__ff__ts_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__ff__ts_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__ff__ts_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__ff__ts_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__ff__ts_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__ff__ts__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__ff__ts__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__ff__ts__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__ff__ts__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__ff__ts__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__ff__ts__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/costas__loop__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/costas__loop__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/costas__loop__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/costas__loop__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/costas__loop__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/costas__loop__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/costas__loop__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/costas__loop__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/costas__loop__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/costas__loop__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/costas__loop__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/costas__loop__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/count__bits_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/count__bits_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/count__bits_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/count__bits_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/count__bits_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/count__bits_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/count__bits_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/count__bits__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/count__bits__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/count__bits__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/count__bits__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/count__bits__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/count__bits__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/cpm_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/cpm_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/cpm_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/cpm_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/cpm_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/cpm_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/cpm_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/cpm_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/cpm_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/cpm_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/cpm__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/cpm__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/cpm__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/cpm__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/cpm__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/cpm__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/cpmmod__bc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/cpmmod__bc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/cpmmod__bc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/cpmmod__bc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/cpmmod__bc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/cpmmod__bc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/cpmmod__bc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/cpmmod__bc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/cpmmod__bc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/cpmmod__bc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/cpmmod__bc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/cpmmod__bc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/crc32_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/crc32_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/crc32_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/crc32_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/crc32_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/crc32_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/crc32_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/crc32__async__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/crc32__async__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/crc32__async__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/crc32__async__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/crc32__async__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/crc32__async__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/crc32__async__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/crc32__async__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/crc32__async__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/crc32__async__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/crc32__async__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/crc32__async__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/crc32__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/crc32__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/crc32__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/crc32__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/crc32__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/crc32__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/crc32__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/crc32__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/crc32__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/crc32__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/crc32__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/crc32__bb__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/crc32__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/crc32__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/crc32__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/crc32__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/crc32__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/crc32__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__b_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__b_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__b_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__b_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__b_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__b_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__b__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__b__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__b__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__b__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__b__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__b__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__c_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__c_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__c_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__c_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__c_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__c_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__c__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__c__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__c__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__c__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__c__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__c__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__f_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__f_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__f_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__f_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__f_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__f_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__f__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__f__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__f__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__f__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__f__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__f__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__i_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__i_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__i_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__i_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__i_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__i_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__i__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__i__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__i__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__i__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__i__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__i__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__s_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__s_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__s_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__s_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__s_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__s_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__s__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__s__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__s__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__s__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__s__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe2__s__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__c_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__c_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__c_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__c_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__c_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__c_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__c__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__c__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__c__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__c__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__c__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__c__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/cvsd__decode__bs_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/cvsd__decode__bs_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/cvsd__decode__bs_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/cvsd__decode__bs_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/cvsd__decode__bs_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/cvsd__decode__bs_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/cvsd__decode__bs__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/cvsd__decode__bs__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/cvsd__decode__bs__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/cvsd__decode__bs__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/cvsd__decode__bs__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/cvsd__decode__bs__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/cvsd__encode__sb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/cvsd__encode__sb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/cvsd__encode__sb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/cvsd__encode__sb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/cvsd__encode__sb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/cvsd__encode__sb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/cvsd__encode__sb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/cvsd__encode__sb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/cvsd__encode__sb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/cvsd__encode__sb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/cvsd__encode__sb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/cvsd__encode__sb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/decode__ccsds__27__fb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/decode__ccsds__27__fb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/decode__ccsds__27__fb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/decode__ccsds__27__fb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/decode__ccsds__27__fb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/decode__ccsds__27__fb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/decode__ccsds__27__fb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/decode__ccsds__27__fb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/decode__ccsds__27__fb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/decode__ccsds__27__fb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/decode__ccsds__27__fb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/decode__ccsds__27__fb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/decoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/decoder_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/decoder_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/decoder_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/decoder_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/decoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/decoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/decoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/decoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/decoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/decoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/decoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/decoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/decoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/decoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/decoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/deinterleave_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/deinterleave_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/deinterleave_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/deinterleave_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/deinterleave_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/deinterleave_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/deinterleave__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/deinterleave__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/deinterleave__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/deinterleave__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/deinterleave__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/deinterleave__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/delay_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/delay_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/delay_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/delay_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/delay_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/delay_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/delay__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/delay__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/delay__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/delay__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/delay__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/delay__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/depuncture__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/depuncture__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/depuncture__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/depuncture__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/depuncture__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/depuncture__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/depuncture__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/depuncture__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/depuncture__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/depuncture__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/depuncture__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/depuncture__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/descrambler__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/descrambler__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/descrambler__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/descrambler__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/descrambler__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/descrambler__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/descrambler__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/descrambler__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/descrambler__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/descrambler__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/descrambler__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/descrambler__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/diff__decoder__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/diff__decoder__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/diff__decoder__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/diff__decoder__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/diff__decoder__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/diff__decoder__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/diff__decoder__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/diff__decoder__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/diff__decoder__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/diff__decoder__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/diff__decoder__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/diff__decoder__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/diff__encoder__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/diff__encoder__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/diff__encoder__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/diff__encoder__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/diff__encoder__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/diff__encoder__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/diff__encoder__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/diff__encoder__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/diff__encoder__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/diff__encoder__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/diff__encoder__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/diff__encoder__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/diff__phasor__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/diff__phasor__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/diff__phasor__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/diff__phasor__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/diff__phasor__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/diff__phasor__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/diff__phasor__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/diff__phasor__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/diff__phasor__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/diff__phasor__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/diff__phasor__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/diff__phasor__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/digital_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/dir_000000.html
 share/doc/gnuradio-${PKGVERSION}/html/dir_000001.html
@@ -3077,476 +4087,1083 @@ share/doc/gnuradio-${PKGVERSION}/html/di
 share/doc/gnuradio-${PKGVERSION}/html/dir_000098.html
 share/doc/gnuradio-${PKGVERSION}/html/dir_000099.html
 share/doc/gnuradio-${PKGVERSION}/html/dir_000100.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000101.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000102.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000103.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000104.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000105.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000106.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000107.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000108.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000109.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000110.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000111.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000112.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000113.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000114.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000115.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000116.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000117.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000118.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000119.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000120.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000121.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000122.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000123.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000124.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000125.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000126.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000127.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000128.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000129.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000130.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000131.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000132.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000133.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000134.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000135.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000136.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000137.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000138.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000139.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000140.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000141.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000142.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000143.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000144.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000145.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000146.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000147.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000148.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000149.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000150.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000151.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000152.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000153.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000154.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000155.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000156.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000157.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000158.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000159.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000160.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000161.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000162.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000163.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000164.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000165.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000166.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000167.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000168.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000169.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000170.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000171.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000172.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000173.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000174.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000175.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000176.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000177.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000178.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000179.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000180.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000181.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000182.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000183.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000184.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000185.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000186.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000187.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000188.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000189.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000190.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000191.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000192.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000193.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000194.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000195.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000196.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000197.html
 share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/displayform_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/displayform_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/displayform_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/displayform_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/displayform_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/displayform_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/displayform_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/displayform_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/displayform_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/displayform_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/displayform__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/displayform__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/displayform__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/displayform__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/displayform__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/displayform__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/divide_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/divide_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/divide_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/divide_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/divide_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/divide_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/divide_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/divide__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/divide__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/divide__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/divide__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/divide__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/divide__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/doc.png
-share/doc/gnuradio-${PKGVERSION}/html/docs_2doxygen_2other_2group__defs_8dox.html
-share/doc/gnuradio-${PKGVERSION}/html/docs_2doxygen_2other_2main__page_8dox.html
+share/doc/gnuradio-${PKGVERSION}/html/docs_2doxygen_2pydoc__macros_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/docs_2doxygen_2pydoc__macros_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/docs_2doxygen_2pydoc__macros_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/doxygen.css
 share/doc/gnuradio-${PKGVERSION}/html/doxygen.svg
 share/doc/gnuradio-${PKGVERSION}/html/dpll__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dpll__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dpll__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dpll__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dpll__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dpll__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dpll__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dpll__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dpll__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dpll__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dpll__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dpll__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dummy__decoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dummy__decoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dummy__decoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dummy__decoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dummy__decoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dummy__decoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dummy__decoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dummy__decoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dummy__decoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dummy__decoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dummy__decoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dummy__decoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvb__config_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvb__config_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/dvb__config_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvb__config_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvb__config_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvb__config_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvb__config_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvb__config__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvb__config__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvb__config__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvb__config__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvb__config__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvb__config__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__config_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__config_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__config_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__config_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt__config_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__config_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__config_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__config__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__config__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__config__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__config__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__config__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__config__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__map__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__map__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__map__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__map__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__map__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__map__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dynsections.js
 share/doc/gnuradio-${PKGVERSION}/html/edit__box__msg_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/edit__box__msg_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/edit__box__msg_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/edit__box__msg_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/edit__box__msg_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/edit__box__msg_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/edit__box__msg__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/edit__box__msg__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/edit__box__msg__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/edit__box__msg__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/edit__box__msg__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/edit__box__msg__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/encode__ccsds__27__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/encode__ccsds__27__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/encode__ccsds__27__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/encode__ccsds__27__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/encode__ccsds__27__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/encode__ccsds__27__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/encode__ccsds__27__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/encode__ccsds__27__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/encode__ccsds__27__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/encode__ccsds__27__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/encode__ccsds__27__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/encode__ccsds__27__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/endian__swap_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/endian__swap_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/endian__swap_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/endian__swap_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/endian__swap_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/endian__swap_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/endian__swap__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/endian__swap__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/endian__swap__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/endian__swap__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/endian__swap__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/endian__swap__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/endianness_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/endianness_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/endianness_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/endianness_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/endianness_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/endianness_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/endianness_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/endianness__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/endianness__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/endianness__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/endianness__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/endianness__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/endianness__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/expj_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/expj_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/expj_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/expj_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/expj_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/expj_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/expj_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/expj__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/expj__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/expj__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/expj__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/expj__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/expj__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/eyedisplayform_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/eyedisplayform_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/eyedisplayform_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/eyedisplayform_8h__dep__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/eyedisplayform_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/eyedisplayform_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/eyedisplayform_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/eyedisplayform_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/eyedisplaysform_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/eyedisplaysform_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/eyedisplaysform_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/eyedisplaysform_8h__dep__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/eyedisplaysform_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/eyedisplaysform_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/eyedisplaysform_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/eyedisplaysform_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fading__model_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fading__model_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fading__model_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fading__model_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fading__model_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fading__model_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/fading__model__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fading__model__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/fading__model__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/fading__model__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/fading__model__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/fading__model__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fastnoise__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fastnoise__source_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/fastnoise__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fastnoise__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fastnoise__source_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fastnoise__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fastnoise__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/fastnoise__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fastnoise__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/fastnoise__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/fastnoise__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/fastnoise__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/fastnoise__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fec_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/feedforward__agc__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/feedforward__agc__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/feedforward__agc__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/feedforward__agc__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/feedforward__agc__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/feedforward__agc__cc_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/feval_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/feval_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/feval_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/feval_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/feval_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/feval_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/feval_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/feval_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/feval_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/feedforward__agc__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/feedforward__agc__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/feedforward__agc__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/feedforward__agc__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/feedforward__agc__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/feedforward__agc__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fft_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/fft_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fft_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/fft_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fft_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fft_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fft_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fft_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fft_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fft_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fft_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fft_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fft__filter_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fft__filter_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fft__filter_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fft__filter_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fft__filter_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fft__filter_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fft__filter_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fft__filter_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccf_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccf_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccf_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccf_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccf_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccf_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccf__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccf__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccf__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccf__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccf__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__ccf__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fft__filter__fff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fft__filter__fff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fft__filter__fff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fft__filter__fff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__fff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fft__filter__fff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__fff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__fff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__fff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__fff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__fff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__fff__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/fft__filter__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/fft__vcc_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/fft__vcc_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/fft__vcc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fft__vcc_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/fft__vcc_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/fft__vfc_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/fft__vfc_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/fft__vfc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fft__vfc_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/fft__vfc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/fft__shift__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fft__shift__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/fft__shift__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/fft__shift__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/fft__shift__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/fft__shift__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/fft__v_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fft__v_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/fft__v_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/fft__v_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/fft__v_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/fft__v__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fft__v__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/fft__v__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/fft__v__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/fft__v__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/fft__v__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__sink_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__sink_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__source_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/file__descriptor__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/file__meta__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/file__meta__sink_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/file__meta__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/file__meta__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/file__meta__sink_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/file__meta__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/file__meta__sink_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/file__meta__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/file__meta__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/file__meta__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/file__meta__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/file__meta__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/file__meta__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/file__meta__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/file__meta__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/file__meta__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/file__meta__source_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/file__meta__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/file__meta__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/file__meta__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/file__meta__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/file__meta__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/file__meta__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/file__meta__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/file__meta__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/file__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/file__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/file__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/file__sink_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/file__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/file__sink_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/file__sink__base__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/file__sink__base__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/file__sink__base__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/file__sink__base__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/file__sink__base__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/file__sink__base__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/file__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/file__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/file__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/file__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/file__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/file__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/file__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/file__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/file__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/file__source_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/file__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/file__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/file__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/file__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/file__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/file__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/file__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/file__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/files.html
 share/doc/gnuradio-${PKGVERSION}/html/files_dup.js
 share/doc/gnuradio-${PKGVERSION}/html/filter_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/filterbank__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/filterbank__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/filterbank__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/filterbank__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/filterbank__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/filterbank__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/filterbank__vcvcf_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/filterbank__vcvcf_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/filterbank__vcvcf_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/filterbank__vcvcf_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/filterbank__vcvcf_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/filterbank__vcvcf_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/filterbank__vcvcf__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/filterbank__vcvcf__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/filterbank__vcvcf__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/filterbank__vcvcf__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/filterbank__vcvcf__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/filterbank__vcvcf__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fir__filter_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fir__filter_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/fir__filter_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fir__filter_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fir__filter_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fir__filter_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fir__filter_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fir__filter_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fir__filter_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fir__filter__blk_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fir__filter__blk_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/fir__filter__blk_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fir__filter__blk_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fir__filter__blk_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__blk_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fir__filter__blk_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__blk__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__blk__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__blk__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__blk__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__blk__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__blk__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/firdes_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/firdes_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/firdes_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/firdes_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/firdes_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/firdes_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/firdes_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/firdes_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/firdes_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/firdes_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/firdes__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/firdes__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/firdes__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/firdes__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/firdes__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/firdes__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fll__band__edge__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fll__band__edge__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fll__band__edge__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fll__band__edge__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fll__band__edge__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fll__band__edge__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/fll__band__edge__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fll__band__edge__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/fll__band__edge__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/fll__band__edge__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/fll__band__edge__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/fll__band__edge__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/float__to__char_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/float__to__char_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/float__to__char_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/float__to__char_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/float__to__char_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/float__to__char_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/float__to__char__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/float__to__char__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/float__to__char__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/float__to__char__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/float__to__char__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/float__to__char__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/float__to__complex_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/float__to__complex_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/float__to__complex_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/float__to__complex_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/float__to__complex_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/float__to__complex_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/float__to__complex__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/float__to__complex__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/float__to__complex__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/float__to__complex__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/float__to__complex__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/float__to__complex__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/float__to__int_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/float__to__int_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/float__to__int_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/float__to__int_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/float__to__int_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/float__to__int_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/float__to__int__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/float__to__int__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/float__to__int__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/float__to__int__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/float__to__int__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/float__to__int__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/float__to__short_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/float__to__short_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/float__to__short_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/float__to__short_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/float__to__short_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/float__to__short_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/float__to__short__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/float__to__short__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/float__to__short__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/float__to__short__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/float__to__short__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/float__to__short__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/float__to__uchar_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/float__to__uchar_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/float__to__uchar_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/float__to__uchar_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/float__to__uchar_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/float__to__uchar_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/float__to__uchar__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/float__to__uchar__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/float__to__uchar__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/float__to__uchar__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/float__to__uchar__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/float__to__uchar__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/flowgraph_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/flowgraph_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/flowgraph_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/flowgraph_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/flowgraph_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/flowgraph_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/flowgraph_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/flowgraph__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/flowgraph__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/flowgraph__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/flowgraph__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/flowgraph__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/flowgraph__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fmdet__cf_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fmdet__cf_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fmdet__cf_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fmdet__cf_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fmdet__cf_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fmdet__cf_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/fmdet__cf__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fmdet__cf__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/fmdet__cf__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/fmdet__cf__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/fmdet__cf__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/fmdet__cf__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/folderclosed.png
 share/doc/gnuradio-${PKGVERSION}/html/folderopen.png
 share/doc/gnuradio-${PKGVERSION}/html/form_0.png
@@ -3621,80 +5238,146 @@ share/doc/gnuradio-${PKGVERSION}/html/fo
 share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/form__menus__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/form__menus__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/form__menus__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/form__menus__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/form__menus__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/form__menus__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/formula.repository
 share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/freedv__rx__ss_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/freedv__rx__ss_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/freedv__rx__ss_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/freedv__rx__ss_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/freedv__rx__ss_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/freedv__rx__ss_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/freedv__rx__ss__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/freedv__rx__ss__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/freedv__rx__ss__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/freedv__rx__ss__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/freedv__rx__ss__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/freedv__rx__ss__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/freedv__tx__ss_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/freedv__tx__ss_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/freedv__tx__ss_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/freedv__tx__ss_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/freedv__tx__ss_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/freedv__tx__ss_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/freedv__tx__ss__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/freedv__tx__ss__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/freedv__tx__ss__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/freedv__tx__ss__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/freedv__tx__ss__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/freedv__tx__ss__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/freq__sink__c_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/freq__sink__c_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/freq__sink__c_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/freq__sink__c_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/freq__sink__c_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/freq__sink__c_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/freq__sink__c__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/freq__sink__c__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/freq__sink__c__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/freq__sink__c__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/freq__sink__c__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/freq__sink__c__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/freqdisplayform_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/freqdisplayform_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/freqdisplayform_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/freqdisplayform_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/freqdisplayform_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/freqdisplayform_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/freqdisplayform_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/freqdisplayform_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/freqdisplayform_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/freqdisplayform_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/freqdisplayform__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/freqdisplayform__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/freqdisplayform__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/freqdisplayform__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/freqdisplayform__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/freqdisplayform__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/frequency__modulator__fc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/frequency__modulator__fc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/frequency__modulator__fc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/frequency__modulator__fc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/frequency__modulator__fc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/frequency__modulator__fc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/frequency__modulator__fc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/frequency__modulator__fc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/frequency__modulator__fc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/frequency__modulator__fc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/frequency__modulator__fc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/frequency__modulator__fc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fsm_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fsm_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fsm_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fsm_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fsm_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fsm_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fsm_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fsm_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fsm_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fsm_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/fsm__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fsm__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/fsm__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/fsm__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/fsm__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/fsm__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/functions.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_a.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_b.html
@@ -3750,10 +5433,10 @@ share/doc/gnuradio-${PKGVERSION}/html/fu
 share/doc/gnuradio-${PKGVERSION}/html/functions_type.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_type.js
 share/doc/gnuradio-${PKGVERSION}/html/functions_type_h.html
-share/doc/gnuradio-${PKGVERSION}/html/functions_type_m.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_type_o.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_type_q.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_type_s.html
+share/doc/gnuradio-${PKGVERSION}/html/functions_type_t.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_u.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_v.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars.html
@@ -3762,15 +5445,18 @@ share/doc/gnuradio-${PKGVERSION}/html/fu
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_b.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_c.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_d.html
+share/doc/gnuradio-${PKGVERSION}/html/functions_vars_e.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_f.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_g.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_h.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_i.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_k.html
+share/doc/gnuradio-${PKGVERSION}/html/functions_vars_l.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_m.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_n.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_o.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_p.html
+share/doc/gnuradio-${PKGVERSION}/html/functions_vars_r.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_s.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_t.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_u.html
@@ -3784,106 +5470,206 @@ share/doc/gnuradio-${PKGVERSION}/html/fu
 share/doc/gnuradio-${PKGVERSION}/html/fxpt_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fxpt_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fxpt_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fxpt_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fxpt_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fxpt_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fxpt_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fxpt_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fxpt_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fxpt_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fxpt__nco_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fxpt__nco_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fxpt__nco_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fxpt__nco_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__nco_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fxpt__nco_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__nco__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__nco__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__nco__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__nco__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__nco__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__nco__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fxpt__vco_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fxpt__vco_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fxpt__vco_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fxpt__vco_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__vco_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fxpt__vco_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__vco__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__vco__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__vco__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__vco__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__vco__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/fxpt__vco__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/g721__decode__bs_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/g721__decode__bs_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/g721__decode__bs_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/g721__decode__bs_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/g721__decode__bs_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/g721__decode__bs_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/g721__decode__bs__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/g721__decode__bs__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/g721__decode__bs__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/g721__decode__bs__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/g721__decode__bs__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/g721__decode__bs__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/g721__encode__sb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/g721__encode__sb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/g721__encode__sb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/g721__encode__sb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/g721__encode__sb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/g721__encode__sb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/g721__encode__sb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/g721__encode__sb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/g721__encode__sb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/g721__encode__sb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/g721__encode__sb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/g721__encode__sb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/g723__24__decode__bs_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/g723__24__decode__bs_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/g723__24__decode__bs_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/g723__24__decode__bs_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/g723__24__decode__bs_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/g723__24__decode__bs_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/g723__24__decode__bs__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/g723__24__decode__bs__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/g723__24__decode__bs__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/g723__24__decode__bs__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/g723__24__decode__bs__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/g723__24__decode__bs__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/g723__24__encode__sb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/g723__24__encode__sb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/g723__24__encode__sb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/g723__24__encode__sb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/g723__24__encode__sb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/g723__24__encode__sb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/g723__24__encode__sb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/g723__24__encode__sb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/g723__24__encode__sb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/g723__24__encode__sb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/g723__24__encode__sb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/g723__24__encode__sb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/g723__40__decode__bs_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/g723__40__decode__bs_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/g723__40__decode__bs_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/g723__40__decode__bs_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/g723__40__decode__bs_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/g723__40__decode__bs_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/g723__40__decode__bs__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/g723__40__decode__bs__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/g723__40__decode__bs__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/g723__40__decode__bs__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/g723__40__decode__bs__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/g723__40__decode__bs__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/g723__40__encode__sb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/g723__40__encode__sb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/g723__40__encode__sb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/g723__40__encode__sb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/g723__40__encode__sb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/g723__40__encode__sb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/g723__40__encode__sb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/g723__40__encode__sb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/g723__40__encode__sb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/g723__40__encode__sb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/g723__40__encode__sb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/g723__40__encode__sb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/generic__decoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/generic__decoder_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/generic__decoder_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/generic__decoder_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/generic__decoder_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/generic__decoder_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/generic__decoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/generic__decoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/generic__decoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/generic__decoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/generic__decoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/generic__decoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/generic__decoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/generic__decoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/generic__decoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/generic__decoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/generic__decoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/generic__encoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/generic__encoder_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/generic__encoder_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/generic__encoder_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/generic__encoder_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/generic__encoder_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/generic__encoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/generic__encoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/generic__encoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/generic__encoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/generic__encoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/generic__encoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/generic__encoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/generic__encoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/generic__encoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/generic__encoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/generic__encoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/glfsr_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/glfsr_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/glfsr_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/glfsr_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/glfsr_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/glfsr_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__b_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__b_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__b_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__b_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__b_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__b_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__b__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__b__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__b__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__b__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__b__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__b__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__f_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__f_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__f_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__f_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__f_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__f_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__f__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__f__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__f__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__f__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__f__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/glfsr__source__f__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/globals.html
 share/doc/gnuradio-${PKGVERSION}/html/globals_a.html
 share/doc/gnuradio-${PKGVERSION}/html/globals_b.html
 share/doc/gnuradio-${PKGVERSION}/html/globals_c.html
 share/doc/gnuradio-${PKGVERSION}/html/globals_d.html
 share/doc/gnuradio-${PKGVERSION}/html/globals_defs.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_defs.js
+share/doc/gnuradio-${PKGVERSION}/html/globals_defs_a.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_defs_b.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_defs_c.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_defs_d.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_defs_f.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_defs_g.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_defs_m.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_defs_n.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_defs_p.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_defs_q.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_defs_s.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_defs_t.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_defs_v.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_defs_w.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_defs_z.html
 share/doc/gnuradio-${PKGVERSION}/html/globals_dup.js
 share/doc/gnuradio-${PKGVERSION}/html/globals_e.html
 share/doc/gnuradio-${PKGVERSION}/html/globals_enum.html
@@ -3906,217 +5692,324 @@ share/doc/gnuradio-${PKGVERSION}/html/gl
 share/doc/gnuradio-${PKGVERSION}/html/globals_u.html
 share/doc/gnuradio-${PKGVERSION}/html/globals_v.html
 share/doc/gnuradio-${PKGVERSION}/html/globals_vars.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_vars.js
+share/doc/gnuradio-${PKGVERSION}/html/globals_vars_d.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_vars_g.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_vars_h.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_vars_n.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_vars_p.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_vars_s.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_vars_t.html
 share/doc/gnuradio-${PKGVERSION}/html/globals_w.html
 share/doc/gnuradio-${PKGVERSION}/html/globals_x.html
 share/doc/gnuradio-${PKGVERSION}/html/globals_z.html
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio-logo.svg
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2gnuradio_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2gnuradio_2api_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2gnuradio_2api_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2gnuradio_2api_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2gnuradio_2api_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2gnuradio_2api_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2gnuradio_2api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2gnuradio_2api_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2gnuradio_2api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2gnuradio_2api_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2pmt_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2pmt_2api_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2pmt_2api_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2pmt_2api_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2pmt_2api_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2pmt_2api_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2pmt_2api_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2pmt_2api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2pmt_2api_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2pmt_2api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2pmt_2api_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio_logo_icon.png
 share/doc/gnuradio-${PKGVERSION}/html/goertzel_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/goertzel_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/goertzel_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/goertzel_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/goertzel_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/goertzel_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/goertzel__fc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/goertzel__fc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/goertzel__fc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/goertzel__fc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/goertzel__fc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/goertzel__fc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/goertzel__fc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/goertzel__fc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/goertzel__fc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/goertzel__fc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/goertzel__fc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/goertzel__fc__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/goertzel__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/goertzel__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/goertzel__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/goertzel__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/goertzel__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/goertzel__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-analog_2include_2gnuradio_2analog_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-analog_2include_2gnuradio_2analog_2api_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gr-analog_2include_2gnuradio_2analog_2api_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-analog_2include_2gnuradio_2analog_2api_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-analog_2include_2gnuradio_2analog_2api_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-analog_2include_2gnuradio_2analog_2api_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-analog_2include_2gnuradio_2analog_2api_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-analog_2include_2gnuradio_2analog_2api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-analog_2include_2gnuradio_2analog_2api_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-analog_2include_2gnuradio_2analog_2api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-analog_2include_2gnuradio_2analog_2api_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2include_2gnuradio_2audio_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2include_2gnuradio_2audio_2api_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2include_2gnuradio_2audio_2api_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2include_2gnuradio_2audio_2api_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2include_2gnuradio_2audio_2api_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2include_2gnuradio_2audio_2api_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2include_2gnuradio_2audio_2api_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2include_2gnuradio_2audio_2api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2include_2gnuradio_2audio_2api_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2include_2gnuradio_2audio_2api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2include_2gnuradio_2audio_2api_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2api_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2api_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2api_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2api_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2api_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2api_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2api_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2udp__sink_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2udp__sink_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2udp__sink_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2udp__sink_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2udp__sink_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2udp__source_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2udp__source_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2udp__source_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2udp__source_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2udp__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2python_2blocks_2bindings_2docstrings_2udp__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2python_2blocks_2bindings_2docstrings_2udp__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2python_2blocks_2bindings_2docstrings_2udp__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2python_2blocks_2bindings_2docstrings_2udp__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2python_2blocks_2bindings_2docstrings_2udp__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2python_2blocks_2bindings_2docstrings_2udp__sink__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2python_2blocks_2bindings_2docstrings_2udp__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2python_2blocks_2bindings_2docstrings_2udp__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2python_2blocks_2bindings_2docstrings_2udp__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2python_2blocks_2bindings_2docstrings_2udp__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2python_2blocks_2bindings_2docstrings_2udp__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2python_2blocks_2bindings_2docstrings_2udp__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-channels_2include_2gnuradio_2channels_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-channels_2include_2gnuradio_2channels_2api_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gr-channels_2include_2gnuradio_2channels_2api_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-channels_2include_2gnuradio_2channels_2api_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-channels_2include_2gnuradio_2channels_2api_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-channels_2include_2gnuradio_2channels_2api_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-channels_2include_2gnuradio_2channels_2api_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-channels_2include_2gnuradio_2channels_2api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-channels_2include_2gnuradio_2channels_2api_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-channels_2include_2gnuradio_2channels_2api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-channels_2include_2gnuradio_2channels_2api_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-digital_2include_2gnuradio_2digital_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-digital_2include_2gnuradio_2digital_2api_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/gr-digital_2include_2gnuradio_2digital_2api_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gr-digital_2include_2gnuradio_2digital_2api_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gr-digital_2include_2gnuradio_2digital_2api_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-digital_2include_2gnuradio_2digital_2api_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-digital_2include_2gnuradio_2digital_2api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-digital_2include_2gnuradio_2digital_2api_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-digital_2include_2gnuradio_2digital_2api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-digital_2include_2gnuradio_2digital_2api_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-dtv_2include_2gnuradio_2dtv_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-dtv_2include_2gnuradio_2dtv_2api_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/gr-dtv_2include_2gnuradio_2dtv_2api_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gr-dtv_2include_2gnuradio_2dtv_2api_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gr-dtv_2include_2gnuradio_2dtv_2api_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-dtv_2include_2gnuradio_2dtv_2api_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-dtv_2include_2gnuradio_2dtv_2api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-dtv_2include_2gnuradio_2dtv_2api_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-dtv_2include_2gnuradio_2dtv_2api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-dtv_2include_2gnuradio_2dtv_2api_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2api_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2api_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2api_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2api_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2api_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2api_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2api_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2api_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2encoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2encoder_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2encoder_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2encoder_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2encoder_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2encoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2encoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2encoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2encoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2encoder_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2viterbi_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2viterbi_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2viterbi_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2viterbi_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2viterbi_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2viterbi_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2include_2gnuradio_2fec_2viterbi_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2python_2fec_2bindings_2docstrings_2encoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2python_2fec_2bindings_2docstrings_2encoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2python_2fec_2bindings_2docstrings_2encoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2python_2fec_2bindings_2docstrings_2encoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2python_2fec_2bindings_2docstrings_2encoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2python_2fec_2bindings_2docstrings_2encoder__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2python_2fec_2bindings_2docstrings_2viterbi__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2python_2fec_2bindings_2docstrings_2viterbi__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2python_2fec_2bindings_2docstrings_2viterbi__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2python_2fec_2bindings_2docstrings_2viterbi__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2python_2fec_2bindings_2docstrings_2viterbi__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/gr-fec_2python_2fec_2bindings_2docstrings_2viterbi__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-fft_2include_2gnuradio_2fft_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-fft_2include_2gnuradio_2fft_2api_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gr-fft_2include_2gnuradio_2fft_2api_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-fft_2include_2gnuradio_2fft_2api_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-fft_2include_2gnuradio_2fft_2api_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-fft_2include_2gnuradio_2fft_2api_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-fft_2include_2gnuradio_2fft_2api_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-fft_2include_2gnuradio_2fft_2api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-fft_2include_2gnuradio_2fft_2api_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-fft_2include_2gnuradio_2fft_2api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-fft_2include_2gnuradio_2fft_2api_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-filter_2include_2gnuradio_2filter_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-filter_2include_2gnuradio_2filter_2api_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gr-filter_2include_2gnuradio_2filter_2api_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-filter_2include_2gnuradio_2filter_2api_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-filter_2include_2gnuradio_2filter_2api_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-filter_2include_2gnuradio_2filter_2api_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-filter_2include_2gnuradio_2filter_2api_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-filter_2include_2gnuradio_2filter_2api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-filter_2include_2gnuradio_2filter_2api_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-filter_2include_2gnuradio_2filter_2api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-filter_2include_2gnuradio_2filter_2api_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2api_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2api_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2api_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2api_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2api_8h__dep__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2api_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2api_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2api_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2api_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2udp__sink_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2udp__sink_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2udp__sink_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2udp__sink_8h__dep__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2udp__sink_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2udp__sink_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2udp__sink_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2udp__sink_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2udp__source_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2udp__source_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2udp__source_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2udp__source_8h__dep__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2udp__source_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2udp__source_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2udp__source_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2include_2gnuradio_2network_2udp__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2python_2network_2bindings_2docstrings_2udp__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2python_2network_2bindings_2docstrings_2udp__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2python_2network_2bindings_2docstrings_2udp__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2python_2network_2bindings_2docstrings_2udp__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2python_2network_2bindings_2docstrings_2udp__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2python_2network_2bindings_2docstrings_2udp__sink__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2python_2network_2bindings_2docstrings_2udp__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2python_2network_2bindings_2docstrings_2udp__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2python_2network_2bindings_2docstrings_2udp__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2python_2network_2bindings_2docstrings_2udp__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2python_2network_2bindings_2docstrings_2udp__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/gr-network_2python_2network_2bindings_2docstrings_2udp__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-qtgui_2include_2gnuradio_2qtgui_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-qtgui_2include_2gnuradio_2qtgui_2api_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gr-qtgui_2include_2gnuradio_2qtgui_2api_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-qtgui_2include_2gnuradio_2qtgui_2api_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-qtgui_2include_2gnuradio_2qtgui_2api_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-qtgui_2include_2gnuradio_2qtgui_2api_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-qtgui_2include_2gnuradio_2qtgui_2api_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-qtgui_2include_2gnuradio_2qtgui_2api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-qtgui_2include_2gnuradio_2qtgui_2api_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-qtgui_2include_2gnuradio_2qtgui_2api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-qtgui_2include_2gnuradio_2qtgui_2api_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2api_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2api_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2api_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2api_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2api_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2api_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2api_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2api_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2encoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2encoder_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2encoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2encoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2encoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2encoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2encoder_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2viterbi_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2viterbi_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2viterbi_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2viterbi_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2viterbi_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2viterbi_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2viterbi_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2python_2trellis_2bindings_2docstrings_2encoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2python_2trellis_2bindings_2docstrings_2encoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2python_2trellis_2bindings_2docstrings_2encoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2python_2trellis_2bindings_2docstrings_2encoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2python_2trellis_2bindings_2docstrings_2encoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2python_2trellis_2bindings_2docstrings_2encoder__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2python_2trellis_2bindings_2docstrings_2viterbi__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2python_2trellis_2bindings_2docstrings_2viterbi__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2python_2trellis_2bindings_2docstrings_2viterbi__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2python_2trellis_2bindings_2docstrings_2viterbi__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2python_2trellis_2bindings_2docstrings_2viterbi__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2python_2trellis_2bindings_2docstrings_2viterbi__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-uhd_2include_2gnuradio_2uhd_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-uhd_2include_2gnuradio_2uhd_2api_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gr-uhd_2include_2gnuradio_2uhd_2api_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-uhd_2include_2gnuradio_2uhd_2api_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-uhd_2include_2gnuradio_2uhd_2api_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-uhd_2include_2gnuradio_2uhd_2api_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-uhd_2include_2gnuradio_2uhd_2api_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-uhd_2include_2gnuradio_2uhd_2api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-uhd_2include_2gnuradio_2uhd_2api_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-uhd_2include_2gnuradio_2uhd_2api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-uhd_2include_2gnuradio_2uhd_2api_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/gr-utils_2python_2modtool_2templates_2gr-newmod_2docs_2doxygen_2other_2group__defs_8dox.html
-share/doc/gnuradio-${PKGVERSION}/html/gr-utils_2python_2modtool_2templates_2gr-newmod_2docs_2doxygen_2other_2main__page_8dox.html
-share/doc/gnuradio-${PKGVERSION}/html/gr-utils_2python_2modtool_2templates_2gr-newmod_2include_2howto_2api_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/gr-utils_2python_2modtool_2templates_2gr-newmod_2include_2howto_2api_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/gr-utils_2python_2modtool_2templates_2gr-newmod_2include_2howto_2api_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/gr-utils_2python_2modtool_2templates_2gr-newmod_2include_2howto_2api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-utils_2python_2modtool_2templates_2gr-newmod_2include_2howto_2api_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/gr-utils_2python_2modtool_2templates_2gr-newmod_2include_2howto_2api_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-video-sdl_2include_2gnuradio_2video__sdl_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-video-sdl_2include_2gnuradio_2video__sdl_2api_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gr-video-sdl_2include_2gnuradio_2video__sdl_2api_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-video-sdl_2include_2gnuradio_2video__sdl_2api_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-video-sdl_2include_2gnuradio_2video__sdl_2api_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-video-sdl_2include_2gnuradio_2video__sdl_2api_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-video-sdl_2include_2gnuradio_2video__sdl_2api_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-video-sdl_2include_2gnuradio_2video__sdl_2api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-video-sdl_2include_2gnuradio_2video__sdl_2api_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-video-sdl_2include_2gnuradio_2video__sdl_2api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-video-sdl_2include_2gnuradio_2video__sdl_2api_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-vocoder_2include_2gnuradio_2vocoder_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-vocoder_2include_2gnuradio_2vocoder_2api_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gr-vocoder_2include_2gnuradio_2vocoder_2api_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-vocoder_2include_2gnuradio_2vocoder_2api_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-vocoder_2include_2gnuradio_2vocoder_2api_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-vocoder_2include_2gnuradio_2vocoder_2api_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-vocoder_2include_2gnuradio_2vocoder_2api_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-vocoder_2include_2gnuradio_2vocoder_2api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-vocoder_2include_2gnuradio_2vocoder_2api_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-vocoder_2include_2gnuradio_2vocoder_2api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-vocoder_2include_2gnuradio_2vocoder_2api_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-wavelet_2include_2gnuradio_2wavelet_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-wavelet_2include_2gnuradio_2wavelet_2api_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gr-wavelet_2include_2gnuradio_2wavelet_2api_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-wavelet_2include_2gnuradio_2wavelet_2api_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-wavelet_2include_2gnuradio_2wavelet_2api_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-wavelet_2include_2gnuradio_2wavelet_2api_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-wavelet_2include_2gnuradio_2wavelet_2api_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-wavelet_2include_2gnuradio_2wavelet_2api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-wavelet_2include_2gnuradio_2wavelet_2api_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-wavelet_2include_2gnuradio_2wavelet_2api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-wavelet_2include_2gnuradio_2wavelet_2api_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-zeromq_2include_2gnuradio_2zeromq_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-zeromq_2include_2gnuradio_2zeromq_2api_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gr-zeromq_2include_2gnuradio_2zeromq_2api_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-zeromq_2include_2gnuradio_2zeromq_2api_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-zeromq_2include_2gnuradio_2zeromq_2api_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-zeromq_2include_2gnuradio_2zeromq_2api_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-zeromq_2include_2gnuradio_2zeromq_2api_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-zeromq_2include_2gnuradio_2zeromq_2api_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-zeromq_2include_2gnuradio_2zeromq_2api_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr-zeromq_2include_2gnuradio_2zeromq_2api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-zeromq_2include_2gnuradio_2zeromq_2api_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr__complex_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr__complex_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gr__complex_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr__complex_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr__complex_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr__complex_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr__complex_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr__complex_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr__complex_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gr__complex_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr__complex_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/graph_legend.html
 share/doc/gnuradio-${PKGVERSION}/html/graph_legend.md5
-share/doc/gnuradio-${PKGVERSION}/html/graph_legend.png
+share/doc/gnuradio-${PKGVERSION}/html/graph_legend.svg
 share/doc/gnuradio-${PKGVERSION}/html/group__applications.html
 share/doc/gnuradio-${PKGVERSION}/html/group__audio__blk.html
 share/doc/gnuradio-${PKGVERSION}/html/group__audio__blk.js
@@ -4140,6 +6033,7 @@ share/doc/gnuradio-${PKGVERSION}/html/gr
 share/doc/gnuradio-${PKGVERSION}/html/group__controlport__blk.js
 share/doc/gnuradio-${PKGVERSION}/html/group__debug__tools__blk.html
 share/doc/gnuradio-${PKGVERSION}/html/group__debug__tools__blk.js
+share/doc/gnuradio-${PKGVERSION}/html/group__defs_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/group__deprecated__blk.html
 share/doc/gnuradio-${PKGVERSION}/html/group__deprecated__blk.js
 share/doc/gnuradio-${PKGVERSION}/html/group__equalizers__blk.html
@@ -4206,566 +6100,749 @@ share/doc/gnuradio-${PKGVERSION}/html/gr
 share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__decode__ps_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__decode__ps_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__decode__ps_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__decode__ps_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__decode__ps_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__decode__ps_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__decode__ps__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__decode__ps__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__decode__ps__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__decode__ps__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__decode__ps__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__decode__ps__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/head_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/head_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/head_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/head_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/head_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/head_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/head__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/head__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/head__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/head__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/head__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/head__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/header__buffer_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/header__buffer_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/header__buffer_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/header__buffer_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/header__buffer_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/header__buffer_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/header__buffer_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/header__buffer_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/header__buffer_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/header__buffer_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/header__buffer__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/header__buffer__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/header__buffer__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/header__buffer__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/header__buffer__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/header__buffer__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/header__format__base_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/header__format__base_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/header__format__base_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/header__format__base_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/header__format__base_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/header__format__base_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/header__format__base_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/header__format__base_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/header__format__base_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/header__format__base_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/header__format__base__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/header__format__base__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/header__format__base__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/header__format__base__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/header__format__base__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/header__format__base__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/header__format__counter_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/header__format__counter_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/header__format__counter_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/header__format__counter_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/header__format__counter_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/header__format__counter_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/header__format__counter__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/header__format__counter__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/header__format__counter__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/header__format__counter__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/header__format__counter__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/header__format__counter__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/header__format__crc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/header__format__crc_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/header__format__crc_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/header__format__crc_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/header__format__crc_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/header__format__crc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/header__format__crc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/header__format__crc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/header__format__crc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/header__format__crc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/header__format__crc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/header__format__crc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/header__format__crc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/header__format__crc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/header__format__crc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/header__format__crc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/header__format__default_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/header__format__default_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/header__format__default_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/header__format__default_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/header__format__default_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/header__format__default_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/header__format__default_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/header__format__default_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/header__format__default_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/header__format__default_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/header__format__default__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/header__format__default__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/header__format__default__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/header__format__default__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/header__format__default__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/header__format__default__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/header__format__ofdm_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/header__format__ofdm_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/header__format__ofdm_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/header__format__ofdm_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/header__format__ofdm_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/header__format__ofdm_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/header__format__ofdm__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/header__format__ofdm__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/header__format__ofdm__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/header__format__ofdm__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/header__format__ofdm__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/header__format__ofdm__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/header__payload__demux_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/header__payload__demux_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/header__payload__demux_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/header__payload__demux_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/header__payload__demux_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/header__payload__demux_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/header__payload__demux__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/header__payload__demux__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/header__payload__demux__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/header__payload__demux__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/header__payload__demux__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/header__payload__demux__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/hier__block2_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/hier__block2_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/hier__block2_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/hier__block2_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/hier__block2_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/hier__block2_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/hier__block2_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/hier__block2_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/hier__block2_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/hier__block2_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/hier__block2_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/hier__block2__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/hier__block2__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/hier__block2__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/hier__block2__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/hier__block2__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/hier__block2__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/hierarchy.html
 share/doc/gnuradio-${PKGVERSION}/html/hierarchy.js
 share/doc/gnuradio-${PKGVERSION}/html/high__res__timer_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/high__res__timer_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/high__res__timer_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/high__res__timer_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/high__res__timer_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/high__res__timer_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/high__res__timer_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/high__res__timer_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/high__res__timer_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/high__res__timer_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/high__res__timer_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/high__res__timer__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/high__res__timer__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/high__res__timer__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/high__res__timer__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/high__res__timer__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/high__res__timer__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/hilbert__fc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/hilbert__fc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/hilbert__fc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/hilbert__fc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/hilbert__fc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/hilbert__fc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/hilbert__fc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/hilbert__fc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/hilbert__fc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/hilbert__fc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/hilbert__fc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/hilbert__fc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccd_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccd_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccd_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccd_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccd_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccd_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccd__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccd__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccd__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccd__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccd__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccd__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccf_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccf_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccf_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccf_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccf_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccf_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccf__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccf__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccf__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccf__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccf__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccf__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccz_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccz_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccz_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccz_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccz_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccz_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccz__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccz__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccz__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccz__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccz__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ccz__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ffd_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ffd_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ffd_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ffd_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ffd_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ffd_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ffd__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ffd__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ffd__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ffd__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ffd__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__ffd__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/index.html
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_0.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_0.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_0.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_0.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_1.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_1.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_1.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_1.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_10.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_10.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_10.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_10.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_100.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_100.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_100.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_100.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_101.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_101.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_101.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_101.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_102.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_102.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_102.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_102.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_103.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_103.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_103.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_103.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_104.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_104.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_104.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_104.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_105.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_105.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_105.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_105.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_106.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_106.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_106.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_106.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_107.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_107.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_107.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_107.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_108.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_108.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_108.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_108.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_109.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_109.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_109.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_109.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_11.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_11.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_11.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_11.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_110.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_110.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_110.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_110.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_111.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_111.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_111.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_111.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_112.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_112.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_112.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_112.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_113.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_113.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_113.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_113.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_114.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_114.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_114.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_114.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_115.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_115.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_115.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_115.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_116.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_116.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_116.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_116.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_117.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_117.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_117.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_117.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_118.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_118.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_118.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_118.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_119.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_119.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_119.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_119.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_12.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_12.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_12.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_12.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_120.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_120.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_120.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_120.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_121.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_121.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_121.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_121.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_122.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_122.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_122.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_122.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_123.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_123.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_123.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_123.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_124.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_124.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_124.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_124.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_125.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_125.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_125.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_125.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_126.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_126.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_126.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_126.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_127.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_127.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_127.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_127.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_128.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_128.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_128.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_128.svg
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_129.map
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_129.md5
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_129.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_13.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_13.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_13.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_13.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_14.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_14.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_14.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_14.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_15.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_15.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_15.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_15.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_16.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_16.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_16.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_16.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_17.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_17.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_17.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_17.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_18.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_18.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_18.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_18.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_19.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_19.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_19.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_19.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_2.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_2.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_2.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_2.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_20.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_20.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_20.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_20.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_21.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_21.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_21.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_21.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_22.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_22.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_22.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_22.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_23.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_23.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_23.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_23.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_24.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_24.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_24.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_24.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_25.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_25.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_25.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_25.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_26.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_26.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_26.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_26.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_27.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_27.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_27.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_27.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_28.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_28.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_28.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_28.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_29.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_29.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_29.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_29.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_3.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_3.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_3.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_3.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_30.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_30.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_30.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_30.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_31.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_31.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_31.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_31.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_32.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_32.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_32.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_32.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_33.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_33.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_33.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_33.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_34.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_34.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_34.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_34.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_35.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_35.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_35.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_35.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_36.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_36.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_36.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_36.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_37.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_37.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_37.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_37.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_38.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_38.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_38.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_38.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_39.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_39.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_39.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_39.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_4.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_4.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_4.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_4.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_40.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_40.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_40.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_40.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_41.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_41.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_41.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_41.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_42.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_42.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_42.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_42.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_43.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_43.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_43.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_43.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_44.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_44.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_44.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_44.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_45.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_45.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_45.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_45.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_46.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_46.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_46.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_46.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_47.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_47.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_47.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_47.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_48.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_48.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_48.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_48.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_49.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_49.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_49.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_49.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_5.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_5.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_5.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_5.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_50.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_50.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_50.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_50.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_51.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_51.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_51.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_51.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_52.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_52.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_52.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_52.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_53.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_53.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_53.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_53.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_54.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_54.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_54.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_54.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_55.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_55.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_55.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_55.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_56.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_56.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_56.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_56.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_57.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_57.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_57.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_57.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_58.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_58.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_58.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_58.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_59.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_59.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_59.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_59.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_6.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_6.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_6.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_6.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_60.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_60.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_60.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_60.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_61.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_61.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_61.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_61.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_62.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_62.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_62.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_62.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_63.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_63.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_63.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_63.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_64.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_64.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_64.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_64.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_65.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_65.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_65.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_65.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_66.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_66.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_66.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_66.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_67.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_67.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_67.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_67.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_68.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_68.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_68.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_68.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_69.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_69.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_69.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_69.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_7.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_7.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_7.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_7.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_70.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_70.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_70.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_70.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_71.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_71.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_71.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_71.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_72.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_72.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_72.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_72.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_73.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_73.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_73.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_73.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_74.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_74.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_74.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_74.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_75.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_75.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_75.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_75.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_76.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_76.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_76.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_76.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_77.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_77.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_77.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_77.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_78.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_78.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_78.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_78.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_79.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_79.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_79.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_79.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_8.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_8.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_8.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_8.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_80.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_80.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_80.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_80.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_81.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_81.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_81.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_81.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_82.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_82.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_82.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_82.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_83.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_83.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_83.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_83.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_84.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_84.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_84.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_84.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_85.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_85.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_85.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_85.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_86.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_86.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_86.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_86.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_87.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_87.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_87.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_87.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_88.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_88.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_88.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_88.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_89.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_89.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_89.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_89.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_9.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_9.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_9.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_9.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_90.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_90.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_90.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_90.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_91.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_91.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_91.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_91.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_92.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_92.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_92.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_92.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_93.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_93.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_93.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_93.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_94.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_94.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_94.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_94.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_95.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_95.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_95.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_95.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_96.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_96.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_96.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_96.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_97.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_97.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_97.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_97.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_98.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_98.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_98.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_98.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_99.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_99.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_99.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_99.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherits.html
 share/doc/gnuradio-${PKGVERSION}/html/int__to__float_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/int__to__float_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/int__to__float_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/int__to__float_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/int__to__float_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/int__to__float_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/int__to__float__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/int__to__float__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/int__to__float__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/int__to__float__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/int__to__float__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/int__to__float__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/integrate_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/integrate_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/integrate_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/integrate_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/integrate_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/integrate_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/integrate_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/integrate__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/integrate__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/integrate__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/integrate__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/integrate__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/integrate__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/interleave_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/interleave_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/interleave_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/interleave_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/interleave_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/interleave_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/interleave__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/interleave__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/interleave__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/interleave__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/interleave__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/interleave__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/interleaved__char__to__complex_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/interleaved__char__to__complex_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/interleaved__char__to__complex_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/interleaved__char__to__complex_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/interleaved__char__to__complex_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/interleaved__char__to__complex_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/interleaved__char__to__complex__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/interleaved__char__to__complex__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/interleaved__char__to__complex__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/interleaved__char__to__complex__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/interleaved__char__to__complex__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/interleaved__char__to__complex__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/interleaved__short__to__complex_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/interleaved__short__to__complex_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/interleaved__short__to__complex_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/interleaved__short__to__complex_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/interleaved__short__to__complex_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/interleaved__short__to__complex_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/interleaved__short__to__complex__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/interleaved__short__to__complex__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/interleaved__short__to__complex__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/interleaved__short__to__complex__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/interleaved__short__to__complex__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/interleaved__short__to__complex__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/interleaver_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/interleaver_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/interleaver_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/interleaver_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/interleaver_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/interleaver_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/interleaver_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/interleaver_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/interleaver_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/interleaver_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/interleaver__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/interleaver__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/interleaver__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/interleaver__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/interleaver__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/interleaver__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/interp__differentiator__taps_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/interp__differentiator__taps_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/interp__differentiator__taps_8h_source.html
@@ -4773,269 +6850,526 @@ share/doc/gnuradio-${PKGVERSION}/html/in
 share/doc/gnuradio-${PKGVERSION}/html/interp__fir__filter_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/interp__fir__filter_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/interp__fir__filter_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/interp__fir__filter_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/interp__fir__filter_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/interp__fir__filter_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/interp__fir__filter__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/interp__fir__filter__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/interp__fir__filter__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/interp__fir__filter__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/interp__fir__filter__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/interp__fir__filter__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/interpolating__resampler__type_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/interpolating__resampler__type_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/interpolating__resampler__type_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/interpolating__resampler__type_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/interpolating__resampler__type_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/interpolating__resampler__type_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/interpolating__resampler__type_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/interpolating__resampler__type__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/interpolating__resampler__type__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/interpolating__resampler__type__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/interpolating__resampler__type__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/interpolating__resampler__type__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/interpolating__resampler__type__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/interpolator__taps_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/interpolator__taps_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/interpolator__taps_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/io__signature__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/io__signature__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/io__signature__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/io__signature__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/io__signature__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/io__signature__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ival__decimator_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ival__decimator_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ival__decimator_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ival__decimator_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ival__decimator_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ival__decimator__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ival__decimator__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ival__decimator__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ival__decimator__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ival__decimator__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ival__decimator__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/jquery.js
 share/doc/gnuradio-${PKGVERSION}/html/keep__m__in__n_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/keep__m__in__n_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/keep__m__in__n_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/keep__m__in__n_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/keep__m__in__n_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/keep__m__in__n_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/keep__m__in__n__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/keep__m__in__n__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/keep__m__in__n__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/keep__m__in__n__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/keep__m__in__n__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/keep__m__in__n__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/keep__one__in__n_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/keep__one__in__n_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/keep__one__in__n_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/keep__one__in__n_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/keep__one__in__n_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/keep__one__in__n_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/keep__one__in__n__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/keep__one__in__n__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/keep__one__in__n__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/keep__one__in__n__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/keep__one__in__n__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/keep__one__in__n__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/kurtotic__equalizer__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/kurtotic__equalizer__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/kurtotic__equalizer__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/kurtotic__equalizer__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/kurtotic__equalizer__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/kurtotic__equalizer__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/kurtotic__equalizer__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/kurtotic__equalizer__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/kurtotic__equalizer__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/kurtotic__equalizer__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/kurtotic__equalizer__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/kurtotic__equalizer__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__bit__flip__decoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__bit__flip__decoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__bit__flip__decoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ldpc__bit__flip__decoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__bit__flip__decoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__bit__flip__decoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__bit__flip__decoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__bit__flip__decoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__bit__flip__decoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__bit__flip__decoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__bit__flip__decoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__bit__flip__decoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/lfsr_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/lfsr_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/lfsr_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/lfsr_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/lfsr_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/lfsr_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/lfsr__15__1__0_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/lfsr__15__1__0_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/lfsr__15__1__0_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/lfsr__15__1__0_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__15__1__0_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/lfsr__15__1__0_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/lfsr__15__1__0_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/lfsr__15__1__0_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__15__1__0_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/lfsr__15__1__0_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__15__1__0__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__15__1__0__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__15__1__0__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__15__1__0__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__15__1__0__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__15__1__0__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__source__s_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__source__s_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__source__s_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__source__s_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__source__s_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__source__s_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__source__s__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__source__s__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__source__s__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__source__s__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__source__s__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__source__s__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/lfsr__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/license_8dox.html
+share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/lms__dd__equalizer__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/lms__dd__equalizer__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/lms__dd__equalizer__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/lms__dd__equalizer__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/lms__dd__equalizer__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/lms__dd__equalizer__cc_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/log2__const_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/log2__const_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/log2__const_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/log2__const_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/log2__const_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/log2__const_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/lms__dd__equalizer__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/lms__dd__equalizer__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/lms__dd__equalizer__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/lms__dd__equalizer__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/lms__dd__equalizer__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/lms__dd__equalizer__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/logger_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/logger_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/logger_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/logger_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/logger_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/logger_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/logger_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/logger_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/logger_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/logger_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/logger_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/logger__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/logger__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/logger__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/logger__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/logger__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/logger__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/magphase__to__complex_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/magphase__to__complex_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/magphase__to__complex_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/magphase__to__complex_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/magphase__to__complex_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/magphase__to__complex_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/magphase__to__complex__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/magphase__to__complex__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/magphase__to__complex__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/magphase__to__complex__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/magphase__to__complex__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/magphase__to__complex__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/main__page_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/map__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/map__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/map__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/map__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/map__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/map__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/map__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/map__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/map__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/map__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/map__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/map__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/math_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/math_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/math_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/math_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/math_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/math_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/math_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/math_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/math_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/math_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/math_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/math__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/math__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/math__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/math__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/math__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/math__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/max__blk_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/max__blk_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/max__blk_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/max__blk_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/max__blk_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/max__blk_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/max__blk_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/max__blk__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/max__blk__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/max__blk__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/max__blk__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/max__blk__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/max__blk__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/maxstar_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/maxstar_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/maxstar_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/meas__evm__cc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/meas__evm__cc_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/meas__evm__cc_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/meas__evm__cc_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/meas__evm__cc_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/meas__evm__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/meas__evm__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/meas__evm__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/meas__evm__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/meas__evm__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/meas__evm__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/meas__evm__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/message_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/message_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/message_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/message_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/message_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/message_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/message_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/message_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/message_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/message_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/message_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/message__debug_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/message__debug_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/message__debug_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/message__debug_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/message__debug_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/message__debug_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/message__debug__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/message__debug__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/message__debug__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/message__debug__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/message__debug__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/message__debug__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/message__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/message__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/message__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/message__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/message__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/message__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/message__strobe_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/message__strobe_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/message__strobe_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/message__strobe_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/message__strobe_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/message__strobe_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/message__strobe__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/message__strobe__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/message__strobe__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/message__strobe__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/message__strobe__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/message__strobe__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__queue_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__queue_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__queue_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__queue_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__queue_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__queue_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__queue_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__queue_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__queue_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__queue_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__queue_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/metric__type_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/metric__type_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/metric__type_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/metric__type_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/metric__type_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/metric__type_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/metric__type_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/metric__type__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/metric__type__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/metric__type__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/metric__type__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/metric__type__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/metric__type__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/metrics_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/metrics_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/metrics_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/metrics_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/metrics_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/metrics_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/metrics_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/metrics__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/metrics__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/metrics__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/metrics__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/metrics__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/metrics__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/min__blk_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/min__blk_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/min__blk_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/min__blk_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/min__blk_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/min__blk_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/min__blk_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/min__blk__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/min__blk__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/min__blk__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/min__blk__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/min__blk__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/min__blk__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/misc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/misc_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/misc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/misc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/misc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/misc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/misc_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interpolator__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/mmse__resampler__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/modulate__vector_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/modulate__vector_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/modulate__vector_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/modulate__vector_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/modulate__vector_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/modulate__vector_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/modulate__vector_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/modules.html
 share/doc/gnuradio-${PKGVERSION}/html/modules.js
@@ -5043,110 +7377,194 @@ share/doc/gnuradio-${PKGVERSION}/html/mo
 share/doc/gnuradio-${PKGVERSION}/html/moving__average_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/moving__average_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/moving__average_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/moving__average_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/moving__average_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/moving__average_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/moving__average__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/moving__average__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/moving__average__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/moving__average__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/moving__average__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/moving__average__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__cc__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/msg__handler__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/msg__handler__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/msg__handler__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/msg__handler__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/msg__handler__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/msg__handler__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/msg__passing_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/msg__passing_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/msg__passing_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/msg__passing_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/msg__passing_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/msg__passing_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/msg__passing_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/msg__queue_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/msg__queue_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/msg__queue_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/msg__queue_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/msg__queue_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/msg__queue_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/msg__queue_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/msg__queue_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/msg__queue_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/msg__queue_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/msg__queue__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/msg__queue__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/msg__queue__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/msg__queue__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/msg__queue__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/msg__queue__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/msk__timing__recovery__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/msk__timing__recovery__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/msk__timing__recovery__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/msk__timing__recovery__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/msk__timing__recovery__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/msk__timing__recovery__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/msk__timing__recovery__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/msk__timing__recovery__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/msk__timing__recovery__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/msk__timing__recovery__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/msk__timing__recovery__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/msk__timing__recovery__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/multiply_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/multiply_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/multiply_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/multiply_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/multiply_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/multiply_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/multiply_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/multiply__by__tag__value__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/multiply__by__tag__value__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/multiply__by__tag__value__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/multiply__by__tag__value__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/multiply__by__tag__value__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/multiply__by__tag__value__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/multiply__by__tag__value__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/multiply__by__tag__value__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/multiply__by__tag__value__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/multiply__by__tag__value__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/multiply__by__tag__value__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/multiply__by__tag__value__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/multiply__conjugate__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/multiply__conjugate__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/multiply__conjugate__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/multiply__conjugate__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/multiply__conjugate__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/multiply__conjugate__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/multiply__conjugate__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/multiply__conjugate__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/multiply__conjugate__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/multiply__conjugate__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/multiply__conjugate__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/multiply__conjugate__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/multiply__const_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/multiply__const_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/multiply__const_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/multiply__const_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/multiply__const_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/multiply__const_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/multiply__const_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/multiply__const__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/multiply__const__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/multiply__const__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/multiply__const__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/multiply__const__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/multiply__const__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/multiply__const__v_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/multiply__const__v_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/multiply__const__v_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/multiply__const__v_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/multiply__const__v_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/multiply__const__v_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/multiply__const__v_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/multiply__const__v__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/multiply__const__v__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/multiply__const__v__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/multiply__const__v__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/multiply__const__v__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/multiply__const__v__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/multiply__matrix_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/multiply__matrix_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/multiply__matrix_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/multiply__matrix_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/multiply__matrix_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/multiply__matrix_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/multiply__matrix_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/multiply__matrix__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/multiply__matrix__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/multiply__matrix__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/multiply__matrix__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/multiply__matrix__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/multiply__matrix__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/multiply__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/multiply__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/multiply__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/multiply__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/multiply__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/multiply__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/mute_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/mute_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/mute_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/mute_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/mute_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/mute_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/mute_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/mute__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/mute__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/mute__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/mute__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/mute__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/mute__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/namespaceapache.html
 share/doc/gnuradio-${PKGVERSION}/html/namespaceapache.js
 share/doc/gnuradio-${PKGVERSION}/html/namespaceapache_1_1thrift.html
@@ -5187,10 +7605,10 @@ share/doc/gnuradio-${PKGVERSION}/html/na
 share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1filter.js
 share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1filter_1_1kernel.html
 share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1filter_1_1kernel.js
-share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1impl.html
-share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1impl.js
 share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1messages.html
 share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1messages.js
+share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1network.html
+share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1network.js
 share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1qtgui.html
 share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1qtgui.js
 share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1thread.html
@@ -5231,7 +7649,6 @@ share/doc/gnuradio-${PKGVERSION}/html/na
 share/doc/gnuradio-${PKGVERSION}/html/namespacemembers_eval_s.html
 share/doc/gnuradio-${PKGVERSION}/html/namespacemembers_eval_t.html
 share/doc/gnuradio-${PKGVERSION}/html/namespacemembers_eval_v.html
-share/doc/gnuradio-${PKGVERSION}/html/namespacemembers_eval_w.html
 share/doc/gnuradio-${PKGVERSION}/html/namespacemembers_f.html
 share/doc/gnuradio-${PKGVERSION}/html/namespacemembers_func.html
 share/doc/gnuradio-${PKGVERSION}/html/namespacemembers_func.js
@@ -5341,176 +7758,381 @@ share/doc/gnuradio-${PKGVERSION}/html/na
 share/doc/gnuradio-${PKGVERSION}/html/navtreeindex39.js
 share/doc/gnuradio-${PKGVERSION}/html/navtreeindex4.js
 share/doc/gnuradio-${PKGVERSION}/html/navtreeindex40.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex41.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex42.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex43.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex44.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex45.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex46.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex47.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex48.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex49.js
 share/doc/gnuradio-${PKGVERSION}/html/navtreeindex5.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex50.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex51.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex52.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex53.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex54.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex55.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex56.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex57.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex58.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex59.js
 share/doc/gnuradio-${PKGVERSION}/html/navtreeindex6.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex60.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex61.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex62.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex63.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex64.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex65.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex66.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex67.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex68.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex69.js
 share/doc/gnuradio-${PKGVERSION}/html/navtreeindex7.js
 share/doc/gnuradio-${PKGVERSION}/html/navtreeindex8.js
 share/doc/gnuradio-${PKGVERSION}/html/navtreeindex9.js
 share/doc/gnuradio-${PKGVERSION}/html/nco_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/nco_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/nco_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/nco_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/nco_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/nco_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/nco__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/nco__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/nco__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/nco__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/nco__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/nco__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/nlog10__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/nlog10__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/nlog10__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/nlog10__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/nlog10__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/nlog10__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/nlog10__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/nlog10__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/nlog10__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/nlog10__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/nlog10__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/nlog10__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/noise__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/noise__source_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/noise__source_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/noise__source_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/noise__source_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/noise__source_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/noise__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/noise__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/noise__source_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/noise__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/noise__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/noise__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/noise__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/noise__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/noise__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/noise__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/noise__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/noise__type_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/noise__type_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/noise__type_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/noise__type_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/noise__type_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/noise__type_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/noise__type_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/noise__type__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/noise__type__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/noise__type__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/noise__type__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/noise__type__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/noise__type__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/nop_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/nop_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/nop_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/nop_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/nop_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/nop_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/nop__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/nop__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/nop__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/nop__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/nop__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/nop__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/not__blk_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/not__blk_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/not__blk_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/not__blk_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/not__blk_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/not__blk_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/not__blk_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/not__blk__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/not__blk__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/not__blk__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/not__blk__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/not__blk__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/not__blk__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/null__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/null__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/null__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/null__sink_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/null__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/null__sink_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/null__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/null__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/null__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/null__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/null__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/null__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/null__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/null__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/null__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/null__source_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/null__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/null__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/null__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/null__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/null__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/null__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/null__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/null__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/number__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/number__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/number__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/number__sink_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/number__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/number__sink_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/number__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/number__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/number__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/number__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/number__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/number__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/numberdisplayform_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/numberdisplayform_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/numberdisplayform_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/numberdisplayform_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/numberdisplayform_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/numberdisplayform_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/numberdisplayform__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/numberdisplayform__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/numberdisplayform__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/numberdisplayform__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/numberdisplayform__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/numberdisplayform__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__carrier__allocator__cvc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__carrier__allocator__cvc_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__carrier__allocator__cvc_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ofdm__carrier__allocator__cvc_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__carrier__allocator__cvc_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__carrier__allocator__cvc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__carrier__allocator__cvc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ofdm__carrier__allocator__cvc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__carrier__allocator__cvc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__carrier__allocator__cvc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__carrier__allocator__cvc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__carrier__allocator__cvc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__carrier__allocator__cvc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__carrier__allocator__cvc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__carrier__allocator__cvc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__carrier__allocator__cvc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__chanest__vcvc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__chanest__vcvc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__chanest__vcvc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ofdm__chanest__vcvc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__chanest__vcvc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__chanest__vcvc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__chanest__vcvc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__chanest__vcvc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__chanest__vcvc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__chanest__vcvc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__chanest__vcvc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__chanest__vcvc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__simpledfe_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__simpledfe_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__simpledfe_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__simpledfe_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__simpledfe_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__simpledfe_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__simpledfe__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__simpledfe__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__simpledfe__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__simpledfe__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__simpledfe__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__simpledfe__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__static_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__static_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__static_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__static_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__static_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__static_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__static__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__static__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__static__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__static__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__static__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__static__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__frame__equalizer__vcvc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__frame__equalizer__vcvc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__frame__equalizer__vcvc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ofdm__frame__equalizer__vcvc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__frame__equalizer__vcvc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__frame__equalizer__vcvc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__frame__equalizer__vcvc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__frame__equalizer__vcvc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__frame__equalizer__vcvc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__frame__equalizer__vcvc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__frame__equalizer__vcvc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__frame__equalizer__vcvc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__serializer__vcc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__serializer__vcc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__serializer__vcc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ofdm__serializer__vcc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__serializer__vcc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__serializer__vcc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__serializer__vcc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__serializer__vcc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__serializer__vcc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__serializer__vcc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__serializer__vcc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__serializer__vcc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__sync__sc__cfb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__sync__sc__cfb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__sync__sc__cfb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ofdm__sync__sc__cfb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__sync__sc__cfb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ofdm__sync__sc__cfb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__sync__sc__cfb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__sync__sc__cfb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__sync__sc__cfb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__sync__sc__cfb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__sync__sc__cfb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__sync__sc__cfb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/open.png
 share/doc/gnuradio-${PKGVERSION}/html/or__blk_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/or__blk_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/or__blk_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/or__blk_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/or__blk_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/or__blk_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/or__blk_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/or__blk__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/or__blk__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/or__blk__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/or__blk__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/or__blk__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/or__blk__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/osx__impl_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/osx__impl_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/osx__impl_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/osx__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/osx__impl_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/osx__impl_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/osx__impl_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits__bb__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pack__k__bits__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/packed__to__unpacked_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/packed__to__unpacked_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/packed__to__unpacked_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/packed__to__unpacked_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/packed__to__unpacked_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/packed__to__unpacked_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/packed__to__unpacked_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/packed__to__unpacked__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/packed__to__unpacked__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/packed__to__unpacked__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/packed__to__unpacked__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/packed__to__unpacked__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/packed__to__unpacked__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/packet__comms_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/packet__header__default_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/packet__header__default_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/packet__header__default_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/packet__header__default_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/packet__header__default_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/packet__header__default_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/packet__header__default_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/packet__header__default_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/packet__header__default_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/packet__header__default_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/packet__header__default__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/packet__header__default__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/packet__header__default__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/packet__header__default__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/packet__header__default__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/packet__header__default__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/packet__header__ofdm_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/packet__header__ofdm_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/packet__header__ofdm_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/packet__header__ofdm_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/packet__header__ofdm_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/packet__header__ofdm_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/packet__header__ofdm__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/packet__header__ofdm__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/packet__header__ofdm__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/packet__header__ofdm__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/packet__header__ofdm__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/packet__header__ofdm__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/packet__headergenerator__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/packet__headergenerator__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/packet__headergenerator__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/packet__headergenerator__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/packet__headergenerator__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/packet__headergenerator__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/packet__headergenerator__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/packet__headergenerator__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/packet__headergenerator__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/packet__headergenerator__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/packet__headergenerator__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/packet__headergenerator__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h__dep__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/packet__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/packet__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/packet__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/packet__sink_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/packet__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/packet__sink_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/packet__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/packet__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/packet__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/packet__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/packet__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/packet__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/page_analog.html
 share/doc/gnuradio-${PKGVERSION}/html/page_audio.html
 share/doc/gnuradio-${PKGVERSION}/html/page_blocks.html
@@ -5524,6 +8146,7 @@ share/doc/gnuradio-${PKGVERSION}/html/pa
 share/doc/gnuradio-${PKGVERSION}/html/page_filter.html
 share/doc/gnuradio-${PKGVERSION}/html/page_packet_comms.html
 share/doc/gnuradio-${PKGVERSION}/html/page_qtgui.html
+share/doc/gnuradio-${PKGVERSION}/html/page_releasing.html
 share/doc/gnuradio-${PKGVERSION}/html/page_uhd.html
 share/doc/gnuradio-${PKGVERSION}/html/page_usage.html
 share/doc/gnuradio-${PKGVERSION}/html/page_vocoder.html
@@ -5532,182 +8155,373 @@ share/doc/gnuradio-${PKGVERSION}/html/pa
 share/doc/gnuradio-${PKGVERSION}/html/patterned__interleaver_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/patterned__interleaver_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/patterned__interleaver_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/patterned__interleaver_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/patterned__interleaver_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/patterned__interleaver_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/patterned__interleaver__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/patterned__interleaver__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/patterned__interleaver__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/patterned__interleaver__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/patterned__interleaver__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/patterned__interleaver__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__blk_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__blk_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__blk_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__blk_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__blk_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__blk_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__blk_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__blk__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__blk__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__blk__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__blk__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__blk__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__blk__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__combined__blk_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__combined__blk_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__combined__blk_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__combined__blk_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__combined__blk_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__combined__blk_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__combined__blk_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__combined__blk__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__combined__blk__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__combined__blk__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__combined__blk__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__combined__blk__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pccc__decoder__combined__blk__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pccc__encoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pccc__encoder_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/pccc__encoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pccc__encoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pccc__encoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pccc__encoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pccc__encoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pccc__encoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pccc__encoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pccc__encoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pccc__encoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pccc__encoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pccc__encoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pdu_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pdu_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/pdu_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pdu_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pdu_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pdu_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pdu_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pdu_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pdu_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pdu_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pdu_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pdu__filter_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pdu__filter_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pdu__filter_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pdu__filter_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pdu__filter_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pdu__filter_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pdu__filter__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pdu__filter__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pdu__filter__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pdu__filter__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pdu__filter__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pdu__filter__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pdu__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pdu__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pdu__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pdu__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pdu__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pdu__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pdu__remove_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pdu__remove_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pdu__remove_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pdu__remove_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pdu__remove_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pdu__remove_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pdu__remove__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pdu__remove__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pdu__remove__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pdu__remove__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pdu__remove__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pdu__remove__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pdu__set_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pdu__set_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pdu__set_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pdu__set_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pdu__set_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pdu__set_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pdu__set__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pdu__set__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pdu__set__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pdu__set__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pdu__set__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pdu__set__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pdu__to__tagged__stream_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pdu__to__tagged__stream_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pdu__to__tagged__stream_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pdu__to__tagged__stream_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pdu__to__tagged__stream_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pdu__to__tagged__stream_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pdu__to__tagged__stream__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pdu__to__tagged__stream__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pdu__to__tagged__stream__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pdu__to__tagged__stream__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pdu__to__tagged__stream__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pdu__to__tagged__stream__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/peak__detector2__fb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/peak__detector2__fb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/peak__detector2__fb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/peak__detector2__fb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/peak__detector2__fb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/peak__detector2__fb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/peak__detector2__fb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/peak__detector2__fb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/peak__detector2__fb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/peak__detector2__fb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/peak__detector2__fb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/peak__detector2__fb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/peak__detector_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/peak__detector_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/peak__detector_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/peak__detector_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/peak__detector_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/peak__detector_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/peak__detector_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/peak__detector__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/peak__detector__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/peak__detector__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/peak__detector__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/peak__detector__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/peak__detector__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/permutation_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/permutation_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/permutation_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/permutation_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/permutation_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/permutation_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/permutation__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/permutation__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/permutation__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/permutation__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/permutation__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/permutation__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccf_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccf_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccf_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccf_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccf_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccf_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccf__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccf__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccf__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccf__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccf__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__ccf__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__fff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__fff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__fff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__fff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__fff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__fff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__fff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__fff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__fff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__fff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__fff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__fff__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__channelizer__ccf_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__channelizer__ccf_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pfb__channelizer__ccf_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pfb__channelizer__ccf_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pfb__channelizer__ccf_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pfb__channelizer__ccf_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__channelizer__ccf__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__channelizer__ccf__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pfb__channelizer__ccf__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pfb__channelizer__ccf__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pfb__channelizer__ccf__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pfb__channelizer__ccf__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__ccf_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__ccf_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__ccf_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__ccf_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__ccf_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__ccf_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__ccf__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__ccf__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__ccf__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__ccf__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__ccf__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__ccf__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__fff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__fff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__fff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__fff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__fff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__fff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__fff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__fff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__fff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__fff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__fff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pfb__clock__sync__fff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__decimator__ccf_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__decimator__ccf_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pfb__decimator__ccf_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pfb__decimator__ccf_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pfb__decimator__ccf_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pfb__decimator__ccf_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__decimator__ccf__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__decimator__ccf__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pfb__decimator__ccf__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pfb__decimator__ccf__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pfb__decimator__ccf__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pfb__decimator__ccf__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__interpolator__ccf_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__interpolator__ccf_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pfb__interpolator__ccf_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pfb__interpolator__ccf_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pfb__interpolator__ccf_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pfb__interpolator__ccf_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__interpolator__ccf__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__interpolator__ccf__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pfb__interpolator__ccf__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pfb__interpolator__ccf__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pfb__interpolator__ccf__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pfb__interpolator__ccf__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__synthesizer__ccf_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pfb__synthesizer__ccf_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pfb__synthesizer__ccf_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pfb__synthesizer__ccf_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pfb__synthesizer__ccf_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pfb__synthesizer__ccf_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__synthesizer__ccf__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__synthesizer__ccf__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pfb__synthesizer__ccf__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pfb__synthesizer__ccf__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pfb__synthesizer__ccf__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pfb__synthesizer__ccf__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/phase__modulator__fc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/phase__modulator__fc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/phase__modulator__fc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/phase__modulator__fc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/phase__modulator__fc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/phase__modulator__fc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/phase__modulator__fc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/phase__modulator__fc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/phase__modulator__fc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/phase__modulator__fc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/phase__modulator__fc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/phase__modulator__fc__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/phase__shift_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/phase__shift_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/phase__shift_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/phase__shift_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/phase__shift_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/phase__shift__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/phase__shift__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/phase__shift__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/phase__shift__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/phase__shift__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/phase__shift__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/plateau__detector__fb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/plateau__detector__fb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/plateau__detector__fb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/plateau__detector__fb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/plateau__detector__fb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/plateau__detector__fb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/plateau__detector__fb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/plateau__detector__fb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/plateau__detector__fb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/plateau__detector__fb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/plateau__detector__fb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/plateau__detector__fb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pll__carriertracking__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pll__carriertracking__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pll__carriertracking__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pll__carriertracking__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pll__carriertracking__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pll__carriertracking__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pll__carriertracking__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pll__carriertracking__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pll__carriertracking__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pll__carriertracking__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pll__carriertracking__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pll__carriertracking__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pll__freqdet__cf_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pll__freqdet__cf_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pll__freqdet__cf_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pll__freqdet__cf_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pll__freqdet__cf_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pll__freqdet__cf_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pll__freqdet__cf__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pll__freqdet__cf__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pll__freqdet__cf__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pll__freqdet__cf__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pll__freqdet__cf__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pll__freqdet__cf__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pm__remez_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pm__remez_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/pm__remez_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pm__remez_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pm__remez_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pm__remez_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pm__remez_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pm__remez__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pm__remez__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pm__remez__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pm__remez__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pm__remez__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pm__remez__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pmt_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pmt_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/pmt_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pmt_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pmt_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pmt_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pmt_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pmt_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pmt_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pmt_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pmt_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pmt__pool__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pmt__pool__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pmt__pool__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pmt__pool__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pmt__pool__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pmt__pool__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pmt__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pmt__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pmt__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pmt__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pmt__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pmt__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pmt__serial__tags_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pmt__serial__tags_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/pmt__serial__tags_8h_source.html
@@ -5715,460 +8529,899 @@ share/doc/gnuradio-${PKGVERSION}/html/pm
 share/doc/gnuradio-${PKGVERSION}/html/pmt__sugar_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/pmt__sugar_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pmt__sugar_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pmt__sugar_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pmt__sugar_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pmt__sugar_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pmt__sugar_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pmt__sugar_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pmt__sugar_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pmt__sugar_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pmt__sugar__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pmt__sugar__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pmt__sugar__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pmt__sugar__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pmt__sugar__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pmt__sugar__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pn__correlator__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pn__correlator__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pn__correlator__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pn__correlator__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pn__correlator__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pn__correlator__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pn__correlator__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pn__correlator__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pn__correlator__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pn__correlator__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pn__correlator__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pn__correlator__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/polar__common_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/polar__common_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/polar__common_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/polar__common_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/polar__common_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/polar__common_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/polar__common_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/polar__common_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/polar__common_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/polar__common_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/polar__common__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/polar__common__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/polar__common__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/polar__common__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/polar__common__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/polar__common__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/polar__encoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/polar__encoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/polar__encoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/polar__encoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/polar__encoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/polar__encoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__systematic_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__systematic_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__systematic_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__systematic_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__systematic_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__systematic_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__systematic__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__systematic__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__systematic__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__systematic__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__systematic__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__systematic__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/polyphase__filterbank_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/polyphase__filterbank_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/polyphase__filterbank_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/polyphase__filterbank_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/polyphase__filterbank_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/polyphase__filterbank_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/polyphase__filterbank__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/polyphase__filterbank__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/polyphase__filterbank__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/polyphase__filterbank__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/polyphase__filterbank__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/polyphase__filterbank__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/prefs_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/prefs_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/prefs_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/prefs_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/prefs_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/prefs_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/prefs_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/prefs_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/prefs_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/prefs_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/prefs_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/prefs__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/prefs__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/prefs__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/prefs__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/prefs__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/prefs__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__c_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__c_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__c_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__c_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__c_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__c_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__c__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__c__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__c__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__c__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__c__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__c__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__cf_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__cf_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__cf_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__cf_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__cf_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__cf_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__cf__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__cf__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__cf__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__cf__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__cf__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__cf__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__f_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__f_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__f_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__f_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__f_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__f_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__f__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__f__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__f__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__f__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__f__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/probe__avg__mag__sqrd__f__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/probe__density__b_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/probe__density__b_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/probe__density__b_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/probe__density__b_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/probe__density__b_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/probe__density__b_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/probe__density__b__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/probe__density__b__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/probe__density__b__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/probe__density__b__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/probe__density__b__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/probe__density__b__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/probe__mpsk__snr__est__c_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/probe__mpsk__snr__est__c_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/probe__mpsk__snr__est__c_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/probe__mpsk__snr__est__c_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/probe__mpsk__snr__est__c_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/probe__mpsk__snr__est__c_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/probe__mpsk__snr__est__c__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/probe__mpsk__snr__est__c__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/probe__mpsk__snr__est__c__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/probe__mpsk__snr__est__c__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/probe__mpsk__snr__est__c__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/probe__mpsk__snr__est__c__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/probe__rate_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/probe__rate_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/probe__rate_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/probe__rate_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/probe__rate_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/probe__rate_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/probe__rate__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/probe__rate__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/probe__rate__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/probe__rate__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/probe__rate__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/probe__rate__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/probe__signal_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/probe__signal_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/probe__signal_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/probe__signal_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/probe__signal_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/probe__signal_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/probe__signal_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/probe__signal__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/probe__signal__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/probe__signal__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/probe__signal__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/probe__signal__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/probe__signal__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/probe__signal__v_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/probe__signal__v_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/probe__signal__v_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/probe__signal__v_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/probe__signal__v_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/probe__signal__v_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/probe__signal__v_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/probe__signal__v__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/probe__signal__v__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/probe__signal__v__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/probe__signal__v__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/probe__signal__v__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/probe__signal__v__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__async_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__async_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__async_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__async_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__async_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__async_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__async__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__async__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__async__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__async__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__async__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__async__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/protocol__formatter__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pub__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pub__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pub__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pub__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pub__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pub__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pull__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pull__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pull__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pull__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pull__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pull__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/puncture__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/puncture__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/puncture__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/puncture__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/puncture__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/puncture__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/puncture__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/puncture__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/puncture__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/puncture__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/puncture__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/puncture__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/puncture__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/puncture__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/puncture__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/puncture__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/puncture__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/puncture__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/puncture__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/puncture__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/puncture__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/puncture__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/puncture__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/puncture__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/push__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/push__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/push__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/push__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/push__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/push__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__ff_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/py__feval_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/py__feval_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/py__feval_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/py__feval_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/py__feval_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/pwr__squelch__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/pycallback__object_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/pycallback__object_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/pycallback__object_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/pycallback__object_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/pycallback__object_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/pycallback__object_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/pycallback__object_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/qtgui_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/qtgui__types_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/qtgui__types_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/qtgui__types_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/qtgui__types_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/qtgui__types_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/qtgui__types_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/qtgui__types_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/qtgui__types_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/qtgui__types_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/qtgui__types_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/qtgui__types_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/qtgui__types__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/qtgui__types__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/qtgui__types__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/qtgui__types__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/qtgui__types__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/qtgui__types__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/quadrature__demod__cf_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/quadrature__demod__cf_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/quadrature__demod__cf_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/quadrature__demod__cf_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/quadrature__demod__cf_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/quadrature__demod__cf_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/quadrature__demod__cf__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/quadrature__demod__cf__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/quadrature__demod__cf__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/quadrature__demod__cf__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/quadrature__demod__cf__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/quadrature__demod__cf__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/quicksort__index_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/quicksort__index_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/quicksort__index_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/quicksort__index_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/quicksort__index_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/quicksort__index_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/quicksort__index_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/quicksort__index__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/quicksort__index__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/quicksort__index__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/quicksort__index__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/quicksort__index__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/quicksort__index__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rail__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rail__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rail__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rail__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rail__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rail__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rail__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rail__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/rail__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rail__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rail__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rail__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/random_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/random_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/random_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/random_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/random_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/random_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/random__pdu_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/random__pdu_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/random__pdu_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/random__pdu_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/random__pdu_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/random__pdu_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/random__pdu__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/random__pdu__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/random__pdu__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/random__pdu__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/random__pdu__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/random__pdu__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/random__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/random__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/random__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/random__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/random__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/random__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/rational__resampler__base_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/rational__resampler__base_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/rational__resampler__base_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/rational__resampler__base_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rational__resampler__base_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/rational__resampler__base_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rational__resampler_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rational__resampler_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/rational__resampler_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rational__resampler_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rational__resampler_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rational__resampler_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rational__resampler__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rational__resampler__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/rational__resampler__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rational__resampler__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rational__resampler__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rational__resampler__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/realtime_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/realtime_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/realtime_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/realtime_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/realtime_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/realtime_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/realtime_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/realtime__impl_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/realtime__impl_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/realtime__impl_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/realtime__impl_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/realtime__impl_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/realtime__impl_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/realtime__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/realtime__impl_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/realtime__impl_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/realtime__impl__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/realtime__impl__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/realtime__impl__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/realtime__impl__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/realtime__impl__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/realtime__impl__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/realtime__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/realtime__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/realtime__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/realtime__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/realtime__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/realtime__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/regenerate__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/regenerate__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/regenerate__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/regenerate__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/regenerate__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/regenerate__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/regenerate__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/regenerate__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/regenerate__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/regenerate__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/regenerate__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/regenerate__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/releasing_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rep__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rep__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/rep__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rep__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rep__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rep__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/repack__bits__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/repack__bits__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/repack__bits__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/repack__bits__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/repack__bits__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/repack__bits__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/repack__bits__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/repack__bits__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/repack__bits__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/repack__bits__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/repack__bits__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/repack__bits__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/repeat_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/repeat_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/repeat_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/repeat_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/repeat_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/repeat_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/repeat__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/repeat__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/repeat__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/repeat__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/repeat__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/repeat__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/repetition__decoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/repetition__decoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/repetition__decoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/repetition__decoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/repetition__decoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/repetition__decoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/repetition__decoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/repetition__decoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/repetition__decoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/repetition__decoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/repetition__decoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/repetition__decoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/req__msg__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/req__msg__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/req__msg__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/req__msg__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/req__msg__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/req__msg__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/req__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/req__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/req__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/req__source_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/req__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/req__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/req__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/req__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/req__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/req__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/req__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/req__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/resize.js
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h__dep__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block__generic_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block__generic_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block__generic_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block__generic_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block__generic_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__ddc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__ddc_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__ddc_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__ddc_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__ddc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__duc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__duc_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__duc_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__duc_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__duc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h__dep__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__rx__radio_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__rx__radio_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__rx__radio_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__rx__radio_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__rx__radio_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__rx__streamer_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__rx__streamer_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__rx__streamer_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__rx__streamer_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__rx__streamer_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__radio_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__radio_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__radio_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__radio_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__radio_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rms__cf_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rms__cf_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rms__cf_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rms__cf_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rms__cf_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rms__cf_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rms__cf__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rms__cf__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/rms__cf__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rms__cf__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rms__cf__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rms__cf__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rms__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rms__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rms__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rms__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rms__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rms__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rms__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rms__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/rms__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rms__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rms__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rms__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rotator_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rotator_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rotator_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rotator_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rotator_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rotator_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rotator__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rotator__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rotator__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rotator__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rotator__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rotator__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rotator__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rotator__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/rotator__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rotator__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rotator__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rotator__cc__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rotator__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rotator__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/rotator__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rotator__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rotator__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rotator__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcpmtconverters__thrift_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcpmtconverters__thrift_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/rpcpmtconverters__thrift_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcpmtconverters__thrift_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcpmtconverters__thrift_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcpmtconverters__thrift_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcpmtconverters__thrift_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcpmtconverters__thrift_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcpmtconverters__thrift_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcpmtconverters__thrift_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcpmtconverters__thrift_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__selector_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__selector_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__selector_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcserver__selector_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__selector_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__selector_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__selector_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcserver__selector_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__selector_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__selector_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__thrift_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__thrift_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__thrift_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__thrift_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rpcserver__thrift_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__thrift_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__thrift_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/rs_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/rs_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/rs_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/rs_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/rs_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/rs_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/rs_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/runtime__types_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/runtime__types_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/runtime__types_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/runtime__types_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/runtime__types_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/runtime__types_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/runtime__types_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/runtime__types_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/runtime__types_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/runtime__types_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/runtime__types__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/runtime__types__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/runtime__types__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/runtime__types__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/runtime__types__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/runtime__types__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sample__and__hold_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sample__and__hold_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/sample__and__hold_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sample__and__hold_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sample__and__hold_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sample__and__hold_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sample__and__hold_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sample__and__hold__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sample__and__hold__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sample__and__hold__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sample__and__hold__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sample__and__hold__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sample__and__hold__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__blk_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__blk_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__blk_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__blk_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__blk_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__blk_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__blk_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__blk__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__blk__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__blk__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__blk__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__blk__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__blk__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__combined__blk_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__combined__blk_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__combined__blk_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__combined__blk_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__combined__blk_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__combined__blk_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__combined__blk_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__combined__blk__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__combined__blk__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__combined__blk__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__combined__blk__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__combined__blk__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sccc__decoder__combined__blk__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sccc__encoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sccc__encoder_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/sccc__encoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sccc__encoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sccc__encoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sccc__encoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sccc__encoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sccc__encoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sccc__encoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sccc__encoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sccc__encoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sccc__encoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sccc__encoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/scrambler__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/scrambler__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/scrambler__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/scrambler__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/scrambler__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/scrambler__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/scrambler__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/scrambler__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/scrambler__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/scrambler__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/scrambler__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/scrambler__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/search/all_0.html
 share/doc/gnuradio-${PKGVERSION}/html/search/all_0.js
 share/doc/gnuradio-${PKGVERSION}/html/search/all_1.html
@@ -6548,6 +9801,8 @@ share/doc/gnuradio-${PKGVERSION}/html/se
 share/doc/gnuradio-${PKGVERSION}/html/search/pages_9.js
 share/doc/gnuradio-${PKGVERSION}/html/search/pages_a.html
 share/doc/gnuradio-${PKGVERSION}/html/search/pages_a.js
+share/doc/gnuradio-${PKGVERSION}/html/search/pages_b.html
+share/doc/gnuradio-${PKGVERSION}/html/search/pages_b.js
 share/doc/gnuradio-${PKGVERSION}/html/search/properties_0.html
 share/doc/gnuradio-${PKGVERSION}/html/search/properties_0.js
 share/doc/gnuradio-${PKGVERSION}/html/search/properties_1.html
@@ -6608,6 +9863,8 @@ share/doc/gnuradio-${PKGVERSION}/html/se
 share/doc/gnuradio-${PKGVERSION}/html/search/typedefs_13.js
 share/doc/gnuradio-${PKGVERSION}/html/search/typedefs_14.html
 share/doc/gnuradio-${PKGVERSION}/html/search/typedefs_14.js
+share/doc/gnuradio-${PKGVERSION}/html/search/typedefs_15.html
+share/doc/gnuradio-${PKGVERSION}/html/search/typedefs_15.js
 share/doc/gnuradio-${PKGVERSION}/html/search/typedefs_2.html
 share/doc/gnuradio-${PKGVERSION}/html/search/typedefs_2.js
 share/doc/gnuradio-${PKGVERSION}/html/search/typedefs_3.html
@@ -6646,6 +9903,12 @@ share/doc/gnuradio-${PKGVERSION}/html/se
 share/doc/gnuradio-${PKGVERSION}/html/search/variables_11.js
 share/doc/gnuradio-${PKGVERSION}/html/search/variables_12.html
 share/doc/gnuradio-${PKGVERSION}/html/search/variables_12.js
+share/doc/gnuradio-${PKGVERSION}/html/search/variables_13.html
+share/doc/gnuradio-${PKGVERSION}/html/search/variables_13.js
+share/doc/gnuradio-${PKGVERSION}/html/search/variables_14.html
+share/doc/gnuradio-${PKGVERSION}/html/search/variables_14.js
+share/doc/gnuradio-${PKGVERSION}/html/search/variables_15.html
+share/doc/gnuradio-${PKGVERSION}/html/search/variables_15.js
 share/doc/gnuradio-${PKGVERSION}/html/search/variables_2.html
 share/doc/gnuradio-${PKGVERSION}/html/search/variables_2.js
 share/doc/gnuradio-${PKGVERSION}/html/search/variables_3.html
@@ -6678,241 +9941,480 @@ share/doc/gnuradio-${PKGVERSION}/html/se
 share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model2_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model2_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model2_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model2_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model2_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model2_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model2__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model2__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model2__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model2__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model2__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model2__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/selective__fading__model__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/selector_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/selector_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/selector_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/selector_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/selector_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/selector_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/selector__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/selector__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/selector__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/selector__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/selector__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/selector__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/short__to__char_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/short__to__char_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/short__to__char_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/short__to__char_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/short__to__char_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/short__to__char_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/short__to__char__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/short__to__char__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/short__to__char__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/short__to__char__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/short__to__char__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/short__to__char__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/short__to__float_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/short__to__float_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/short__to__float_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/short__to__float_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/short__to__float_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/short__to__float_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/short__to__float__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/short__to__float__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/short__to__float__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/short__to__float__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/short__to__float__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/short__to__float__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sig__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sig__source_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/sig__source_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sig__source_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sig__source_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sig__source_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sig__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sig__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sig__source_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sig__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sig__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sig__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sig__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sig__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sig__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sig__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sig__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sig__source__waveform_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sig__source__waveform_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/sig__source__waveform_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sig__source__waveform_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sig__source__waveform_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sig__source__waveform_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sig__source__waveform_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sig__source__waveform__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sig__source__waveform__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sig__source__waveform__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sig__source__waveform__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sig__source__waveform__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sig__source__waveform__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/simple__correlator_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/simple__correlator_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/simple__correlator_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/simple__correlator_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/simple__correlator_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/simple__correlator_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/simple__correlator__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/simple__correlator__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/simple__correlator__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/simple__correlator__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/simple__correlator__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/simple__correlator__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/simple__framer_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/simple__framer_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/simple__framer_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/simple__framer_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/simple__framer_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/simple__framer_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/simple__framer__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/simple__framer__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/simple__framer__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/simple__framer__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/simple__framer__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/simple__framer__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/simple__framer__sync_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/simple__framer__sync_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/simple__framer__sync_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/simple__framer__sync__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/simple__framer__sync__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/simple__framer__sync__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/simple__framer__sync__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/simple__framer__sync__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/simple__framer__sync__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/simple__squelch__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/simple__squelch__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/simple__squelch__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/simple__squelch__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/simple__squelch__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/simple__squelch__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/simple__squelch__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/simple__squelch__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/simple__squelch__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/simple__squelch__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/simple__squelch__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/simple__squelch__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sincos_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sincos_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/sincos_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sincos_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sincos_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sincos_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sincos_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sincos_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sincos_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sincos_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sincos_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sincos__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sincos__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sincos__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sincos__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sincos__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sincos__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__filter__ff__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sink_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sink_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sink__c_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sink__c_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sink__c_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sink__c_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sink__c_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sink__c_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sink__c__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sink__c__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sink__c__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sink__c__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sink__c__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sink__c__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sink__f_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sink__f_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sink__f_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sink__f_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sink__f_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sink__f_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sink__f__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sink__f__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sink__f__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sink__f__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sink__f__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sink__f__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sink__s__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sink__s__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sink__s__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sink__s__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sink__s__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sink__s__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sink__uc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sink__uc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sink__uc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sink__uc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sink__uc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sink__uc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/siso__combined__f_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/siso__combined__f_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/siso__combined__f_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/siso__combined__f_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/siso__combined__f_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/siso__combined__f_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/siso__combined__f__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/siso__combined__f__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/siso__combined__f__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/siso__combined__f__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/siso__combined__f__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/siso__combined__f__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/siso__f_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/siso__f_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/siso__f_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/siso__f_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/siso__f_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/siso__f_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/siso__f__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/siso__f__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/siso__f__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/siso__f__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/siso__f__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/siso__f__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/siso__type_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/siso__type_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/siso__type_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/siso__type_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/siso__type_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/siso__type_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/siso__type_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/siso__type__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/siso__type__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/siso__type__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/siso__type__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/siso__type__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/siso__type__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/skiphead_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/skiphead_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/skiphead_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/skiphead_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/skiphead_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/skiphead_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/skiphead__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/skiphead__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/skiphead__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/skiphead__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/skiphead__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/skiphead__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/socket__pdu_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/socket__pdu_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/socket__pdu_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/socket__pdu_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/socket__pdu_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/socket__pdu_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/source_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/splitbar.png
 share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sptr__magic__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sptr__magic__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sptr__magic__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sptr__magic__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sptr__magic__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sptr__magic__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/squash__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/squash__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/squash__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/squash__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/squash__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/squash__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/squash__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/squash__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/squash__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/squash__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/squash__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/squash__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sro__model_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sro__model_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sro__model_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sro__model_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sro__model_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sro__model_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sro__model__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sro__model__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sro__model__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sro__model__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sro__model__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sro__model__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/stream__demux_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/stream__demux_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/stream__demux_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/stream__demux_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/stream__demux_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/stream__demux__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/stream__demux__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/stream__demux__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/stream__demux__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/stream__demux__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/stream__demux__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/stream__mux_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/stream__mux_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/stream__mux_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/stream__mux_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/stream__mux_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/stream__mux_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/stream__mux__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/stream__mux__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/stream__mux__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/stream__mux__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/stream__mux__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/stream__mux__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/stream__to__vector_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/stream__to__vector_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/stream__to__vector_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/stream__to__vector_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__vector_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/stream__to__vector_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__vector__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__vector__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__vector__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__vector__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__vector__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__vector__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/streams__to__stream_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/streams__to__stream_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/streams__to__stream_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/streams__to__stream_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/streams__to__stream_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/streams__to__stream_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/streams__to__stream__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/streams__to__stream__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/streams__to__stream__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/streams__to__stream__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/streams__to__stream__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/streams__to__stream__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/streams__to__vector_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/streams__to__vector_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/streams__to__vector_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/streams__to__vector_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/streams__to__vector_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/streams__to__vector_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/streams__to__vector__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/streams__to__vector__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/streams__to__vector__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/streams__to__vector__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/streams__to__vector__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/streams__to__vector__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/stretch__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/stretch__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/stretch__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/stretch__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/stretch__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/stretch__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/stretch__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/stretch__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/stretch__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/stretch__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/stretch__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/stretch__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/structcallbackregister__base-members.html
 share/doc/gnuradio-${PKGVERSION}/html/structcallbackregister__base.html
 share/doc/gnuradio-${PKGVERSION}/html/structcallbackregister__base.js
 share/doc/gnuradio-${PKGVERSION}/html/structcallbackregister__base_1_1callback__base__t-members.html
 share/doc/gnuradio-${PKGVERSION}/html/structcallbackregister__base_1_1callback__base__t.html
 share/doc/gnuradio-${PKGVERSION}/html/structcallbackregister__base_1_1callback__base__t.js
-share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1block__gw__message__type-members.html
-share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1block__gw__message__type.html
-share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1block__gw__message__type.js
+share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1blocks_1_1wav__header__info-members.html
+share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1blocks_1_1wav__header__info.html
+share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1blocks_1_1wav__header__info.js
 share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fec_1_1code_1_1block__data-members.html
 share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fec_1_1code_1_1block__data.html
 share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fec_1_1code_1_1block__data.js
@@ -6922,9 +10424,18 @@ share/doc/gnuradio-${PKGVERSION}/html/st
 share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fec_1_1viterbi__state-members.html
 share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fec_1_1viterbi__state.html
 share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fec_1_1viterbi__state.js
-share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1impl_1_1rt__sched__param-members.html
-share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1impl_1_1rt__sched__param.html
-share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1impl_1_1rt__sched__param.js
+share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fft_1_1fft__inbuf-members.html
+share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fft_1_1fft__inbuf.html
+share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fft_1_1fft__inbuf.js
+share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fft_1_1fft__inbuf_3_01float_00_01false_01_4-members.html
+share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fft_1_1fft__inbuf_3_01float_00_01false_01_4.html
+share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fft_1_1fft__inbuf_3_01float_00_01false_01_4.js
+share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fft_1_1fft__outbuf-members.html
+share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fft_1_1fft__outbuf.html
+share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fft_1_1fft__outbuf.js
+share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fft_1_1fft__outbuf_3_01float_00_01true_01_4-members.html
+share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fft_1_1fft__outbuf_3_01float_00_01true_01_4.html
+share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fft_1_1fft__outbuf_3_01float_00_01true_01_4.js
 share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1tag__t-members.html
 share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1tag__t.html
 share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1tag__t.js
@@ -6998,57 +10509,114 @@ share/doc/gnuradio-${PKGVERSION}/html/su
 share/doc/gnuradio-${PKGVERSION}/html/sub_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/sub_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sub_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sub_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sub_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sub_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sub__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sub__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sub__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sub__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sub__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sub__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sub__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sub__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sub__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sub__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sub__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sub__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__cc_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__cc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__cc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__cc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__cc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__cc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__cc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sync__block_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sync__block_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sync__block_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sync__block_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sync__block_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sync__block_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sync__block_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sync__block_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sync__block_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sync__block__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sync__block__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sync__block__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sync__block__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sync__block__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sync__block__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sync__decimator_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sync__decimator_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sync__decimator_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sync__decimator_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sync__decimator_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sync__decimator_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sync__decimator_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sync__decimator_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sync__decimator_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sync__decimator_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sync__decimator__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sync__decimator__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sync__decimator__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sync__decimator__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sync__decimator__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sync__decimator__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sync__interpolator_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sync__interpolator_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sync__interpolator_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sync__interpolator_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sync__interpolator_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sync__interpolator_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sync__interpolator_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sync__interpolator_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sync__interpolator_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sync__interpolator_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sync__interpolator__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sync__interpolator__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sync__interpolator__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sync__interpolator__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sync__interpolator__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sync__interpolator__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sync_off.png
 share/doc/gnuradio-${PKGVERSION}/html/sync_on.png
 share/doc/gnuradio-${PKGVERSION}/html/sys__paths_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sys__paths_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/sys__paths_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sys__paths_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sys__paths_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/sys__paths_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sys__paths_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sys__paths__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sys__paths__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sys__paths__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sys__paths__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sys__paths__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sys__paths__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tab_a.png
 share/doc/gnuradio-${PKGVERSION}/html/tab_b.png
 share/doc/gnuradio-${PKGVERSION}/html/tab_h.png
@@ -7057,283 +10625,548 @@ share/doc/gnuradio-${PKGVERSION}/html/ta
 share/doc/gnuradio-${PKGVERSION}/html/tag__checker_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tag__checker_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tag__checker_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tag__checker_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tag__checker_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tag__checker_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tag__checker__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tag__checker__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tag__checker__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tag__checker__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tag__checker__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tag__checker__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tag__debug_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tag__debug_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tag__debug_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tag__debug_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tag__debug_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tag__debug_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tag__debug__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tag__debug__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tag__debug__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tag__debug__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tag__debug__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tag__debug__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tag__gate__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tag__gate__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tag__gate__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tag__gate__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tag__gate__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tag__gate__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tag__share__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tag__share__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tag__share__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tag__share__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tag__share__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tag__share__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tagged__decoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tagged__decoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tagged__decoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tagged__decoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tagged__decoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tagged__decoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tagged__decoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tagged__decoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tagged__decoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tagged__decoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tagged__decoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tagged__decoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tagged__encoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tagged__encoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tagged__encoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tagged__encoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tagged__encoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tagged__encoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tagged__encoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tagged__encoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tagged__encoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tagged__encoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tagged__encoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tagged__encoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tagged__file__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tagged__file__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tagged__file__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tagged__file__sink_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tagged__file__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tagged__file__sink_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tagged__file__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tagged__file__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tagged__file__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tagged__file__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tagged__file__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tagged__file__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__align_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__align_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__align_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__align_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__align_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__align_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__align__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__align__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__align__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__align__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__align__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__align__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__block_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__block_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__block_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__block_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__block_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__block_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__block_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__block_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__block_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__block_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__block__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__block__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__block__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__block__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__block__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__block__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__multiply__length_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__multiply__length_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__multiply__length_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__multiply__length_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__multiply__length_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__multiply__length_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__multiply__length__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__multiply__length__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__multiply__length__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__multiply__length__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__multiply__length__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__multiply__length__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__mux_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__mux_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__mux_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__mux_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__mux_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__mux_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__mux__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__mux__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__mux__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__mux__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__mux__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__mux__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tags_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tags_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tags_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tags_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tags_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tags_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tags_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tags_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tags_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tags_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tags__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tags__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tags__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tags__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tags__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tags__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tags__strobe__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tags__strobe__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tags__strobe__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tags__strobe__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tags__strobe__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tags__strobe__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tcp__server__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tcp__server__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tcp__server__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tcp__server__sink_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tcp__server__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tcp__server__sink_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tcp__server__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tcp__server__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tcp__server__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tcp__server__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tcp__server__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tcp__server__sink__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h__dep__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/test__tag__variable__rate__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/test__tag__variable__rate__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/test__tag__variable__rate__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/test__tag__variable__rate__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/test__tag__variable__rate__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/test__tag__variable__rate__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/test__tag__variable__rate__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/test__tag__variable__rate__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/test__tag__variable__rate__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/test__tag__variable__rate__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/test__tag__variable__rate__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/test__tag__variable__rate__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/thread_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/thread_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/thread_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/thread_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/thread_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/thread_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/thread_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/thread_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/thread_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/thread_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/thread_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/thread__body__wrapper_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/thread__body__wrapper_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/thread__body__wrapper_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/thread__body__wrapper_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/thread__body__wrapper_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/thread__body__wrapper_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/thread__body__wrapper_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/threshold__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/threshold__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/threshold__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/threshold__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/threshold__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/threshold__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/threshold__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/threshold__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/threshold__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/threshold__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/threshold__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/threshold__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/throttle_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/throttle_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/throttle_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/throttle_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/throttle_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/throttle_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/throttle_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/throttle_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/throttle_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/throttle_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/throttle__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/throttle__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/throttle__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/throttle__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/throttle__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/throttle__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__b_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__b_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__b_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__b_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__b_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__b_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__b__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__b__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__b__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__b__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__b__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__b__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__f_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__f_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__f_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__f_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__f_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__f_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__f__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__f__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__f__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__f__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__f__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/time__raster__sink__f__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/time__sink__c_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/time__sink__c_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/time__sink__c_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/time__sink__c_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/time__sink__c_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/time__sink__c_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/time__sink__c__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/time__sink__c__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/time__sink__c__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/time__sink__c__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/time__sink__c__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/time__sink__c__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/time__sink__f_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/time__sink__f_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/time__sink__f_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/time__sink__f_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/time__sink__f_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/time__sink__f_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/time__sink__f_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/time__sink__f_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/time__sink__f_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/time__sink__f_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/time__sink__f__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/time__sink__f__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/time__sink__f__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/time__sink__f__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/time__sink__f__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/time__sink__f__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/timedisplayform_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/timedisplayform_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/timedisplayform_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/timedisplayform_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/timedisplayform_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/timedisplayform_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/timedisplayform_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/timedisplayform_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/timedisplayform_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/timedisplayform_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/timedisplayform__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/timedisplayform__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/timedisplayform__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/timedisplayform__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/timedisplayform__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/timedisplayform__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/timerasterdisplayform_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/timerasterdisplayform_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/timerasterdisplayform_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/timerasterdisplayform_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/timerasterdisplayform_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/timerasterdisplayform_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/timerasterdisplayform__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/timerasterdisplayform__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/timerasterdisplayform__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/timerasterdisplayform__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/timerasterdisplayform__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/timerasterdisplayform__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/top__block_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/top__block_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/top__block_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/top__block_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/top__block_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/top__block_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/top__block_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/top__block_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/top__block_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/top__block_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/top__block_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/top__block__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/top__block__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/top__block__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/top__block__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/top__block__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/top__block__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tpb__detail__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tpb__detail__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tpb__detail__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tpb__detail__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tpb__detail__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tpb__detail__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tpc__common__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tpc__common__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tpc__common__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tpc__common__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tpc__common__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tpc__common__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/transcendental_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/transcendental_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/transcendental_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/transcendental_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/transcendental_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/transcendental_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/transcendental__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/transcendental__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/transcendental__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/transcendental__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/transcendental__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/transcendental__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/trigger__mode_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/trigger__mode_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/trigger__mode_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/trigger__mode_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/trigger__mode_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/trigger__mode_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/trigger__mode_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/trigger__mode__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/trigger__mode__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/trigger__mode__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/trigger__mode__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/trigger__mode__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/trigger__mode__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tsb__vector__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tsb__vector__sink_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/tsb__vector__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tsb__vector__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tsb__vector__sink_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tsb__vector__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tsb__vector__sink_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tsb__vector__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tsb__vector__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tsb__vector__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tsb__vector__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tsb__vector__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tsb__vector__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/types_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/types_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/types_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/types_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/types_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/types_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/types_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/types_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/types_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/types_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/types_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/uchar__to__float_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/uchar__to__float_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/uchar__to__float_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/uchar__to__float_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/uchar__to__float_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/uchar__to__float_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/uchar__to__float__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/uchar__to__float__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/uchar__to__float__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/uchar__to__float__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/uchar__to__float__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/uchar__to__float__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/udp__header__types_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/udp__header__types_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/udp__header__types_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/udp__header__types_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/udp__header__types_8h__dep__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/udp__header__types_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/uhd_8dox.html
+share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ulaw__decode__bs_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ulaw__decode__bs_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ulaw__decode__bs_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ulaw__decode__bs_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ulaw__decode__bs_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ulaw__decode__bs_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ulaw__decode__bs__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ulaw__decode__bs__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ulaw__decode__bs__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ulaw__decode__bs__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ulaw__decode__bs__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ulaw__decode__bs__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/ulaw__encode__sb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ulaw__encode__sb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ulaw__encode__sb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ulaw__encode__sb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/ulaw__encode__sb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/ulaw__encode__sb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/ulaw__encode__sb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ulaw__encode__sb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/ulaw__encode__sb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ulaw__encode__sb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/ulaw__encode__sb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/ulaw__encode__sb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/uniondecision__t-members.html
 share/doc/gnuradio-${PKGVERSION}/html/uniondecision__t.html
 share/doc/gnuradio-${PKGVERSION}/html/uniondecision__t.js
@@ -7344,190 +11177,359 @@ share/doc/gnuradio-${PKGVERSION}/html/un
 share/doc/gnuradio-${PKGVERSION}/html/unittests_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/unittests_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/unittests_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/unittests_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/unittests_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/unittests_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits__bb_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits__bb_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits__bb_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits__bb_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits__bb__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits__bb__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits__bb__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits__bb__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits__bb__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits__bb__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/unpack__k__bits__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/unpacked__to__packed_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/unpacked__to__packed_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/unpacked__to__packed_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/unpacked__to__packed_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/unpacked__to__packed_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/unpacked__to__packed_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/unpacked__to__packed_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/unpacked__to__packed__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/unpacked__to__packed__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/unpacked__to__packed__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/unpacked__to__packed__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/unpacked__to__packed__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/unpacked__to__packed__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/usage_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/usrp__block_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/usrp__block_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/usrp__block_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/usrp__block_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/usrp__block_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/usrp__block_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/usrp__block_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/usrp__block_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/usrp__block_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/usrp__block_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/usrp__block_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/usrp__block__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/usrp__block__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/usrp__block__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/usrp__block__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/usrp__block__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/usrp__block__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/usrp__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/usrp__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/usrp__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/usrp__sink_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/usrp__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/usrp__sink_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/usrp__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/usrp__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/usrp__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/usrp__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/usrp__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/usrp__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/usrp__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/usrp__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/usrp__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/usrp__source_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/usrp__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/usrp__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/usrp__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/usrp__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/usrp__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/usrp__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/usrp__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/usrp__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/utils_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/utils_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/utils_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/utils_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/utils_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/utils_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/utils_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/utils_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/utils_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/utils_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/utils_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/vco__c_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/vco__c_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/vco__c_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/vco__c_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/vco__c_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/vco__c_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/vco__c__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/vco__c__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/vco__c__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/vco__c__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/vco__c__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/vco__c__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/vco__f_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/vco__f_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/vco__f_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/vco__f_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/vco__f_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/vco__f_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/vco__f__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/vco__f__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/vco__f__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/vco__f__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/vco__f__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/vco__f__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/vector__docstub_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/vector__docstub_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/vector__insert_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/vector__insert_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/vector__insert_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/vector__insert_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/vector__insert_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/vector__insert_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/vector__insert_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/vector__insert__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/vector__insert__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/vector__insert__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/vector__insert__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/vector__insert__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/vector__insert__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/vector__map_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/vector__map_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/vector__map_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/vector__map_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/vector__map_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/vector__map_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/vector__map__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/vector__map__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/vector__map__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/vector__map__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/vector__map__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/vector__map__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/vector__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/vector__sink_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/vector__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/vector__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/vector__sink_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/vector__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/vector__sink_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/vector__sink__f_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/vector__sink__f_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/vector__sink__f_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/vector__sink__f_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/vector__sink__f_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/vector__sink__f_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/vector__sink__f__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/vector__sink__f__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/vector__sink__f__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/vector__sink__f__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/vector__sink__f__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/vector__sink__f__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/vector__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/vector__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/vector__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/vector__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/vector__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/vector__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/vector__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/vector__source_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/vector__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/vector__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/vector__source_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/vector__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/vector__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/vector__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/vector__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/vector__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/vector__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/vector__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/vector__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/vector__to__stream_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/vector__to__stream_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/vector__to__stream_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/vector__to__stream_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/vector__to__stream_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/vector__to__stream_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/vector__to__stream__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/vector__to__stream__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/vector__to__stream__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/vector__to__stream__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/vector__to__stream__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/vector__to__stream__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/vector__to__streams_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/vector__to__streams_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/vector__to__streams_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/vector__to__streams_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/vector__to__streams_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/vector__to__streams_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/vector__to__streams__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/vector__to__streams__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/vector__to__streams__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/vector__to__streams__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/vector__to__streams__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/vector__to__streams__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/vectordisplayform_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/vectordisplayform_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/vectordisplayform_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/vectordisplayform_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/vectordisplayform_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/vectordisplayform_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/vectordisplayform__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/vectordisplayform__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/vectordisplayform__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/vectordisplayform__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/vectordisplayform__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/vectordisplayform__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/viterbi__combined_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/viterbi__combined_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/viterbi__combined_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/viterbi__combined_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/viterbi__combined_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/viterbi__combined_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/viterbi__combined_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/viterbi__combined__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/viterbi__combined__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/viterbi__combined__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/viterbi__combined__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/viterbi__combined__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/viterbi__combined__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/vocoder_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__c_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__c_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__c_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__c_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__c_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__c_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__c__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__c__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__c__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__c__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__c__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__c__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/waterfalldisplayform_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/waterfalldisplayform_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/waterfalldisplayform_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/waterfalldisplayform_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/waterfalldisplayform_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/waterfalldisplayform_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/waterfalldisplayform__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/waterfalldisplayform__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/waterfalldisplayform__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/waterfalldisplayform__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/waterfalldisplayform__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/waterfalldisplayform__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/wavelet__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/wavelet__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/wavelet__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/wavelet__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/wavelet__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/wavelet__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/wavelet__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/wavelet__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/wavelet__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/wavelet__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/wavelet__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/wavelet__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/wavfile_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/wavfile_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/wavfile_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/wavfile_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/wavfile_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/wavfile_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/wavfile_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/wavfile_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/wavfile_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/wavfile_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/wavfile__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/wavfile__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/wavfile__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/wavfile__sink_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/wavfile__sink_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/wavfile__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/wavfile__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/wavfile__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/wavfile__source_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/wavfile__source_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/wavfile__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/window_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/window_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/window_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/window_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/window_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/window_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/window_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/window_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/window_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/window_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/window__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/window__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/window__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/window__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/window__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/window__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/wvps__ff_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/wvps__ff_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/wvps__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/wvps__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/wvps__ff_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/wvps__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/wvps__ff__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/wvps__ff__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/wvps__ff__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/wvps__ff__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/wvps__ff__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/wvps__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/xor__blk_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/xor__blk_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/xor__blk_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/xor__blk_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/xor__blk_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/xor__blk_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/xor__blk_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/xor__blk__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/xor__blk__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/xor__blk__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/xor__blk__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/xor__blk__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/xor__blk__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/xoroshiro128p_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/xoroshiro128p_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/xoroshiro128p_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/xoroshiro128p_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/xoroshiro128p_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/xoroshiro128p_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/xoroshiro128p_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/zeromq_8dox.html
 share/doc/gnuradio-${PKGVERSION}/xml/ConstellationDisplayPlot_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/DisplayPlot_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/EyeDisplayPlot_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/FrequencyDisplayPlot_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/HistogramDisplayPlot_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/License.xml
@@ -7537,88 +11539,172 @@ share/doc/gnuradio-${PKGVERSION}/xml/Tim
 share/doc/gnuradio-${PKGVERSION}/xml/VectorDisplayPlot_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/WaterfallDisplayPlot_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/abs__blk_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/abs__blk__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/adaptive__algorithm_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/adaptive__algorithm__cma_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/adaptive__algorithm__cma__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/adaptive__algorithm__lms_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/adaptive__algorithm__lms__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/adaptive__algorithm__nlms_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/adaptive__algorithm__nlms__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/adaptive__algorithm__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/add__blk_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/add__blk__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/add__const__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/add__const__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/add__const__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/add__const__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/add__const__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/add__const__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/add__const__ii_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/add__const__ii__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/add__const__ss_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/add__const__ss__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/add__const__v_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/add__const__v__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/additive__scrambler__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/additive__scrambler__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/agc2_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/agc2__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/agc2__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/agc2__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/agc2__ff__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/agc2__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/agc3__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/agc3__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/agc_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/agc__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/agc__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/agc__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/agc__ff__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/agc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/alaw__decode__bs_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/alaw__decode__bs__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/alaw__encode__sb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/alaw__encode__sb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/alist_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/amsg__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/amsg__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/analog_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/and__blk_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/and__blk__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/and__const_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/and__const__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/annotator__1to1_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/annotator__1to1__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/annotator__alltoall_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/annotator__alltoall__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/annotator__raw_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/annotator__raw__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/argmax_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/argmax__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/async__decoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/async__decoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/async__encoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/async__encoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/atsc__consts_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/atsc__consts__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/atsc__deinterleaver_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/atsc__deinterleaver__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/atsc__depad_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/atsc__depad__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/atsc__derandomizer_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/atsc__derandomizer__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/atsc__equalizer_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/atsc__equalizer__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/atsc__field__sync__mux_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/atsc__field__sync__mux__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/atsc__fpll_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/atsc__fpll__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/atsc__fs__checker_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/atsc__fs__checker__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/atsc__interleaver_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/atsc__interleaver__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/atsc__pad_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/atsc__pad__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/atsc__randomizer_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/atsc__randomizer__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/atsc__rs__decoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/atsc__rs__decoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/atsc__rs__encoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/atsc__rs__encoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/atsc__sync_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/atsc__sync__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/atsc__trellis__encoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/atsc__trellis__encoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/atsc__viterbi__decoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/atsc__viterbi__decoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/attributes_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/audio_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/awgn__bp_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/base_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/base__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/basic__block_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/basic__block__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ber__bf_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ber__bf__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ber__sink__b_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/bin__statistics__f_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ber__sink__b__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/binary__slicer__fb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/binary__slicer__fb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/block_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/block__detail_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/block__detail__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/block__gateway_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/block__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/block__registry_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/blocks_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/buffer_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/buffer__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/build_2gnuradio-runtime_2python_2gnuradio_2gr_2bindings_2pydoc__macros_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/build_2gnuradio-runtime_2python_2pmt_2bindings_2pydoc__macros_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/build_2gr-analog_2python_2analog_2bindings_2pydoc__macros_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/build_2gr-audio_2python_2audio_2bindings_2pydoc__macros_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/build_2gr-blocks_2python_2blocks_2bindings_2pydoc__macros_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/build_2gr-fft_2python_2fft_2bindings_2pydoc__macros_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/build_2gr-filter_2python_2filter_2bindings_2pydoc__macros_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/build__guide_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/build_guide.xml
 share/doc/gnuradio-${PKGVERSION}/xml/burst__shaper_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/burst__shaper__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/burst__tagger_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/burst__tagger__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/calc__metric_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/calc__metric__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/catv__config_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/catv__config__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/catv__frame__sync__enc__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/catv__frame__sync__enc__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/catv__randomizer__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/catv__randomizer__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/catv__reed__solomon__enc__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/catv__reed__solomon__enc__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/catv__transport__framing__enc__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/catv__transport__framing__enc__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/catv__trellis__enc__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/catv__trellis__enc__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/cc__common_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/cc__decoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/cc__decoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/cc__encoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/cc__encoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ccsds__encoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ccsds__encoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/cfo__model_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/cfo__model__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/channel__model2_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/channel__model2__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/channel__model_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/channel__model__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/channels_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/char__to__float_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/char__to__float__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/char__to__short_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/char__to__short__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/check__lfsr__32k__s_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/check__lfsr__32k__s__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/chunks__to__symbols_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/chunks__to__symbols__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classAverageMenu.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classColorMapMenu.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classColorMap__BlackHot.xml
@@ -7633,6 +11719,10 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classConstellationDisplayPlot.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classDisplayForm.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classDisplayPlot.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classEyeControlPanel.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classEyeDisplayForm.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classEyeDisplayPlot.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classEyeDisplaysForm.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classFFTAverageMenu.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classFFTSizeMenu.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classFFTWindowMenu.xml
@@ -7695,10 +11785,10 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classWaterfallDisplayPlot.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classWaterfallUpdateEvent.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classalist.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classata__header.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classawgn__bp.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classcallbackregister__base_1_1callback__t.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classcldpc.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classensure__py__gil__state.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgnuradio_1_1detail_1_1sptr__magic.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1analog_1_1agc2__cc.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1analog_1_1agc2__ff.xml
@@ -7755,7 +11845,6 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1annotator__alltoall.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1annotator__raw.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1argmax.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1bin__statistics__f.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1burst__tagger.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1char__to__float.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1char__to__short.xml
@@ -7772,6 +11861,9 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1conjugate__cc.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1control__loop.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1copy.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1correctiq.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1correctiq__auto.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1correctiq__man.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1ctrlport__probe2__b.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1ctrlport__probe2__c.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1ctrlport__probe2__f.xml
@@ -7837,6 +11929,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1pdu__to__tagged__stream.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1peak__detector.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1peak__detector2__fb.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1phase__shift.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1plateau__detector__fb.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1probe__rate.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1probe__signal.xml
@@ -7855,6 +11948,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1short__to__float.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1skiphead.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1socket__pdu.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1stream__demux.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1stream__mux.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1stream__to__streams.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1stream__to__tagged__stream.xml
@@ -7863,6 +11957,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1streams__to__vector.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1stretch__ff.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1sub.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1swap__iq.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1tag__debug.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1tag__gate.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1tag__share.xml
@@ -7905,6 +12000,10 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1channels_1_1selective__fading__model.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1channels_1_1selective__fading__model2.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1channels_1_1sro__model.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1adaptive__algorithm.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1adaptive__algorithm__cma.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1adaptive__algorithm__lms.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1adaptive__algorithm__nlms.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1additive__scrambler__bb.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1binary__slicer__fb.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1burst__shaper.xml
@@ -7920,6 +12019,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1constellation__calcdist.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1constellation__decoder__cb.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1constellation__dqpsk.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1constellation__encoder__bc.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1constellation__expl__rect.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1constellation__psk.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1constellation__qpsk.xml
@@ -7937,6 +12037,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1cpmmod__bc.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc32__async__bb.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc32__bb.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1decision__feedback__equalizer.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1descrambler__bb.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1diff__decoder__bb.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1diff__encoder__bb.xml
@@ -7957,8 +12058,10 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1header__payload__demux.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1kurtotic__equalizer__cc.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1lfsr.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1linear__equalizer.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1lms__dd__equalizer__cc.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1map__bb.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1meas__evm__cc.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1mpsk__snr__est.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1mpsk__snr__est__cc.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1mpsk__snr__est__m2m4.xml
@@ -8089,18 +12192,10 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1tpc__common.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1tpc__decoder.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1tpc__encoder.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1feval.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1feval__cc.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1feval__dd.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1feval__ll.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1feval__p.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fft_1_1ctrlport__probe__psd.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fft_1_1fft__complex.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fft_1_1fft__real__fwd.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fft_1_1fft__real__rev.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fft_1_1fft.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fft_1_1fft__shift.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fft_1_1fft__vcc.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fft_1_1fft__vfc.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fft_1_1fft__v.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fft_1_1goertzel.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fft_1_1goertzel__fc.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fft_1_1planner.xml
@@ -8122,6 +12217,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1iir__filter__ccz.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1iir__filter__ffd.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1interp__fir__filter.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1ival__decimator.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1kernel_1_1fft__filter__ccc.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1kernel_1_1fft__filter__ccf.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1kernel_1_1fft__filter__fff.xml
@@ -8150,7 +12246,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1pfb__decimator__ccf.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1pfb__interpolator__ccf.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1pfb__synthesizer__ccf.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1rational__resampler__base.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1rational__resampler.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1single__pole__iir.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1single__pole__iir_3_01gr__complex_00_01i__type_00_01double_01_4.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1single__pole__iir__filter__cc.xml
@@ -8174,15 +12270,18 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1msg__handler.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1msg__queue.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1nco.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1network_1_1tcp__sink.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1network_1_1tcp__sink__impl.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1network_1_1udp__sink.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1network_1_1udp__sink__impl.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1network_1_1udp__source.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1network_1_1udp__source__impl.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1prefs.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1py__feval.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1py__feval__cc.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1py__feval__dd.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1py__feval__ll.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1py__feval__p.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1qtgui_1_1ber__sink__b.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1qtgui_1_1const__sink__c.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1qtgui_1_1edit__box__msg.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1qtgui_1_1eye__sink__c.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1qtgui_1_1eye__sink__f.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1qtgui_1_1freq__sink__c.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1qtgui_1_1freq__sink__f.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1qtgui_1_1histogram__sink__f.xml
@@ -8222,6 +12321,16 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1trellis_1_1viterbi.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1trellis_1_1viterbi__combined.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1amsg__source.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__block.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__block__generic.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__ddc.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__duc.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__graph.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__rx__radio.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__rx__streamer.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__tx__radio.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__tx__streamer.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1stream__args__t.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1usrp__block.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1usrp__sink.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1usrp__source.xml
@@ -8262,9 +12371,10 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1zeromq_1_1req__source.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1zeromq_1_1sub__msg__source.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1zeromq_1_1sub__source.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classheader__seq__num.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classheader__seq__plus__size.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classmywindow.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classpmt_1_1comparator.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classpmt_1_1comperator.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classpmt_1_1exception.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classpmt_1_1notimplemented.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classpmt_1_1out__of__range.xml
@@ -8323,73 +12433,148 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classthrift__server__template_1_1TBufferedTransportFactory.xml
 share/doc/gnuradio-${PKGVERSION}/xml/cldpc_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/clock__recovery__mm__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/clock__recovery__mm__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/clock__recovery__mm__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/clock__recovery__mm__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/cma__equalizer__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/cma__equalizer__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/codec2_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/codec2__decode__ps_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/codec2__decode__ps__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/codec2__encode__sp_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/codec2__encode__sp__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/codec2__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/combine.xslt
 share/doc/gnuradio-${PKGVERSION}/xml/complex__to__arg_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/complex__to__arg__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/complex__to__float_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/complex__to__float__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/complex__to__imag_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/complex__to__imag__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/complex__to__interleaved__char_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/complex__to__interleaved__char__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/complex__to__interleaved__short_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/complex__to__interleaved__short__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/complex__to__mag_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/complex__to__mag__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/complex__to__mag__squared_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/complex__to__mag__squared__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/complex__to__magphase_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/complex__to__magphase__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/complex__to__real_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/complex__to__real__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/components_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/compound.xsd
 share/doc/gnuradio-${PKGVERSION}/xml/config_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/conjugate__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/conjugate__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/const__sink__c_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/const__sink__c__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/constants_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/constants__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/constellation_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/constellation__decoder__cb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/constellation__decoder__cb__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/constellation__encoder__bc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/constellation__encoder__bc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/constellation__metrics__cf_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/constellation__metrics__cf__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/constellation__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/constellation__receiver__cb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/constellation__receiver__cb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/constellation__soft__decoder__cf_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/constellation__soft__decoder__cf__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/constellationdisplayform_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/constellationdisplayform__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/control__loop_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/control__loop__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/conv__bit__corr__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/conv__bit__corr__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/copy_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/copy__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/core__algorithms_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/core__algorithms__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/corr__est__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/corr__est__cc__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/correctiq_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/correctiq__auto_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/correctiq__auto__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/correctiq__man_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/correctiq__man__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/correctiq__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/correctiq__swapiq_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/correctiq__swapiq__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/correlate__access__code__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/correlate__access__code__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/correlate__access__code__bb__ts_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/correlate__access__code__bb__ts__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/correlate__access__code__ff__ts_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/correlate__access__code__ff__ts__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/correlate__access__code__tag__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/correlate__access__code__tag__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/correlate__access__code__tag__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/correlate__access__code__tag__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/costas__loop__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/costas__loop__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/count__bits_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/count__bits__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/cpfsk__bc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/cpfsk__bc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/cpm_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/cpm__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/cpmmod__bc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/cpmmod__bc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/crc32_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/crc32__async__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/crc32__async__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/crc32__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/crc32__bb__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/crc32__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ctcss__squelch__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ctcss__squelch__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ctrlport_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ctrlport__probe2__b_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ctrlport__probe2__b__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ctrlport__probe2__c_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ctrlport__probe2__c__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ctrlport__probe2__f_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ctrlport__probe2__f__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ctrlport__probe2__i_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ctrlport__probe2__i__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ctrlport__probe2__s_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ctrlport__probe2__s__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ctrlport__probe__c_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ctrlport__probe__c__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ctrlport__probe__psd_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ctrlport__probe__psd__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/cvsd__decode__bs_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/cvsd__decode__bs__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/cvsd__encode__sb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/cvsd__encode__sb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dc__blocker__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dc__blocker__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dc__blocker__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dc__blocker__ff__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/decision__feedback__equalizer_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/decision__feedback__equalizer__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/decode__ccsds__27__fb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/decode__ccsds__27__fb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/decoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/decoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/deinterleave_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/deinterleave__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/delay_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/delay__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/depuncture__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/depuncture__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/descrambler__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/descrambler__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/diff__decoder__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/diff__decoder__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/diff__encoder__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/diff__encoder__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/diff__phasor__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/diff__phasor__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/digital_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dir_000000.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dir_000001.xml
@@ -8492,147 +12677,365 @@ share/doc/gnuradio-${PKGVERSION}/xml/dir
 share/doc/gnuradio-${PKGVERSION}/xml/dir_000098.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dir_000099.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dir_000100.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000101.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000102.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000103.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000104.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000105.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000106.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000107.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000108.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000109.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000110.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000111.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000112.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000113.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000114.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000115.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000116.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000117.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000118.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000119.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000120.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000121.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000122.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000123.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000124.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000125.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000126.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000127.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000128.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000129.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000130.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000131.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000132.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000133.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000134.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000135.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000136.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000137.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000138.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000139.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000140.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000141.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000142.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000143.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000144.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000145.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000146.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000147.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000148.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000149.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000150.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000151.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000152.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000153.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000154.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000155.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000156.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000157.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000158.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000159.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000160.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000161.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000162.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000163.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000164.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000165.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000166.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000167.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000168.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000169.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000170.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000171.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000172.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000173.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000174.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000175.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000176.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000177.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000178.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000179.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000180.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000181.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000182.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000183.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000184.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000185.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000186.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000187.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000188.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000189.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000190.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000191.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000192.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000193.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000194.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000195.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000196.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dir_000197.xml
 share/doc/gnuradio-${PKGVERSION}/xml/display__qt_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/displayform_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/displayform__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/divide_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/docs_2doxygen_2other_2group__defs_8dox.xml
-share/doc/gnuradio-${PKGVERSION}/xml/docs_2doxygen_2other_2main__page_8dox.xml
+share/doc/gnuradio-${PKGVERSION}/xml/divide__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/docs_2doxygen_2pydoc__macros_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dpll__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dpll__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dummy__decoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dummy__decoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dummy__encoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dummy__encoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvb__bbheader__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvb__bbheader__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvb__bbscrambler__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvb__bbscrambler__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvb__bch__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvb__bch__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvb__config_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvb__config__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvb__ldpc__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvb__ldpc__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbs2__config_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbs2__config__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbs2__interleaver__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbs2__interleaver__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbs2__modulator__bc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbs2__modulator__bc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbs2__physical__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbs2__physical__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__cellinterleaver__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__cellinterleaver__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__config_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__config__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__framemapper__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__framemapper__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__freqinterleaver__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__freqinterleaver__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__interleaver__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__interleaver__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__miso__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__miso__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__modulator__bc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__modulator__bc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__p1insertion__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__p1insertion__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__paprtr__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__paprtr__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__pilotgenerator__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__pilotgenerator__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt__bit__inner__deinterleaver_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt__bit__inner__deinterleaver__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt__bit__inner__interleaver_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt__bit__inner__interleaver__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt__config_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt__config__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt__convolutional__deinterleaver_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt__convolutional__deinterleaver__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt__convolutional__interleaver_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt__convolutional__interleaver__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt__demap_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt__demap__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt__demod__reference__signals_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt__demod__reference__signals__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt__energy__descramble_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt__energy__descramble__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt__energy__dispersal_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt__energy__dispersal__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt__inner__coder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt__inner__coder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt__map_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt__map__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt__ofdm__sym__acquisition_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt__ofdm__sym__acquisition__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt__reed__solomon__dec_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt__reed__solomon__dec__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt__reed__solomon__enc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt__reed__solomon__enc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt__reference__signals_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt__reference__signals__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt__symbol__inner__interleaver_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt__symbol__inner__interleaver__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dvbt__viterbi__decoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dvbt__viterbi__decoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dynamic__channel__model_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/dynamic__channel__model__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/edit__box__msg_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/edit__box__msg__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/encode__ccsds__27__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/encode__ccsds__27__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/endian__swap_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/endian__swap__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/endianness_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/endianness__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/expj_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/expj__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/exponentiate__const__cci_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/exponentiate__const__cci__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/eye__sink__c_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/eye__sink__c__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/eye__sink__f_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/eye__sink__f__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/eyecontrolpanel_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/eyedisplayform_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/eyedisplaysform_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fading__model_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/fading__model__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fastnoise__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/fastnoise__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fec_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fec__mtrx_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/fec__mtrx__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/feedforward__agc__cc_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/feval_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/feedforward__agc__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fft_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fft_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fft__filter_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fft__filter__ccc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/fft__filter__ccc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fft__filter__ccf_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/fft__filter__ccf__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fft__filter__fff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/fft__filter__fff__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/fft__filter__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fft__shift_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/fft__vcc_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/fft__vfc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/fft__shift__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/fft__v_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/fft__v__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/file__descriptor__sink_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/file__descriptor__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/file__descriptor__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/file__descriptor__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/file__meta__sink_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/file__meta__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/file__meta__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/file__meta__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/file__sink_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/file__sink__base_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/file__sink__base__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/file__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/file__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/file__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/filter_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/filter__delay__fc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/filter__delay__fc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/filterbank_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/filterbank__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/filterbank__vcvcf_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/filterbank__vcvcf__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fir__filter_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fir__filter__blk_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/fir__filter__blk__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/fir__filter__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fir__filter__with__buffer_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/fir__filter__with__buffer__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/firdes_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/firdes__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fll__band__edge__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/fll__band__edge__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/float__to__char_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/float__to__char__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/float__to__complex_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/float__to__complex__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/float__to__int_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/float__to__int__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/float__to__short_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/float__to__short__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/float__to__uchar_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/float__to__uchar__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/flowgraph_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/flowgraph__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fmdet__cf_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/fmdet__cf__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/form__menus_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/form__menus__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/framer__sink__1_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/framer__sink__1__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/freedv__api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/freedv__rx__ss_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/freedv__rx__ss__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/freedv__tx__ss_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/freedv__tx__ss__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/freq__sink__c_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/freq__sink__c__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/freq__sink__f_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/freq__sink__f__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/freq__xlating__fir__filter_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/freq__xlating__fir__filter__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/freqcontrolpanel_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/freqcontrolpanel__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/freqdisplayform_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/freqdisplayform__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/frequency__modulator__fc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/frequency__modulator__fc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fsm_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/fsm__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fxpt_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fxpt__nco_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/fxpt__nco__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/fxpt__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fxpt__vco_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/fxpt__vco__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/g721__decode__bs_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/g721__decode__bs__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/g721__encode__sb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/g721__encode__sb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/g723__24__decode__bs_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/g723__24__decode__bs__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/g723__24__encode__sb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/g723__24__encode__sb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/g723__40__decode__bs_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/g723__40__decode__bs__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/g723__40__encode__sb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/g723__40__encode__sb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/generic__decoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/generic__decoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/generic__encoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/generic__encoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gf2mat_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gf2vec_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/glfsr_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/glfsr__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/glfsr__source__b_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/glfsr__source__b__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/glfsr__source__f_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/glfsr__source__f__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gnuradio-logo.svg
 share/doc/gnuradio-${PKGVERSION}/xml/gnuradio-runtime_2include_2gnuradio_2api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gnuradio-runtime_2include_2pmt_2api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/goertzel_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/goertzel__fc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/goertzel__fc__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/goertzel__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-analog_2include_2gnuradio_2analog_2api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-audio_2include_2gnuradio_2audio_2api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-blocks_2include_2gnuradio_2blocks_2api_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/gr-blocks_2include_2gnuradio_2blocks_2udp__sink_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/gr-blocks_2include_2gnuradio_2blocks_2udp__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/gr-blocks_2python_2blocks_2bindings_2docstrings_2udp__sink__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/gr-blocks_2python_2blocks_2bindings_2docstrings_2udp__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-channels_2include_2gnuradio_2channels_2api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-digital_2include_2gnuradio_2digital_2api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-dtv_2include_2gnuradio_2dtv_2api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-fec_2include_2gnuradio_2fec_2api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-fec_2include_2gnuradio_2fec_2encoder_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-fec_2include_2gnuradio_2fec_2viterbi_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/gr-fec_2python_2fec_2bindings_2docstrings_2encoder__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/gr-fec_2python_2fec_2bindings_2docstrings_2viterbi__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-fft_2include_2gnuradio_2fft_2api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-filter_2include_2gnuradio_2filter_2api_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/gr-network_2include_2gnuradio_2network_2api_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/gr-network_2include_2gnuradio_2network_2udp__sink_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/gr-network_2include_2gnuradio_2network_2udp__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/gr-network_2python_2network_2bindings_2docstrings_2udp__sink__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/gr-network_2python_2network_2bindings_2docstrings_2udp__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-qtgui_2include_2gnuradio_2qtgui_2api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-trellis_2include_2gnuradio_2trellis_2api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-trellis_2include_2gnuradio_2trellis_2encoder_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-trellis_2include_2gnuradio_2trellis_2viterbi_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/gr-trellis_2python_2trellis_2bindings_2docstrings_2encoder__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/gr-trellis_2python_2trellis_2bindings_2docstrings_2viterbi__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-uhd_2include_2gnuradio_2uhd_2api_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/gr-utils_2python_2modtool_2templates_2gr-newmod_2docs_2doxygen_2other_2group__defs_8dox.xml
-share/doc/gnuradio-${PKGVERSION}/xml/gr-utils_2python_2modtool_2templates_2gr-newmod_2docs_2doxygen_2other_2main__page_8dox.xml
-share/doc/gnuradio-${PKGVERSION}/xml/gr-utils_2python_2modtool_2templates_2gr-newmod_2include_2howto_2api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-video-sdl_2include_2gnuradio_2video__sdl_2api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-vocoder_2include_2gnuradio_2vocoder_2api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-wavelet_2include_2gnuradio_2wavelet_2api_8h.xml
@@ -8650,6 +13053,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/gro
 share/doc/gnuradio-${PKGVERSION}/xml/group__container__blk.xml
 share/doc/gnuradio-${PKGVERSION}/xml/group__controlport__blk.xml
 share/doc/gnuradio-${PKGVERSION}/xml/group__debug__tools__blk.xml
+share/doc/gnuradio-${PKGVERSION}/xml/group__defs_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/group__deprecated__blk.xml
 share/doc/gnuradio-${PKGVERSION}/xml/group__equalizers__blk.xml
 share/doc/gnuradio-${PKGVERSION}/xml/group__error__coding__blk.xml
@@ -8683,101 +13087,189 @@ share/doc/gnuradio-${PKGVERSION}/xml/gro
 share/doc/gnuradio-${PKGVERSION}/xml/group__waveform__generators__blk.xml
 share/doc/gnuradio-${PKGVERSION}/xml/group__wavelet__blk.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gsm__fr__decode__ps_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/gsm__fr__decode__ps__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gsm__fr__encode__sp_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/gsm__fr__encode__sp__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/hdlc__deframer__bp_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/hdlc__deframer__bp__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/hdlc__framer__pb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/hdlc__framer__pb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/head_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/head__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/header__buffer_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/header__buffer__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/header__format__base_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/header__format__base__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/header__format__counter_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/header__format__counter__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/header__format__crc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/header__format__crc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/header__format__default_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/header__format__default__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/header__format__ofdm_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/header__format__ofdm__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/header__payload__demux_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/header__payload__demux__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/hier__block2_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/hier__block2__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/high__res__timer_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/high__res__timer__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/hilbert__fc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/hilbert__fc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/histogram__sink__f_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/histogram__sink__f__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/histogramdisplayform_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/histogramdisplayform__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/iir__filter_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/iir__filter__ccc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/iir__filter__ccc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/iir__filter__ccd_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/iir__filter__ccd__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/iir__filter__ccf_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/iir__filter__ccf__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/iir__filter__ccz_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/iir__filter__ccz__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/iir__filter__ffd_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/iir__filter__ffd__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/iir__filter__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/index.xml
 share/doc/gnuradio-${PKGVERSION}/xml/index.xsd
 share/doc/gnuradio-${PKGVERSION}/xml/indexpage.xml
 share/doc/gnuradio-${PKGVERSION}/xml/int__to__float_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/int__to__float__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/integer__math_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/integrate_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/integrate__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/interleave_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/interleave__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/interleaved__char__to__complex_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/interleaved__char__to__complex__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/interleaved__short__to__complex_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/interleaved__short__to__complex__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/interleaver_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/interleaver__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/interp__differentiator__taps_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/interp__fir__filter_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/interp__fir__filter__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/interpolating__resampler__type_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/interpolating__resampler__type__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/interpolator__taps_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/io__signature_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/io__signature__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ival__decimator_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ival__decimator__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/keep__m__in__n_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/keep__m__in__n__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/keep__one__in__n_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/keep__one__in__n__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/kurtotic__equalizer__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/kurtotic__equalizer__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ldpc__G__matrix_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ldpc__G__matrix__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ldpc__H__matrix_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ldpc__H__matrix__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ldpc__bit__flip__decoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ldpc__bit__flip__decoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ldpc__decoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ldpc__decoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ldpc__encoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ldpc__encoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ldpc__gen__mtrx__encoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ldpc__gen__mtrx__encoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ldpc__par__mtrx__encoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ldpc__par__mtrx__encoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/lfsr_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/lfsr__15__1__0_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/lfsr__15__1__0__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/lfsr__32k_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/lfsr__32k__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/lfsr__32k__source__s_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/lfsr__32k__source__s__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/lfsr__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/license_8dox.xml
+share/doc/gnuradio-${PKGVERSION}/xml/linear__equalizer_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/linear__equalizer__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/lms__dd__equalizer__cc_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/log2__const_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/lms__dd__equalizer__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/logger_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/logger__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/magphase__to__complex_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/magphase__to__complex__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/main__page_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/map__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/map__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/math_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/math__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/max__blk_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/max__blk__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/maxstar_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/meas__evm__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/meas__evm__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/message_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/message__debug_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/message__debug__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/message__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/message__strobe_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/message__strobe__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/message__strobe__random_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/message__strobe__random__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/messages_2msg__accepter_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/messages_2msg__queue_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/metric__type_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/metric__type__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/metrics_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/metrics__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/min__blk_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/min__blk__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/misc_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/mmse__fir__interpolator__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/mmse__fir__interpolator__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/mmse__fir__interpolator__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/mmse__fir__interpolator__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/mmse__interp__differentiator__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/mmse__interp__differentiator__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/mmse__interp__differentiator__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/mmse__interp__differentiator__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/mmse__interpolator__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/mmse__interpolator__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/mmse__interpolator__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/mmse__interpolator__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/mmse__resampler__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/mmse__resampler__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/mmse__resampler__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/mmse__resampler__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/modulate__vector_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/moving__average_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/moving__average__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/mpsk__snr__est_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/mpsk__snr__est__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/mpsk__snr__est__cc__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/mpsk__snr__est__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/msg__accepter_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/msg__accepter__msgq_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/msg__accepter__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/msg__handler_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/msg__handler__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/msg__passing_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/msg__producer_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/msg__queue_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/msg__queue__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/msk__timing__recovery__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/msk__timing__recovery__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/multiply_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/multiply__by__tag__value__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/multiply__by__tag__value__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/multiply__conjugate__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/multiply__conjugate__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/multiply__const_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/multiply__const__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/multiply__const__v_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/multiply__const__v__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/multiply__matrix_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/multiply__matrix__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/multiply__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/mute_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/mute__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/namespace_0d0.xml
 share/doc/gnuradio-${PKGVERSION}/xml/namespaceapache.xml
 share/doc/gnuradio-${PKGVERSION}/xml/namespaceapache_1_1thrift.xml
@@ -8801,8 +13293,8 @@ share/doc/gnuradio-${PKGVERSION}/xml/nam
 share/doc/gnuradio-${PKGVERSION}/xml/namespacegr_1_1fft.xml
 share/doc/gnuradio-${PKGVERSION}/xml/namespacegr_1_1filter.xml
 share/doc/gnuradio-${PKGVERSION}/xml/namespacegr_1_1filter_1_1kernel.xml
-share/doc/gnuradio-${PKGVERSION}/xml/namespacegr_1_1impl.xml
 share/doc/gnuradio-${PKGVERSION}/xml/namespacegr_1_1messages.xml
+share/doc/gnuradio-${PKGVERSION}/xml/namespacegr_1_1network.xml
 share/doc/gnuradio-${PKGVERSION}/xml/namespacegr_1_1qtgui.xml
 share/doc/gnuradio-${PKGVERSION}/xml/namespacegr_1_1thread.xml
 share/doc/gnuradio-${PKGVERSION}/xml/namespacegr_1_1trellis.xml
@@ -8815,35 +13307,64 @@ share/doc/gnuradio-${PKGVERSION}/xml/nam
 share/doc/gnuradio-${PKGVERSION}/xml/namespacerpcpmtconverter.xml
 share/doc/gnuradio-${PKGVERSION}/xml/namespacestd.xml
 share/doc/gnuradio-${PKGVERSION}/xml/nco_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/nco__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/nlog10__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/nlog10__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/noise__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/noise__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/noise__type_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/noise__type__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/nop_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/nop__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/not__blk_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/not__blk__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/null__sink_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/null__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/null__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/null__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/number__sink_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/number__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/numberdisplayform_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/numberdisplayform__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ofdm__carrier__allocator__cvc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ofdm__carrier__allocator__cvc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ofdm__chanest__vcvc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ofdm__chanest__vcvc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ofdm__cyclic__prefixer_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ofdm__cyclic__prefixer__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ofdm__equalizer__base_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ofdm__equalizer__base__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ofdm__equalizer__simpledfe_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ofdm__equalizer__simpledfe__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ofdm__equalizer__static_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ofdm__equalizer__static__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ofdm__frame__equalizer__vcvc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ofdm__frame__equalizer__vcvc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ofdm__serializer__vcc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ofdm__serializer__vcc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ofdm__sync__sc__cfb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ofdm__sync__sc__cfb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/or__blk_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/or__blk__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/osx__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pack__k__bits_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pack__k__bits__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pack__k__bits__bb__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pack__k__bits__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/packed__to__unpacked_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/packed__to__unpacked__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/packet__comms_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/packet__header__default_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/packet__header__default__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/packet__header__ofdm_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/packet__header__ofdm__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/packet__headergenerator__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/packet__headergenerator__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/packet__headerparser__b_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/packet__headerparser__b__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/packet__headers_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/packet__sink_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/packet__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/page_analog.xml
 share/doc/gnuradio-${PKGVERSION}/xml/page_audio.xml
 share/doc/gnuradio-${PKGVERSION}/xml/page_blocks.xml
@@ -8856,169 +13377,319 @@ share/doc/gnuradio-${PKGVERSION}/xml/pag
 share/doc/gnuradio-${PKGVERSION}/xml/page_filter.xml
 share/doc/gnuradio-${PKGVERSION}/xml/page_packet_comms.xml
 share/doc/gnuradio-${PKGVERSION}/xml/page_qtgui.xml
+share/doc/gnuradio-${PKGVERSION}/xml/page_releasing.xml
 share/doc/gnuradio-${PKGVERSION}/xml/page_uhd.xml
 share/doc/gnuradio-${PKGVERSION}/xml/page_usage.xml
 share/doc/gnuradio-${PKGVERSION}/xml/page_vocoder.xml
 share/doc/gnuradio-${PKGVERSION}/xml/page_zeromq.xml
 share/doc/gnuradio-${PKGVERSION}/xml/patterned__interleaver_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/patterned__interleaver__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pccc__decoder__blk_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pccc__decoder__blk__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pccc__decoder__combined__blk_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pccc__decoder__combined__blk__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pccc__encoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pccc__encoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pdu_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pdu__filter_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pdu__filter__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pdu__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pdu__remove_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pdu__remove__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pdu__set_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pdu__set__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pdu__to__tagged__stream_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pdu__to__tagged__stream__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/peak__detector2__fb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/peak__detector2__fb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/peak__detector_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/peak__detector__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/permutation_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/permutation__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pfb__arb__resampler_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pfb__arb__resampler__ccc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pfb__arb__resampler__ccc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pfb__arb__resampler__ccf_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pfb__arb__resampler__ccf__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pfb__arb__resampler__fff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pfb__arb__resampler__fff__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pfb__arb__resampler__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pfb__channelizer__ccf_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pfb__channelizer__ccf__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pfb__clock__sync__ccf_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pfb__clock__sync__ccf__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pfb__clock__sync__fff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pfb__clock__sync__fff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pfb__decimator__ccf_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pfb__decimator__ccf__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pfb__interpolator__ccf_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pfb__interpolator__ccf__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pfb__synthesizer__ccf_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pfb__synthesizer__ccf__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/phase__modulator__fc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/phase__modulator__fc__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/phase__shift_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/phase__shift__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/plateau__detector__fb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/plateau__detector__fb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pll__carriertracking__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pll__carriertracking__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pll__freqdet__cf_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pll__freqdet__cf__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pll__refout__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pll__refout__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/plot__raster_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/plot__waterfall_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pm__remez_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pm__remez__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pmt_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pmt__pool_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pmt__pool__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pmt__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pmt__serial__tags_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pmt__sugar_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pmt__sugar__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pn__correlator__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pn__correlator__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/polar__common_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/polar__common__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/polar__decoder__common_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/polar__decoder__common__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/polar__decoder__sc_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/polar__decoder__sc__list_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/polar__decoder__sc__list__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/polar__decoder__sc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/polar__decoder__sc__systematic_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/polar__decoder__sc__systematic__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/polar__encoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/polar__encoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/polar__encoder__systematic_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/polar__encoder__systematic__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/polyphase__filterbank_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/polyphase__filterbank__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/prefs_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/prefs__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/probe__avg__mag__sqrd__c_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/probe__avg__mag__sqrd__c__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/probe__avg__mag__sqrd__cf_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/probe__avg__mag__sqrd__cf__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/probe__avg__mag__sqrd__f_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/probe__avg__mag__sqrd__f__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/probe__density__b_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/probe__density__b__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/probe__mpsk__snr__est__c_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/probe__mpsk__snr__est__c__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/probe__rate_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/probe__rate__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/probe__signal_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/probe__signal__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/probe__signal__v_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/probe__signal__v__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/protocol__formatter__async_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/protocol__formatter__async__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/protocol__formatter__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/protocol__formatter__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/protocol__parser__b_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/protocol__parser__b__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pub__msg__sink_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pub__msg__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pub__sink_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pub__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pull__msg__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pull__msg__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pull__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pull__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/puncture__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/puncture__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/puncture__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/puncture__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/push__msg__sink_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/push__msg__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/push__sink_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/push__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pwr__squelch__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pwr__squelch__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pwr__squelch__ff_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/py__feval_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/pwr__squelch__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/pycallback__object_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/qtgui_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/qtgui__types_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/qtgui__types__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/quadrature__demod__cf_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/quadrature__demod__cf__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/quicksort__index_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/quicksort__index__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rail__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rail__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/random_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/random__pdu_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/random__pdu__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/random__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/random__uniform__source_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/rational__resampler__base_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/random__uniform__source__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rational__resampler_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rational__resampler__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/realtime_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/realtime__impl_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/realtime__impl__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/realtime__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/regenerate__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/regenerate__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/releasing_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rep__msg__sink_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rep__msg__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rep__sink_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rep__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/repack__bits__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/repack__bits__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/repeat_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/repeat__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/repetition__decoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/repetition__decoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/repetition__encoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/repetition__encoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/req__msg__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/req__msg__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/req__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/req__source__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__block_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__block__generic_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__ddc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__duc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__graph_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__rx__radio_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__rx__streamer_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__tx__radio_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__tx__streamer_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rms__cf_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rms__cf__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rms__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rms__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rotator_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rotator__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rotator__cc__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rotator__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rpcbufferedget_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rpccallbackregister__base_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rpccallbackregister__base__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rpcmanager_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rpcmanager__base_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rpcmanager__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rpcpmtconverters__thrift_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rpcregisterhelpers_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rpcregisterhelpers__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rpcserver__aggregator_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rpcserver__aggregator__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rpcserver__base_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rpcserver__base__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rpcserver__booter__aggregator_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/rpcserver__booter__aggregator__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rpcserver__booter__base_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rpcserver__booter__thrift_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rpcserver__selector_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rpcserver__thrift_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/rs_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/runtime__types_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/runtime__types__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sample__and__hold_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sample__and__hold__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sccc__decoder__blk_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sccc__decoder__blk__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sccc__decoder__combined__blk_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sccc__decoder__combined__blk__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sccc__encoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sccc__encoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/scrambler__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/scrambler__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/selective__fading__model2_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/selective__fading__model2__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/selective__fading__model_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/selective__fading__model__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/selector_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/selector__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/short__to__char_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/short__to__char__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/short__to__float_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/short__to__float__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sig__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sig__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sig__source__waveform_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sig__source__waveform__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/simple__correlator_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/simple__correlator__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/simple__framer_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/simple__framer__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/simple__framer__sync_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/simple__framer__sync__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/simple__squelch__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/simple__squelch__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sincos_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sincos__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/single__pole__iir_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/single__pole__iir__filter__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/single__pole__iir__filter__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/single__pole__iir__filter__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/single__pole__iir__filter__ff__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/single__pole__iir__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sink_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sink__c_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sink__c__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sink__f_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sink__f__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sink__s_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sink__s__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sink__uc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sink__uc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/siso__combined__f_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/siso__combined__f__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/siso__f_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/siso__f__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/siso__type_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/siso__type__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/skiphead_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/skiphead__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/socket__pdu_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/socket__pdu__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/spectrumUpdateEvents_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/spectrumdisplayform_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sptr__magic_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sptr__magic__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/squash__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/squash__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/squelch__base__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/squelch__base__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/squelch__base__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/squelch__base__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sro__model_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sro__model__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/stream__demux_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/stream__demux__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/stream__mux_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/stream__mux__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/stream__to__streams_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/stream__to__streams__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/stream__to__tagged__stream_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/stream__to__tagged__stream__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/stream__to__vector_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/stream__to__vector__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/streams__to__stream_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/streams__to__stream__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/streams__to__vector_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/streams__to__vector__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/stretch__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/stretch__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/structcallbackregister__base.xml
 share/doc/gnuradio-${PKGVERSION}/xml/structcallbackregister__base_1_1callback__base__t.xml
-share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1block__gw__message__type.xml
+share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1blocks_1_1wav__header__info.xml
 share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1fec_1_1code_1_1block__data.xml
 share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1fec_1_1code_1_1matrix.xml
 share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1fec_1_1viterbi__state.xml
-share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1impl_1_1rt__sched__param.xml
+share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1fft_1_1fft__inbuf.xml
+share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1fft_1_1fft__inbuf_3_01float_00_01false_01_4.xml
+share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1fft_1_1fft__outbuf.xml
+share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1fft_1_1fft__outbuf_3_01float_00_01true_01_4.xml
 share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1tag__t.xml
 share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1tpb__detail.xml
 share/doc/gnuradio-${PKGVERSION}/xml/structpmt_1_1pmt__pool_1_1item.xml
@@ -9056,96 +13727,176 @@ share/doc/gnuradio-${PKGVERSION}/xml/str
 share/doc/gnuradio-${PKGVERSION}/xml/structv.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sub_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sub__msg__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sub__msg__source__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sub__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sub__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sub__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/symbol__sync__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/symbol__sync__cc__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/symbol__sync__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/symbol__sync__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sync__block_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sync__block__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sync__decimator_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sync__decimator__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sync__interpolator_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sync__interpolator__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sys__paths_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sys__paths__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tag__checker_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tag__checker__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tag__debug_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tag__debug__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tag__gate_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tag__gate__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tag__share_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tag__share__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tagged__decoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tagged__decoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tagged__encoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tagged__encoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tagged__file__sink_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tagged__file__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tagged__stream__align_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tagged__stream__align__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tagged__stream__block_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tagged__stream__block__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tagged__stream__multiply__length_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tagged__stream__multiply__length__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tagged__stream__mux_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tagged__stream__mux__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tagged__stream__to__pdu_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tagged__stream__to__pdu__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tags_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tags__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tags__strobe_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tags__strobe__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tcp__server__sink_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tcp__server__sink__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tcp__sink_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tcp__sink__impl_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tcp__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/test__tag__variable__rate__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/test__tag__variable__rate__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/thread_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/thread__body__wrapper_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/thread__group_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/threshold__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/threshold__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/thrift__application__base_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/thrift__application__base__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/thrift__server__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/throttle_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/throttle__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/timeRasterGlobalData_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/time__raster__sink__b_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/time__raster__sink__b__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/time__raster__sink__f_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/time__raster__sink__f__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/time__sink__c_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/time__sink__c__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/time__sink__f_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/time__sink__f__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/timecontrolpanel_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/timecontrolpanel__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/timedisplayform_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/timedisplayform__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/timerasterdisplayform_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/timerasterdisplayform__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/timing__error__detector__type_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/timing__error__detector__type__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/top__block_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/top__block__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tpb__detail_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tpb__detail__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tpc__common_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tpc__common__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tpc__decoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tpc__decoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tpc__encoder_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tpc__encoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/transcendental_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/transcendental__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/trigger__mode_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/trigger__mode__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tsb__vector__sink_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tsb__vector__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tuntap__pdu_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tuntap__pdu__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/types_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/uchar__to__float_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/udp__sink_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/udp__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/uchar__to__float__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/udp__header__types_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/udp__sink__impl_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/udp__source__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/uhd_8dox.xml
+share/doc/gnuradio-${PKGVERSION}/xml/uhd__types_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ulaw__decode__bs_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ulaw__decode__bs__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/ulaw__encode__sb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/ulaw__encode__sb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/uniondecision__t.xml
 share/doc/gnuradio-${PKGVERSION}/xml/unionmetric__t.xml
 share/doc/gnuradio-${PKGVERSION}/xml/unittests_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/unpack__k__bits_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/unpack__k__bits__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/unpack__k__bits__bb__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/unpack__k__bits__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/unpacked__to__packed_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/unpacked__to__packed__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/usage_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/usrp__block_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/usrp__block__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/usrp__sink_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/usrp__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/usrp__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/usrp__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/utils_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/vco__c_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/vco__c__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/vco__f_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/vco__f__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/vector__docstub_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/vector__insert_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/vector__insert__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/vector__map_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/vector__map__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/vector__sink_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/vector__sink__f_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/vector__sink__f__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/vector__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/vector__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/vector__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/vector__to__stream_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/vector__to__stream__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/vector__to__streams_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/vector__to__streams__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/vectordisplayform_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/vectordisplayform__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/viterbi__combined_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/viterbi__combined__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/vocoder_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/waterfallGlobalData_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/waterfall__sink__c_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/waterfall__sink__c__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/waterfall__sink__f_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/waterfall__sink__f__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/waterfalldisplayform_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/waterfalldisplayform__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/wavelet__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/wavelet__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/wavfile_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/wavfile__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/wavfile__sink_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/wavfile__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/wavfile__source_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/wavfile__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/window_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/window__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/wvps__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/wvps__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/xml.xsd
 share/doc/gnuradio-${PKGVERSION}/xml/xor__blk_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/xor__blk__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/xoroshiro128p_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/zeromq_8dox.xml

Index: pkgsrc/ham/gnuradio-dtv/Makefile
diff -u pkgsrc/ham/gnuradio-dtv/Makefile:1.25 pkgsrc/ham/gnuradio-dtv/Makefile:1.26
--- pkgsrc/ham/gnuradio-dtv/Makefile:1.25       Fri Jan  1 08:24:47 2021
+++ pkgsrc/ham/gnuradio-dtv/Makefile    Wed Apr  7 16:14:08 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2021/01/01 08:24:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2021/04/07 16:14:08 tnn Exp $
 
 PKGNAME=       gnuradio-dtv-${VERSION}
-PKGREVISION=   2
 COMMENT=       Various digital television standards of GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"

Index: pkgsrc/ham/gnuradio-dtv/PLIST
diff -u pkgsrc/ham/gnuradio-dtv/PLIST:1.8 pkgsrc/ham/gnuradio-dtv/PLIST:1.9
--- pkgsrc/ham/gnuradio-dtv/PLIST:1.8   Sun Aug 30 20:59:52 2020
+++ pkgsrc/ham/gnuradio-dtv/PLIST       Wed Apr  7 16:14:08 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/08/30 20:59:52 tnn Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/04/07 16:14:08 tnn Exp $
 include/gnuradio/dtv/api.h
 include/gnuradio/dtv/atsc_consts.h
 include/gnuradio/dtv/atsc_deinterleaver.h
@@ -58,28 +58,23 @@ include/gnuradio/dtv/dvbt_reed_solomon_e
 include/gnuradio/dtv/dvbt_reference_signals.h
 include/gnuradio/dtv/dvbt_symbol_inner_interleaver.h
 include/gnuradio/dtv/dvbt_viterbi_decoder.h
-include/gnuradio/swig/dtv_swig.i
-include/gnuradio/swig/dtv_swig_doc.i
 lib/cmake/gnuradio/gnuradio-dtvConfig.cmake
 lib/cmake/gnuradio/gnuradio-dtvTargets-release.cmake
 lib/cmake/gnuradio/gnuradio-dtvTargets.cmake
 lib/libgnuradio-dtv.so
-lib/libgnuradio-dtv.so.3.8.1
+lib/libgnuradio-dtv.so.3.9.1
 lib/libgnuradio-dtv.so.${PKGVERSION}
 lib/pkgconfig/gnuradio-dtv.pc
 ${PYSITELIB}/gnuradio/dtv/__init__.py
 ${PYSITELIB}/gnuradio/dtv/__init__.pyc
 ${PYSITELIB}/gnuradio/dtv/__init__.pyo
-${PYSITELIB}/gnuradio/dtv/_dtv_swig.so
 ${PYSITELIB}/gnuradio/dtv/atsc_rx.py
 ${PYSITELIB}/gnuradio/dtv/atsc_rx.pyc
 ${PYSITELIB}/gnuradio/dtv/atsc_rx.pyo
 ${PYSITELIB}/gnuradio/dtv/atsc_rx_filter.py
 ${PYSITELIB}/gnuradio/dtv/atsc_rx_filter.pyc
 ${PYSITELIB}/gnuradio/dtv/atsc_rx_filter.pyo
-${PYSITELIB}/gnuradio/dtv/dtv_swig.py
-${PYSITELIB}/gnuradio/dtv/dtv_swig.pyc
-${PYSITELIB}/gnuradio/dtv/dtv_swig.pyo
+${PYSITELIB}/gnuradio/dtv/dtv_python.so
 share/doc/gnuradio-${PKGVERSION}/README.dtv
 share/gnuradio/examples/dtv/README.atsc
 share/gnuradio/examples/dtv/README.catv
@@ -88,6 +83,7 @@ share/gnuradio/examples/dtv/README.dvbs2
 share/gnuradio/examples/dtv/README.dvbt
 share/gnuradio/examples/dtv/README.dvbt2
 share/gnuradio/examples/dtv/atsc_ctrlport_monitor.py
+share/gnuradio/examples/dtv/catv_tx_256qam.grc
 share/gnuradio/examples/dtv/catv_tx_64qam.grc
 share/gnuradio/examples/dtv/dvbs2_tx.grc
 share/gnuradio/examples/dtv/dvbs_tx.grc
@@ -107,8 +103,8 @@ share/gnuradio/examples/dtv/germany-g7.g
 share/gnuradio/examples/dtv/germany-g8.grc
 share/gnuradio/examples/dtv/germany-g9.grc
 share/gnuradio/examples/dtv/uhd_atsc_capture.grc
+share/gnuradio/examples/dtv/uhd_atsc_rx.grc
 share/gnuradio/examples/dtv/uhd_atsc_tx.grc
-share/gnuradio/examples/dtv/uhd_rx_atsc.grc
 share/gnuradio/examples/dtv/vv001-cr35.grc
 share/gnuradio/examples/dtv/vv003-cr23.grc
 share/gnuradio/examples/dtv/vv004-8kfft.grc

Index: pkgsrc/ham/gnuradio-fec/Makefile
diff -u pkgsrc/ham/gnuradio-fec/Makefile:1.24 pkgsrc/ham/gnuradio-fec/Makefile:1.25
--- pkgsrc/ham/gnuradio-fec/Makefile:1.24       Fri Jan  1 08:24:47 2021
+++ pkgsrc/ham/gnuradio-fec/Makefile    Wed Apr  7 16:14:08 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2021/01/01 08:24:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2021/04/07 16:14:08 tnn Exp $
 
 PKGNAME=       gnuradio-fec-${VERSION}
-PKGREVISION=   2
 COMMENT=       Forward Error Correction blocks, utilities, & examples of GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"

Index: pkgsrc/ham/gnuradio-fec/PLIST
diff -u pkgsrc/ham/gnuradio-fec/PLIST:1.9 pkgsrc/ham/gnuradio-fec/PLIST:1.10
--- pkgsrc/ham/gnuradio-fec/PLIST:1.9   Sun Aug 30 21:01:28 2020
+++ pkgsrc/ham/gnuradio-fec/PLIST       Wed Apr  7 16:14:08 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2020/08/30 21:01:28 tnn Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/04/07 16:14:08 tnn Exp $
 bin/polar_channel_construction
 include/gnuradio/fec/alist.h
 include/gnuradio/fec/api.h
@@ -50,13 +50,11 @@ include/gnuradio/fec/tpc_common.h
 include/gnuradio/fec/tpc_decoder.h
 include/gnuradio/fec/tpc_encoder.h
 include/gnuradio/fec/viterbi.h
-include/gnuradio/swig/fec_swig.i
-include/gnuradio/swig/fec_swig_doc.i
 lib/cmake/gnuradio/gnuradio-fecConfig.cmake
 lib/cmake/gnuradio/gnuradio-fecTargets-release.cmake
 lib/cmake/gnuradio/gnuradio-fecTargets.cmake
 lib/libgnuradio-fec.so
-lib/libgnuradio-fec.so.3.8.1
+lib/libgnuradio-fec.so.3.9.1
 lib/libgnuradio-fec.so.${PKGVERSION}
 lib/pkgconfig/gnuradio-fec.pc
 ${PYSITELIB}/gnuradio/fec/LDPC/Generate_LDPC_matrix.py
@@ -71,7 +69,6 @@ ${PYSITELIB}/gnuradio/fec/LDPC/__init__.
 ${PYSITELIB}/gnuradio/fec/__init__.py
 ${PYSITELIB}/gnuradio/fec/__init__.pyc
 ${PYSITELIB}/gnuradio/fec/__init__.pyo
-${PYSITELIB}/gnuradio/fec/_fec_swig.so
 ${PYSITELIB}/gnuradio/fec/bercurve_generator.py
 ${PYSITELIB}/gnuradio/fec/bercurve_generator.pyc
 ${PYSITELIB}/gnuradio/fec/bercurve_generator.pyo
@@ -99,9 +96,7 @@ ${PYSITELIB}/gnuradio/fec/extended_tagge
 ${PYSITELIB}/gnuradio/fec/extended_tagged_encoder.py
 ${PYSITELIB}/gnuradio/fec/extended_tagged_encoder.pyc
 ${PYSITELIB}/gnuradio/fec/extended_tagged_encoder.pyo
-${PYSITELIB}/gnuradio/fec/fec_swig.py
-${PYSITELIB}/gnuradio/fec/fec_swig.pyc
-${PYSITELIB}/gnuradio/fec/fec_swig.pyo
+${PYSITELIB}/gnuradio/fec/fec_python.so
 ${PYSITELIB}/gnuradio/fec/fec_test.py
 ${PYSITELIB}/gnuradio/fec/fec_test.pyc
 ${PYSITELIB}/gnuradio/fec/fec_test.pyo
@@ -141,16 +136,22 @@ share/gnuradio/examples/fec/ber_curve_ge
 share/gnuradio/examples/fec/ber_test.grc
 share/gnuradio/examples/fec/fecapi_async_decoders.grc
 share/gnuradio/examples/fec/fecapi_async_encoders.grc
+share/gnuradio/examples/fec/fecapi_async_ldpc_decoders.grc
+share/gnuradio/examples/fec/fecapi_async_ldpc_encoders.grc
 share/gnuradio/examples/fec/fecapi_async_packed_decoders.grc
 share/gnuradio/examples/fec/fecapi_async_to_stream.grc
 share/gnuradio/examples/fec/fecapi_cc_decoders.grc
 share/gnuradio/examples/fec/fecapi_decoders.grc
 share/gnuradio/examples/fec/fecapi_encoders.grc
+share/gnuradio/examples/fec/fecapi_ldpc_decoders.grc
+share/gnuradio/examples/fec/fecapi_ldpc_encoders.grc
 share/gnuradio/examples/fec/fecapi_polar_async_packed_decoders.grc
 share/gnuradio/examples/fec/fecapi_polar_decoders.grc
 share/gnuradio/examples/fec/fecapi_polar_encoders.grc
 share/gnuradio/examples/fec/fecapi_tagged_decoders.grc
 share/gnuradio/examples/fec/fecapi_tagged_encoders.grc
+share/gnuradio/examples/fec/fecapi_tagged_ldpc_decoders.grc
+share/gnuradio/examples/fec/fecapi_tagged_ldpc_encoders.grc
 share/gnuradio/examples/fec/polar_ber_curve_gen.grc
 share/gnuradio/examples/fec/polar_code_example.grc
 share/gnuradio/examples/fec/tpc_ber_curve_gen.grc

Index: pkgsrc/ham/gnuradio-qtgui/Makefile
diff -u pkgsrc/ham/gnuradio-qtgui/Makefile:1.33 pkgsrc/ham/gnuradio-qtgui/Makefile:1.34
--- pkgsrc/ham/gnuradio-qtgui/Makefile:1.33     Fri Jan  1 08:24:47 2021
+++ pkgsrc/ham/gnuradio-qtgui/Makefile  Wed Apr  7 16:14:08 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2021/01/01 08:24:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.34 2021/04/07 16:14:08 tnn Exp $
 
 PKGNAME=       gnuradio-qtgui-${VERSION}
-PKGREVISION=   2
 COMMENT=       Qt GUI module of GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"

Index: pkgsrc/ham/gnuradio-qtgui/PLIST
diff -u pkgsrc/ham/gnuradio-qtgui/PLIST:1.10 pkgsrc/ham/gnuradio-qtgui/PLIST:1.11
--- pkgsrc/ham/gnuradio-qtgui/PLIST:1.10        Sun Aug 30 21:04:29 2020
+++ pkgsrc/ham/gnuradio-qtgui/PLIST     Wed Apr  7 16:14:08 2021
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.10 2020/08/30 21:04:29 tnn Exp $
-include/gnuradio/qtgui/CMakeLists.txt
+@comment $NetBSD: PLIST,v 1.11 2021/04/07 16:14:08 tnn Exp $
 include/gnuradio/qtgui/ConstellationDisplayPlot.h
 include/gnuradio/qtgui/DisplayPlot.h
+include/gnuradio/qtgui/EyeDisplayPlot.h
 include/gnuradio/qtgui/FrequencyDisplayPlot.h
 include/gnuradio/qtgui/HistogramDisplayPlot.h
 include/gnuradio/qtgui/TimeDomainDisplayPlot.h
@@ -14,6 +14,11 @@ include/gnuradio/qtgui/const_sink_c.h
 include/gnuradio/qtgui/constellationdisplayform.h
 include/gnuradio/qtgui/displayform.h
 include/gnuradio/qtgui/edit_box_msg.h
+include/gnuradio/qtgui/eye_sink_c.h
+include/gnuradio/qtgui/eye_sink_f.h
+include/gnuradio/qtgui/eyecontrolpanel.h
+include/gnuradio/qtgui/eyedisplayform.h
+include/gnuradio/qtgui/eyedisplaysform.h
 include/gnuradio/qtgui/form_menus.h
 include/gnuradio/qtgui/freq_sink_c.h
 include/gnuradio/qtgui/freq_sink_f.h
@@ -45,31 +50,73 @@ include/gnuradio/qtgui/waterfallGlobalDa
 include/gnuradio/qtgui/waterfall_sink_c.h
 include/gnuradio/qtgui/waterfall_sink_f.h
 include/gnuradio/qtgui/waterfalldisplayform.h
-include/gnuradio/swig/qtgui_swig.i
-include/gnuradio/swig/qtgui_swig_doc.i
 lib/cmake/gnuradio/gnuradio-qtguiConfig.cmake
 lib/cmake/gnuradio/gnuradio-qtguiTargets-release.cmake
 lib/cmake/gnuradio/gnuradio-qtguiTargets.cmake
 lib/libgnuradio-qtgui.so
-lib/libgnuradio-qtgui.so.3.8.1
+lib/libgnuradio-qtgui.so.3.9.1
 lib/libgnuradio-qtgui.so.${PKGVERSION}
 lib/pkgconfig/gnuradio-qtgui.pc
 ${PYSITELIB}/gnuradio/qtgui/__init__.py
 ${PYSITELIB}/gnuradio/qtgui/__init__.pyc
 ${PYSITELIB}/gnuradio/qtgui/__init__.pyo
-${PYSITELIB}/gnuradio/qtgui/_qtgui_swig.so
-${PYSITELIB}/gnuradio/qtgui/qtgui_swig.py
-${PYSITELIB}/gnuradio/qtgui/qtgui_swig.pyc
-${PYSITELIB}/gnuradio/qtgui/qtgui_swig.pyo
+${PYSITELIB}/gnuradio/qtgui/auto_correlator_sink.py
+${PYSITELIB}/gnuradio/qtgui/auto_correlator_sink.pyc
+${PYSITELIB}/gnuradio/qtgui/auto_correlator_sink.pyo
+${PYSITELIB}/gnuradio/qtgui/azelplot.py
+${PYSITELIB}/gnuradio/qtgui/azelplot.pyc
+${PYSITELIB}/gnuradio/qtgui/azelplot.pyo
+${PYSITELIB}/gnuradio/qtgui/compass.py
+${PYSITELIB}/gnuradio/qtgui/compass.pyc
+${PYSITELIB}/gnuradio/qtgui/compass.pyo
+${PYSITELIB}/gnuradio/qtgui/dialcontrol.py
+${PYSITELIB}/gnuradio/qtgui/dialcontrol.pyc
+${PYSITELIB}/gnuradio/qtgui/dialcontrol.pyo
+${PYSITELIB}/gnuradio/qtgui/dialgauge.py
+${PYSITELIB}/gnuradio/qtgui/dialgauge.pyc
+${PYSITELIB}/gnuradio/qtgui/dialgauge.pyo
+${PYSITELIB}/gnuradio/qtgui/digitalnumbercontrol.py
+${PYSITELIB}/gnuradio/qtgui/digitalnumbercontrol.pyc
+${PYSITELIB}/gnuradio/qtgui/digitalnumbercontrol.pyo
+${PYSITELIB}/gnuradio/qtgui/distanceradar.py
+${PYSITELIB}/gnuradio/qtgui/distanceradar.pyc
+${PYSITELIB}/gnuradio/qtgui/distanceradar.pyo
+${PYSITELIB}/gnuradio/qtgui/graphicitem.py
+${PYSITELIB}/gnuradio/qtgui/graphicitem.pyc
+${PYSITELIB}/gnuradio/qtgui/graphicitem.pyo
+${PYSITELIB}/gnuradio/qtgui/graphicoverlay.py
+${PYSITELIB}/gnuradio/qtgui/graphicoverlay.pyc
+${PYSITELIB}/gnuradio/qtgui/graphicoverlay.pyo
+${PYSITELIB}/gnuradio/qtgui/ledindicator.py
+${PYSITELIB}/gnuradio/qtgui/ledindicator.pyc
+${PYSITELIB}/gnuradio/qtgui/ledindicator.pyo
+${PYSITELIB}/gnuradio/qtgui/levelgauge.py
+${PYSITELIB}/gnuradio/qtgui/levelgauge.pyc
+${PYSITELIB}/gnuradio/qtgui/levelgauge.pyo
+${PYSITELIB}/gnuradio/qtgui/msgcheckbox.py
+${PYSITELIB}/gnuradio/qtgui/msgcheckbox.pyc
+${PYSITELIB}/gnuradio/qtgui/msgcheckbox.pyo
+${PYSITELIB}/gnuradio/qtgui/msgpushbutton.py
+${PYSITELIB}/gnuradio/qtgui/msgpushbutton.pyc
+${PYSITELIB}/gnuradio/qtgui/msgpushbutton.pyo
+${PYSITELIB}/gnuradio/qtgui/qtgui_python.so
 ${PYSITELIB}/gnuradio/qtgui/range.py
 ${PYSITELIB}/gnuradio/qtgui/range.pyc
 ${PYSITELIB}/gnuradio/qtgui/range.pyo
+${PYSITELIB}/gnuradio/qtgui/togglebutton.py
+${PYSITELIB}/gnuradio/qtgui/togglebutton.pyc
+${PYSITELIB}/gnuradio/qtgui/togglebutton.pyo
+${PYSITELIB}/gnuradio/qtgui/toggleswitch.py
+${PYSITELIB}/gnuradio/qtgui/toggleswitch.pyc
+${PYSITELIB}/gnuradio/qtgui/toggleswitch.pyo
 ${PYSITELIB}/gnuradio/qtgui/util.py
 ${PYSITELIB}/gnuradio/qtgui/util.pyc
 ${PYSITELIB}/gnuradio/qtgui/util.pyo
 share/doc/gnuradio-${PKGVERSION}/README.qtgui
 share/gnuradio/examples/gr-qtgui.conf
 share/gnuradio/examples/qt-gui/display_qt
+share/gnuradio/examples/qt-gui/earth.jpg
+share/gnuradio/examples/qt-gui/gnuradio_logo.png
 share/gnuradio/examples/qt-gui/pyqt_const_c.py
 share/gnuradio/examples/qt-gui/pyqt_example_c.py
 share/gnuradio/examples/qt-gui/pyqt_example_f.py
@@ -83,19 +130,60 @@ share/gnuradio/examples/qt-gui/pyqt_time
 share/gnuradio/examples/qt-gui/pyqt_waterfall_c.py
 share/gnuradio/examples/qt-gui/pyqt_waterfall_f.py
 share/gnuradio/examples/qt-gui/qtgui_message_inputs.grc
+share/gnuradio/examples/qt-gui/qtgui_multi_input.grc
 share/gnuradio/examples/qt-gui/qtgui_tags_viewing.grc
 share/gnuradio/examples/qt-gui/qtgui_vector_sink_example.grc
+share/gnuradio/examples/qt-gui/satdishsmall.png
+share/gnuradio/examples/qt-gui/show_controls.grc
+share/gnuradio/examples/qt-gui/show_controls2.grc
+share/gnuradio/examples/qt-gui/show_dialgauge1.grc
+share/gnuradio/examples/qt-gui/show_dialgauge2.grc
+share/gnuradio/examples/qt-gui/test_appbackground.grc
+share/gnuradio/examples/qt-gui/test_autocorrelator.grc
+share/gnuradio/examples/qt-gui/test_compass.grc
+share/gnuradio/examples/qt-gui/test_compass_stream.grc
+share/gnuradio/examples/qt-gui/test_dialcontrol.grc
+share/gnuradio/examples/qt-gui/test_dialcontrol2.grc
+share/gnuradio/examples/qt-gui/test_digitalnumcontrol.grc
+share/gnuradio/examples/qt-gui/test_digitalnumcontrol_ro.grc
+share/gnuradio/examples/qt-gui/test_distanceradar.grc
+share/gnuradio/examples/qt-gui/test_graphicitem.grc
+share/gnuradio/examples/qt-gui/test_graphicitem_overlay.grc
+share/gnuradio/examples/qt-gui/test_graphicscaled.grc
+share/gnuradio/examples/qt-gui/test_led.grc
+share/gnuradio/examples/qt-gui/test_levelgauge.grc
+share/gnuradio/examples/qt-gui/test_msgcheckbox.grc
+share/gnuradio/examples/qt-gui/test_msgcheckbox_str.grc
+share/gnuradio/examples/qt-gui/test_msgpush.grc
 share/gnuradio/examples/qt-gui/test_qtgui_msg.grc
+share/gnuradio/examples/qt-gui/test_toggle.grc
+share/gnuradio/examples/qt-gui/test_toggleswitch.grc
+share/gnuradio/examples/qt-gui/test_toggleswitch2.grc
 share/gnuradio/grc/blocks/qtgui.tree.yml
+share/gnuradio/grc/blocks/qtgui_appbackground.block.yml
+share/gnuradio/grc/blocks/qtgui_autocorrelator_sink.block.yml
+share/gnuradio/grc/blocks/qtgui_azelplot.block.yml
 share/gnuradio/grc/blocks/qtgui_ber_sink_b.block.yml
 share/gnuradio/grc/blocks/qtgui_check_box.block.yml
 share/gnuradio/grc/blocks/qtgui_chooser.block.yml
+share/gnuradio/grc/blocks/qtgui_compass.block.yml
 share/gnuradio/grc/blocks/qtgui_const_sink_x.block.yml
+share/gnuradio/grc/blocks/qtgui_dialcontrol.block.yml
+share/gnuradio/grc/blocks/qtgui_dialgauge.block.yml
+share/gnuradio/grc/blocks/qtgui_distanceradar.block.yml
 share/gnuradio/grc/blocks/qtgui_edit_box_msg.block.yml
 share/gnuradio/grc/blocks/qtgui_entry.block.yml
+share/gnuradio/grc/blocks/qtgui_eye_sink_x.block.yml
 share/gnuradio/grc/blocks/qtgui_freq_sink_x.block.yml
+share/gnuradio/grc/blocks/qtgui_graphicitem.block.yml
+share/gnuradio/grc/blocks/qtgui_graphicoverlay.block.yml
 share/gnuradio/grc/blocks/qtgui_histogram_sink_x.block.yml
 share/gnuradio/grc/blocks/qtgui_label.block.yml
+share/gnuradio/grc/blocks/qtgui_ledindicator.block.yml
+share/gnuradio/grc/blocks/qtgui_levelgauge.block.yml
+share/gnuradio/grc/blocks/qtgui_msgcheckbox.block.yml
+share/gnuradio/grc/blocks/qtgui_msgdigitalnumbercontrol.block.yml
+share/gnuradio/grc/blocks/qtgui_msgpushbutton.block.yml
 share/gnuradio/grc/blocks/qtgui_number_sink.block.yml
 share/gnuradio/grc/blocks/qtgui_push_button.block.yml
 share/gnuradio/grc/blocks/qtgui_range.block.yml
@@ -103,6 +191,8 @@ share/gnuradio/grc/blocks/qtgui_sink_x.b
 share/gnuradio/grc/blocks/qtgui_tab_widget.block.yml
 share/gnuradio/grc/blocks/qtgui_time_raster_x.block.yml
 share/gnuradio/grc/blocks/qtgui_time_sink_x.block.yml
+share/gnuradio/grc/blocks/qtgui_togglebutton.block.yml
+share/gnuradio/grc/blocks/qtgui_toggleswitch.block.yml
 share/gnuradio/grc/blocks/qtgui_vector_sink_f.block.yml
 share/gnuradio/grc/blocks/qtgui_waterfall_sink_x.block.yml
 share/gnuradio/themes/alt.qss

Index: pkgsrc/ham/gnuradio-trellis/Makefile
diff -u pkgsrc/ham/gnuradio-trellis/Makefile:1.41 pkgsrc/ham/gnuradio-trellis/Makefile:1.42
--- pkgsrc/ham/gnuradio-trellis/Makefile:1.41   Fri Jan  1 08:24:47 2021
+++ pkgsrc/ham/gnuradio-trellis/Makefile        Wed Apr  7 16:14:08 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2021/01/01 08:24:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.42 2021/04/07 16:14:08 tnn Exp $
 
 PKGNAME=       gnuradio-trellis-${VERSION}
-PKGREVISION=   2
 COMMENT=       Trellis-based encoding and decoding algorithms for GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"

Index: pkgsrc/ham/gnuradio-trellis/PLIST
diff -u pkgsrc/ham/gnuradio-trellis/PLIST:1.10 pkgsrc/ham/gnuradio-trellis/PLIST:1.11
--- pkgsrc/ham/gnuradio-trellis/PLIST:1.10      Sun Aug 30 21:05:13 2020
+++ pkgsrc/ham/gnuradio-trellis/PLIST   Wed Apr  7 16:14:08 2021
@@ -1,8 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2020/08/30 21:05:13 tnn Exp $
-include/gnuradio/swig/trellis_swig0.i
-include/gnuradio/swig/trellis_swig0_doc.i
-include/gnuradio/swig/trellis_swig1.i
-include/gnuradio/swig/trellis_swig1_doc.i
+@comment $NetBSD: PLIST,v 1.11 2021/04/07 16:14:08 tnn Exp $
 include/gnuradio/trellis/api.h
 include/gnuradio/trellis/base.h
 include/gnuradio/trellis/calc_metric.h
@@ -29,26 +25,16 @@ lib/cmake/gnuradio/gnuradio-trellisConfi
 lib/cmake/gnuradio/gnuradio-trellisTargets-release.cmake
 lib/cmake/gnuradio/gnuradio-trellisTargets.cmake
 lib/libgnuradio-trellis.so
-lib/libgnuradio-trellis.so.3.8.1
+lib/libgnuradio-trellis.so.3.9.1
 lib/libgnuradio-trellis.so.${PKGVERSION}
 lib/pkgconfig/gnuradio-trellis.pc
 ${PYSITELIB}/gnuradio/trellis/__init__.py
 ${PYSITELIB}/gnuradio/trellis/__init__.pyc
 ${PYSITELIB}/gnuradio/trellis/__init__.pyo
-${PYSITELIB}/gnuradio/trellis/_trellis_swig0.so
-${PYSITELIB}/gnuradio/trellis/_trellis_swig1.so
 ${PYSITELIB}/gnuradio/trellis/fsm_utils.py
 ${PYSITELIB}/gnuradio/trellis/fsm_utils.pyc
 ${PYSITELIB}/gnuradio/trellis/fsm_utils.pyo
-${PYSITELIB}/gnuradio/trellis/trellis_swig.py
-${PYSITELIB}/gnuradio/trellis/trellis_swig.pyc
-${PYSITELIB}/gnuradio/trellis/trellis_swig.pyo
-${PYSITELIB}/gnuradio/trellis/trellis_swig0.py
-${PYSITELIB}/gnuradio/trellis/trellis_swig0.pyc
-${PYSITELIB}/gnuradio/trellis/trellis_swig0.pyo
-${PYSITELIB}/gnuradio/trellis/trellis_swig1.py
-${PYSITELIB}/gnuradio/trellis/trellis_swig1.pyc
-${PYSITELIB}/gnuradio/trellis/trellis_swig1.pyo
+${PYSITELIB}/gnuradio/trellis/trellis_python.so
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis.html
 share/doc/gnuradio-${PKGVERSION}/xml/test_tcm.py.xml
 share/doc/gnuradio-${PKGVERSION}/xml/test_viterbi_equalization1.py.xml

Index: pkgsrc/ham/gnuradio-uhd/Makefile
diff -u pkgsrc/ham/gnuradio-uhd/Makefile:1.24 pkgsrc/ham/gnuradio-uhd/Makefile:1.25
--- pkgsrc/ham/gnuradio-uhd/Makefile:1.24       Fri Jan  1 08:24:48 2021
+++ pkgsrc/ham/gnuradio-uhd/Makefile    Wed Apr  7 16:14:09 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2021/01/01 08:24:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2021/04/07 16:14:09 tnn Exp $
 
 PKGNAME=       gnuradio-uhd-${VERSION}
-PKGREVISION=   2
 COMMENT=       Uhd-based encoding and decoding algorithms for GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"

Index: pkgsrc/ham/gnuradio-uhd/PLIST
diff -u pkgsrc/ham/gnuradio-uhd/PLIST:1.6 pkgsrc/ham/gnuradio-uhd/PLIST:1.7
--- pkgsrc/ham/gnuradio-uhd/PLIST:1.6   Sun Aug 30 21:07:13 2020
+++ pkgsrc/ham/gnuradio-uhd/PLIST       Wed Apr  7 16:14:09 2021
@@ -1,11 +1,9 @@
-@comment $NetBSD: PLIST,v 1.6 2020/08/30 21:07:13 tnn Exp $
+@comment $NetBSD: PLIST,v 1.7 2021/04/07 16:14:09 tnn Exp $
 bin/uhd_fft
 bin/uhd_rx_cfile
 bin/uhd_rx_nogui
 bin/uhd_siggen
 bin/uhd_siggen_gui
-include/gnuradio/swig/uhd_swig.i
-include/gnuradio/swig/uhd_swig_doc.i
 include/gnuradio/uhd/amsg_source.h
 include/gnuradio/uhd/api.h
 include/gnuradio/uhd/usrp_block.h
@@ -15,26 +13,29 @@ lib/cmake/gnuradio/gnuradio-uhdConfig.cm
 lib/cmake/gnuradio/gnuradio-uhdTargets-release.cmake
 lib/cmake/gnuradio/gnuradio-uhdTargets.cmake
 lib/libgnuradio-uhd.so
-lib/libgnuradio-uhd.so.3.8.1
+lib/libgnuradio-uhd.so.3.9.1
 lib/libgnuradio-uhd.so.${PKGVERSION}
 lib/pkgconfig/gnuradio-uhd.pc
 ${PYSITELIB}/gnuradio/uhd/__init__.py
 ${PYSITELIB}/gnuradio/uhd/__init__.pyc
 ${PYSITELIB}/gnuradio/uhd/__init__.pyo
-${PYSITELIB}/gnuradio/uhd/_uhd_swig.so
+${PYSITELIB}/gnuradio/uhd/msgq_runner.py
+${PYSITELIB}/gnuradio/uhd/msgq_runner.pyc
+${PYSITELIB}/gnuradio/uhd/msgq_runner.pyo
 ${PYSITELIB}/gnuradio/uhd/uhd_app.py
 ${PYSITELIB}/gnuradio/uhd/uhd_app.pyc
 ${PYSITELIB}/gnuradio/uhd/uhd_app.pyo
+${PYSITELIB}/gnuradio/uhd/uhd_python.so
 ${PYSITELIB}/gnuradio/uhd/uhd_siggen_base.py
 ${PYSITELIB}/gnuradio/uhd/uhd_siggen_base.pyc
 ${PYSITELIB}/gnuradio/uhd/uhd_siggen_base.pyo
-${PYSITELIB}/gnuradio/uhd/uhd_swig.py
-${PYSITELIB}/gnuradio/uhd/uhd_swig.pyc
-${PYSITELIB}/gnuradio/uhd/uhd_swig.pyo
 share/doc/gnuradio-${PKGVERSION}/README.uhd
 share/gnuradio/examples/uhd/tags_demo
 share/gnuradio/examples/uhd/uhd_const_wave.grc
 share/gnuradio/examples/uhd/uhd_fft.grc
+share/gnuradio/examples/uhd/uhd_msg_tune.grc
+share/gnuradio/examples/uhd/uhd_normalized_gain.grc
+share/gnuradio/examples/uhd/uhd_siggen_gui.grc
 share/gnuradio/examples/uhd/uhd_two_tone_loopback.grc
 share/gnuradio/examples/uhd/uhd_wbfm_receive.grc
 share/gnuradio/grc/blocks/uhd.tree.yml

Index: pkgsrc/ham/gnuradio-utils/Makefile
diff -u pkgsrc/ham/gnuradio-utils/Makefile:1.25 pkgsrc/ham/gnuradio-utils/Makefile:1.26
--- pkgsrc/ham/gnuradio-utils/Makefile:1.25     Fri Jan  1 08:24:48 2021
+++ pkgsrc/ham/gnuradio-utils/Makefile  Wed Apr  7 16:14:09 2021
@@ -1,16 +1,23 @@
-# $NetBSD: Makefile,v 1.25 2021/01/01 08:24:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2021/04/07 16:14:09 tnn Exp $
 
 PKGNAME=       gnuradio-utils-${VERSION}
-PKGREVISION=   2
 COMMENT=       Utilities in GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"
 .include       "../../ham/gnuradio-core/Nocore.mk"
 
+DEPENDS+=      ${PYPKGPREFIX}-qwt-qt5-[0-9]*:../../x11/py-qwt-qt5
 DEPENDS+=      ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
+DEPENDS+=      ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
+DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+DEPENDS+=      ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
+DEPENDS+=      ${PYPKGPREFIX}-click-plugins-[0-9]*:../../devel/py-click-plugins
+
 #CONF_FILES+=  ${EGDIR}/modtool.conf   ${PKG_SYSCONFDIR}/modtool.conf
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
+CMAKE_ARGS+=   -DENABLE_GR_BLOCKTOOL=ON
+CMAKE_ARGS+=   -DENABLE_GR_MODTOOL=ON
 CMAKE_ARGS+=   -DENABLE_GR_UTILS=ON
 
 .include       "../../devel/SDL/buildlink3.mk"

Index: pkgsrc/ham/gnuradio-utils/PLIST
diff -u pkgsrc/ham/gnuradio-utils/PLIST:1.4 pkgsrc/ham/gnuradio-utils/PLIST:1.5
--- pkgsrc/ham/gnuradio-utils/PLIST:1.4 Sun Aug 30 21:09:24 2020
+++ pkgsrc/ham/gnuradio-utils/PLIST     Wed Apr  7 16:14:09 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/08/30 21:09:24 tnn Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/04/07 16:14:09 tnn Exp $
 bin/gr_modtool
 bin/gr_plot
 bin/gr_plot_const
@@ -7,6 +7,155 @@ bin/gr_plot_iq
 bin/gr_plot_psd
 bin/gr_plot_qt
 bin/gr_read_file_metadata
+${PYSITELIB}/gnuradio/bindtool/__init__.py
+${PYSITELIB}/gnuradio/bindtool/__init__.pyc
+${PYSITELIB}/gnuradio/bindtool/__init__.pyo
+${PYSITELIB}/gnuradio/bindtool/core/__init__.py
+${PYSITELIB}/gnuradio/bindtool/core/__init__.pyc
+${PYSITELIB}/gnuradio/bindtool/core/__init__.pyo
+${PYSITELIB}/gnuradio/bindtool/core/base.py
+${PYSITELIB}/gnuradio/bindtool/core/base.pyc
+${PYSITELIB}/gnuradio/bindtool/core/base.pyo
+${PYSITELIB}/gnuradio/bindtool/core/generator.py
+${PYSITELIB}/gnuradio/bindtool/core/generator.pyc
+${PYSITELIB}/gnuradio/bindtool/core/generator.pyo
+${PYSITELIB}/gnuradio/bindtool/templates/CMakeLists.txt.mako
+${PYSITELIB}/gnuradio/bindtool/templates/generic_python_cc.mako
+${PYSITELIB}/gnuradio/bindtool/templates/license.mako
+${PYSITELIB}/gnuradio/bindtool/templates/pydoc_h.mako
+${PYSITELIB}/gnuradio/bindtool/templates/python_bindings_cc.mako
+${PYSITELIB}/gnuradio/blocktool/__init__.py
+${PYSITELIB}/gnuradio/blocktool/__init__.pyc
+${PYSITELIB}/gnuradio/blocktool/__init__.pyo
+${PYSITELIB}/gnuradio/blocktool/__main__.py
+${PYSITELIB}/gnuradio/blocktool/__main__.pyc
+${PYSITELIB}/gnuradio/blocktool/__main__.pyo
+${PYSITELIB}/gnuradio/blocktool/cli.py
+${PYSITELIB}/gnuradio/blocktool/cli.pyc
+${PYSITELIB}/gnuradio/blocktool/cli.pyo
+${PYSITELIB}/gnuradio/blocktool/core/Constants.py
+${PYSITELIB}/gnuradio/blocktool/core/Constants.pyc
+${PYSITELIB}/gnuradio/blocktool/core/Constants.pyo
+${PYSITELIB}/gnuradio/blocktool/core/__init__.py
+${PYSITELIB}/gnuradio/blocktool/core/__init__.pyc
+${PYSITELIB}/gnuradio/blocktool/core/__init__.pyo
+${PYSITELIB}/gnuradio/blocktool/core/base.py
+${PYSITELIB}/gnuradio/blocktool/core/base.pyc
+${PYSITELIB}/gnuradio/blocktool/core/base.pyo
+${PYSITELIB}/gnuradio/blocktool/core/comments.py
+${PYSITELIB}/gnuradio/blocktool/core/comments.pyc
+${PYSITELIB}/gnuradio/blocktool/core/comments.pyo
+${PYSITELIB}/gnuradio/blocktool/core/iosignature.py
+${PYSITELIB}/gnuradio/blocktool/core/iosignature.pyc
+${PYSITELIB}/gnuradio/blocktool/core/iosignature.pyo
+${PYSITELIB}/gnuradio/blocktool/core/outputschema.py
+${PYSITELIB}/gnuradio/blocktool/core/outputschema.pyc
+${PYSITELIB}/gnuradio/blocktool/core/outputschema.pyo
+${PYSITELIB}/gnuradio/blocktool/core/parseheader.py
+${PYSITELIB}/gnuradio/blocktool/core/parseheader.pyc
+${PYSITELIB}/gnuradio/blocktool/core/parseheader.pyo
+${PYSITELIB}/gnuradio/blocktool/core/parseheader_generic.py
+${PYSITELIB}/gnuradio/blocktool/core/parseheader_generic.pyc
+${PYSITELIB}/gnuradio/blocktool/core/parseheader_generic.pyo
+${PYSITELIB}/gnuradio/modtool/__init__.py
+${PYSITELIB}/gnuradio/modtool/__init__.pyc
+${PYSITELIB}/gnuradio/modtool/__init__.pyo
+${PYSITELIB}/gnuradio/modtool/cli/__init__.py
+${PYSITELIB}/gnuradio/modtool/cli/__init__.pyc
+${PYSITELIB}/gnuradio/modtool/cli/__init__.pyo
+${PYSITELIB}/gnuradio/modtool/cli/add.py
+${PYSITELIB}/gnuradio/modtool/cli/add.pyc
+${PYSITELIB}/gnuradio/modtool/cli/add.pyo
+${PYSITELIB}/gnuradio/modtool/cli/base.py
+${PYSITELIB}/gnuradio/modtool/cli/base.pyc
+${PYSITELIB}/gnuradio/modtool/cli/base.pyo
+${PYSITELIB}/gnuradio/modtool/cli/bind.py
+${PYSITELIB}/gnuradio/modtool/cli/bind.pyc
+${PYSITELIB}/gnuradio/modtool/cli/bind.pyo
+${PYSITELIB}/gnuradio/modtool/cli/disable.py
+${PYSITELIB}/gnuradio/modtool/cli/disable.pyc
+${PYSITELIB}/gnuradio/modtool/cli/disable.pyo
+${PYSITELIB}/gnuradio/modtool/cli/info.py
+${PYSITELIB}/gnuradio/modtool/cli/info.pyc
+${PYSITELIB}/gnuradio/modtool/cli/info.pyo
+${PYSITELIB}/gnuradio/modtool/cli/makeyaml.py
+${PYSITELIB}/gnuradio/modtool/cli/makeyaml.pyc
+${PYSITELIB}/gnuradio/modtool/cli/makeyaml.pyo
+${PYSITELIB}/gnuradio/modtool/cli/newmod.py
+${PYSITELIB}/gnuradio/modtool/cli/newmod.pyc
+${PYSITELIB}/gnuradio/modtool/cli/newmod.pyo
+${PYSITELIB}/gnuradio/modtool/cli/rename.py
+${PYSITELIB}/gnuradio/modtool/cli/rename.pyc
+${PYSITELIB}/gnuradio/modtool/cli/rename.pyo
+${PYSITELIB}/gnuradio/modtool/cli/rm.py
+${PYSITELIB}/gnuradio/modtool/cli/rm.pyc
+${PYSITELIB}/gnuradio/modtool/cli/rm.pyo
+${PYSITELIB}/gnuradio/modtool/cli/update.py
+${PYSITELIB}/gnuradio/modtool/cli/update.pyc
+${PYSITELIB}/gnuradio/modtool/cli/update.pyo
+${PYSITELIB}/gnuradio/modtool/core/__init__.py
+${PYSITELIB}/gnuradio/modtool/core/__init__.pyc
+${PYSITELIB}/gnuradio/modtool/core/__init__.pyo
+${PYSITELIB}/gnuradio/modtool/core/add.py
+${PYSITELIB}/gnuradio/modtool/core/add.pyc
+${PYSITELIB}/gnuradio/modtool/core/add.pyo
+${PYSITELIB}/gnuradio/modtool/core/base.py
+${PYSITELIB}/gnuradio/modtool/core/base.pyc
+${PYSITELIB}/gnuradio/modtool/core/base.pyo
+${PYSITELIB}/gnuradio/modtool/core/bind.py
+${PYSITELIB}/gnuradio/modtool/core/bind.pyc
+${PYSITELIB}/gnuradio/modtool/core/bind.pyo
+${PYSITELIB}/gnuradio/modtool/core/disable.py
+${PYSITELIB}/gnuradio/modtool/core/disable.pyc
+${PYSITELIB}/gnuradio/modtool/core/disable.pyo
+${PYSITELIB}/gnuradio/modtool/core/info.py
+${PYSITELIB}/gnuradio/modtool/core/info.pyc
+${PYSITELIB}/gnuradio/modtool/core/info.pyo
+${PYSITELIB}/gnuradio/modtool/core/makeyaml.py
+${PYSITELIB}/gnuradio/modtool/core/makeyaml.pyc
+${PYSITELIB}/gnuradio/modtool/core/makeyaml.pyo
+${PYSITELIB}/gnuradio/modtool/core/newmod.py
+${PYSITELIB}/gnuradio/modtool/core/newmod.pyc
+${PYSITELIB}/gnuradio/modtool/core/newmod.pyo
+${PYSITELIB}/gnuradio/modtool/core/rename.py
+${PYSITELIB}/gnuradio/modtool/core/rename.pyc
+${PYSITELIB}/gnuradio/modtool/core/rename.pyo
+${PYSITELIB}/gnuradio/modtool/core/rm.py
+${PYSITELIB}/gnuradio/modtool/core/rm.pyc
+${PYSITELIB}/gnuradio/modtool/core/rm.pyo
+${PYSITELIB}/gnuradio/modtool/core/update.py
+${PYSITELIB}/gnuradio/modtool/core/update.pyc
+${PYSITELIB}/gnuradio/modtool/core/update.pyo
+${PYSITELIB}/gnuradio/modtool/templates/__init__.py
+${PYSITELIB}/gnuradio/modtool/templates/__init__.pyc
+${PYSITELIB}/gnuradio/modtool/templates/__init__.pyo
+${PYSITELIB}/gnuradio/modtool/templates/templates.py
+${PYSITELIB}/gnuradio/modtool/templates/templates.pyc
+${PYSITELIB}/gnuradio/modtool/templates/templates.pyo
+${PYSITELIB}/gnuradio/modtool/tools/__init__.py
+${PYSITELIB}/gnuradio/modtool/tools/__init__.pyc
+${PYSITELIB}/gnuradio/modtool/tools/__init__.pyo
+${PYSITELIB}/gnuradio/modtool/tools/cmakefile_editor.py
+${PYSITELIB}/gnuradio/modtool/tools/cmakefile_editor.pyc
+${PYSITELIB}/gnuradio/modtool/tools/cmakefile_editor.pyo
+${PYSITELIB}/gnuradio/modtool/tools/code_generator.py
+${PYSITELIB}/gnuradio/modtool/tools/code_generator.pyc
+${PYSITELIB}/gnuradio/modtool/tools/code_generator.pyo
+${PYSITELIB}/gnuradio/modtool/tools/cppfile_editor.py
+${PYSITELIB}/gnuradio/modtool/tools/cppfile_editor.pyc
+${PYSITELIB}/gnuradio/modtool/tools/cppfile_editor.pyo
+${PYSITELIB}/gnuradio/modtool/tools/grc_yaml_generator.py
+${PYSITELIB}/gnuradio/modtool/tools/grc_yaml_generator.pyc
+${PYSITELIB}/gnuradio/modtool/tools/grc_yaml_generator.pyo
+${PYSITELIB}/gnuradio/modtool/tools/parser_cc_block.py
+${PYSITELIB}/gnuradio/modtool/tools/parser_cc_block.pyc
+${PYSITELIB}/gnuradio/modtool/tools/parser_cc_block.pyo
+${PYSITELIB}/gnuradio/modtool/tools/scm.py
+${PYSITELIB}/gnuradio/modtool/tools/scm.pyc
+${PYSITELIB}/gnuradio/modtool/tools/scm.pyo
+${PYSITELIB}/gnuradio/modtool/tools/util_functions.py
+${PYSITELIB}/gnuradio/modtool/tools/util_functions.pyc
+${PYSITELIB}/gnuradio/modtool/tools/util_functions.pyo
 ${PYSITELIB}/gnuradio/plot_data.py
 ${PYSITELIB}/gnuradio/plot_data.pyc
 ${PYSITELIB}/gnuradio/plot_data.pyo
@@ -22,3 +171,42 @@ ${PYSITELIB}/gnuradio/pyqt_filter.pyo
 ${PYSITELIB}/gnuradio/pyqt_plot.py
 ${PYSITELIB}/gnuradio/pyqt_plot.pyc
 ${PYSITELIB}/gnuradio/pyqt_plot.pyo
+share/gnuradio/examples/modtool.conf
+share/gnuradio/modtool/templates/gr-newmod/.gitignore
+share/gnuradio/modtool/templates/gr-newmod/CMakeLists.txt
+share/gnuradio/modtool/templates/gr-newmod/MANIFEST.md
+share/gnuradio/modtool/templates/gr-newmod/apps/CMakeLists.txt
+share/gnuradio/modtool/templates/gr-newmod/cmake/Modules/CMakeParseArgumentsCopy.cmake
+share/gnuradio/modtool/templates/gr-newmod/cmake/Modules/howtoConfig.cmake
+share/gnuradio/modtool/templates/gr-newmod/cmake/Modules/targetConfig.cmake.in
+share/gnuradio/modtool/templates/gr-newmod/cmake/cmake_uninstall.cmake.in
+share/gnuradio/modtool/templates/gr-newmod/docs/CMakeLists.txt
+share/gnuradio/modtool/templates/gr-newmod/docs/README.howto
+share/gnuradio/modtool/templates/gr-newmod/docs/doxygen/CMakeLists.txt
+share/gnuradio/modtool/templates/gr-newmod/docs/doxygen/Doxyfile.in
+share/gnuradio/modtool/templates/gr-newmod/docs/doxygen/doxyxml/__init__.py
+share/gnuradio/modtool/templates/gr-newmod/docs/doxygen/doxyxml/base.py
+share/gnuradio/modtool/templates/gr-newmod/docs/doxygen/doxyxml/doxyindex.py
+share/gnuradio/modtool/templates/gr-newmod/docs/doxygen/doxyxml/generated/__init__.py
+share/gnuradio/modtool/templates/gr-newmod/docs/doxygen/doxyxml/generated/compound.py
+share/gnuradio/modtool/templates/gr-newmod/docs/doxygen/doxyxml/generated/compoundsuper.py
+share/gnuradio/modtool/templates/gr-newmod/docs/doxygen/doxyxml/generated/index.py
+share/gnuradio/modtool/templates/gr-newmod/docs/doxygen/doxyxml/generated/indexsuper.py
+share/gnuradio/modtool/templates/gr-newmod/docs/doxygen/doxyxml/text.py
+share/gnuradio/modtool/templates/gr-newmod/docs/doxygen/other/group_defs.dox
+share/gnuradio/modtool/templates/gr-newmod/docs/doxygen/other/main_page.dox
+share/gnuradio/modtool/templates/gr-newmod/docs/doxygen/pydoc_macros.h
+share/gnuradio/modtool/templates/gr-newmod/docs/doxygen/update_pydoc.py
+share/gnuradio/modtool/templates/gr-newmod/examples/README
+share/gnuradio/modtool/templates/gr-newmod/grc/CMakeLists.txt
+share/gnuradio/modtool/templates/gr-newmod/include/howto/CMakeLists.txt
+share/gnuradio/modtool/templates/gr-newmod/include/howto/api.h
+share/gnuradio/modtool/templates/gr-newmod/lib/CMakeLists.txt
+share/gnuradio/modtool/templates/gr-newmod/python/CMakeLists.txt
+share/gnuradio/modtool/templates/gr-newmod/python/__init__.py
+share/gnuradio/modtool/templates/gr-newmod/python/bindings/CMakeLists.txt
+share/gnuradio/modtool/templates/gr-newmod/python/bindings/README.md
+share/gnuradio/modtool/templates/gr-newmod/python/bindings/bind_oot_file.py
+share/gnuradio/modtool/templates/gr-newmod/python/bindings/docstrings/README.md
+share/gnuradio/modtool/templates/gr-newmod/python/bindings/header_utils.py
+share/gnuradio/modtool/templates/gr-newmod/python/bindings/python_bindings.cc

Index: pkgsrc/ham/gnuradio-video-sdl/Makefile
diff -u pkgsrc/ham/gnuradio-video-sdl/Makefile:1.38 pkgsrc/ham/gnuradio-video-sdl/Makefile:1.39
--- pkgsrc/ham/gnuradio-video-sdl/Makefile:1.38 Fri Jan  1 08:24:48 2021
+++ pkgsrc/ham/gnuradio-video-sdl/Makefile      Wed Apr  7 16:14:09 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2021/01/01 08:24:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.39 2021/04/07 16:14:09 tnn Exp $
 
 PKGNAME=       gnuradio-video-sdl-${VERSION}
-PKGREVISION=   2
 COMMENT=       SDL (Simple DirectMedia Layer) bindings for GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"

Index: pkgsrc/ham/gnuradio-video-sdl/PLIST
diff -u pkgsrc/ham/gnuradio-video-sdl/PLIST:1.8 pkgsrc/ham/gnuradio-video-sdl/PLIST:1.9
--- pkgsrc/ham/gnuradio-video-sdl/PLIST:1.8     Sun Aug 30 21:11:08 2020
+++ pkgsrc/ham/gnuradio-video-sdl/PLIST Wed Apr  7 16:14:09 2021
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/08/30 21:11:08 tnn Exp $
-include/gnuradio/swig/video_sdl_swig.i
-include/gnuradio/swig/video_sdl_swig_doc.i
+@comment $NetBSD: PLIST,v 1.9 2021/04/07 16:14:09 tnn Exp $
 include/gnuradio/video_sdl/api.h
 include/gnuradio/video_sdl/sink_s.h
 include/gnuradio/video_sdl/sink_uc.h
@@ -8,15 +6,12 @@ lib/cmake/gnuradio/gnuradio-video-sdlCon
 lib/cmake/gnuradio/gnuradio-video-sdlTargets-release.cmake
 lib/cmake/gnuradio/gnuradio-video-sdlTargets.cmake
 lib/libgnuradio-video-sdl.so
-lib/libgnuradio-video-sdl.so.3.8.1
+lib/libgnuradio-video-sdl.so.3.9.1
 lib/libgnuradio-video-sdl.so.${PKGVERSION}
 lib/pkgconfig/gnuradio-video-sdl.pc
 ${PYSITELIB}/gnuradio/video_sdl/__init__.py
 ${PYSITELIB}/gnuradio/video_sdl/__init__.pyc
 ${PYSITELIB}/gnuradio/video_sdl/__init__.pyo
-${PYSITELIB}/gnuradio/video_sdl/_video_sdl_swig.so
-${PYSITELIB}/gnuradio/video_sdl/video_sdl_swig.py
-${PYSITELIB}/gnuradio/video_sdl/video_sdl_swig.pyc
-${PYSITELIB}/gnuradio/video_sdl/video_sdl_swig.pyo
+${PYSITELIB}/gnuradio/video_sdl/video_sdl_python.so
 share/gnuradio/grc/blocks/video.tree.yml
 share/gnuradio/grc/blocks/video_sdl_sink.block.yml

Index: pkgsrc/ham/gnuradio-vocoder/Makefile
diff -u pkgsrc/ham/gnuradio-vocoder/Makefile:1.23 pkgsrc/ham/gnuradio-vocoder/Makefile:1.24
--- pkgsrc/ham/gnuradio-vocoder/Makefile:1.23   Fri Jan  1 08:24:48 2021
+++ pkgsrc/ham/gnuradio-vocoder/Makefile        Wed Apr  7 16:14:09 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2021/01/01 08:24:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2021/04/07 16:14:09 tnn Exp $
 
 PKGNAME=       gnuradio-vocoder-${VERSION}
-PKGREVISION=   3
 COMMENT=       All available vocoders in GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"

Index: pkgsrc/ham/gnuradio-vocoder/PLIST
diff -u pkgsrc/ham/gnuradio-vocoder/PLIST:1.6 pkgsrc/ham/gnuradio-vocoder/PLIST:1.7
--- pkgsrc/ham/gnuradio-vocoder/PLIST:1.6       Sun Nov 29 23:16:29 2020
+++ pkgsrc/ham/gnuradio-vocoder/PLIST   Wed Apr  7 16:14:09 2021
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2020/11/29 23:16:29 dbj Exp $
-include/gnuradio/swig/vocoder_swig.i
-include/gnuradio/swig/vocoder_swig_doc.i
+@comment $NetBSD: PLIST,v 1.7 2021/04/07 16:14:09 tnn Exp $
 include/gnuradio/vocoder/alaw_decode_bs.h
 include/gnuradio/vocoder/alaw_encode_sb.h
 include/gnuradio/vocoder/api.h
@@ -26,19 +24,16 @@ lib/cmake/gnuradio/gnuradio-vocoderConfi
 lib/cmake/gnuradio/gnuradio-vocoderTargets-release.cmake
 lib/cmake/gnuradio/gnuradio-vocoderTargets.cmake
 lib/libgnuradio-vocoder.so
-lib/libgnuradio-vocoder.so.3.8.1
+lib/libgnuradio-vocoder.so.3.9.1
 lib/libgnuradio-vocoder.so.${PKGVERSION}
 lib/pkgconfig/gnuradio-vocoder.pc
 ${PYSITELIB}/gnuradio/vocoder/__init__.py
 ${PYSITELIB}/gnuradio/vocoder/__init__.pyc
 ${PYSITELIB}/gnuradio/vocoder/__init__.pyo
-${PYSITELIB}/gnuradio/vocoder/_vocoder_swig.so
 ${PYSITELIB}/gnuradio/vocoder/cvsd.py
 ${PYSITELIB}/gnuradio/vocoder/cvsd.pyc
 ${PYSITELIB}/gnuradio/vocoder/cvsd.pyo
-${PYSITELIB}/gnuradio/vocoder/vocoder_swig.py
-${PYSITELIB}/gnuradio/vocoder/vocoder_swig.pyc
-${PYSITELIB}/gnuradio/vocoder/vocoder_swig.pyo
+${PYSITELIB}/gnuradio/vocoder/vocoder_python.so
 share/doc/gnuradio-${PKGVERSION}/README.vocoder
 share/gnuradio/examples/vocoder/alaw_audio_loopback.py
 share/gnuradio/examples/vocoder/codec2_audio_loopback.py
@@ -49,7 +44,9 @@ share/gnuradio/examples/vocoder/g723_40_
 share/gnuradio/examples/vocoder/grfreedv.grc
 share/gnuradio/examples/vocoder/gsm_audio_loopback.py
 share/gnuradio/examples/vocoder/loopback-codec2.grc
+share/gnuradio/examples/vocoder/loopback-gsmfr.grc
 share/gnuradio/examples/vocoder/ulaw_audio_loopback.py
+share/gnuradio/grc/blocks/vocoder.tree.yml
 share/gnuradio/grc/blocks/vocoder_alaw_decode_bs.block.yml
 share/gnuradio/grc/blocks/vocoder_alaw_encode_sb.block.yml
 share/gnuradio/grc/blocks/vocoder_codec2_decode_ps.block.yml

Index: pkgsrc/ham/gnuradio-wavelet/Makefile
diff -u pkgsrc/ham/gnuradio-wavelet/Makefile:1.22 pkgsrc/ham/gnuradio-wavelet/Makefile:1.23
--- pkgsrc/ham/gnuradio-wavelet/Makefile:1.22   Fri Jan  1 08:24:48 2021
+++ pkgsrc/ham/gnuradio-wavelet/Makefile        Wed Apr  7 16:14:09 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2021/01/01 08:24:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.23 2021/04/07 16:14:09 tnn Exp $
 
 PKGNAME=       gnuradio-wavelet-${VERSION}
-PKGREVISION=   2
 COMMENT=       Wavelet transform of GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"

Index: pkgsrc/ham/gnuradio-wavelet/PLIST
diff -u pkgsrc/ham/gnuradio-wavelet/PLIST:1.4 pkgsrc/ham/gnuradio-wavelet/PLIST:1.5
--- pkgsrc/ham/gnuradio-wavelet/PLIST:1.4       Sun Aug 30 21:14:07 2020
+++ pkgsrc/ham/gnuradio-wavelet/PLIST   Wed Apr  7 16:14:09 2021
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/08/30 21:14:07 tnn Exp $
-include/gnuradio/swig/wavelet_swig.i
-include/gnuradio/swig/wavelet_swig_doc.i
+@comment $NetBSD: PLIST,v 1.5 2021/04/07 16:14:09 tnn Exp $
 include/gnuradio/wavelet/api.h
 include/gnuradio/wavelet/squash_ff.h
 include/gnuradio/wavelet/wavelet_ff.h
@@ -9,13 +7,10 @@ lib/cmake/gnuradio/gnuradio-waveletConfi
 lib/cmake/gnuradio/gnuradio-waveletTargets-release.cmake
 lib/cmake/gnuradio/gnuradio-waveletTargets.cmake
 lib/libgnuradio-wavelet.so
-lib/libgnuradio-wavelet.so.3.8.1
+lib/libgnuradio-wavelet.so.3.9.1
 lib/libgnuradio-wavelet.so.${PKGVERSION}
 lib/pkgconfig/gnuradio-wavelet.pc
 ${PYSITELIB}/gnuradio/wavelet/__init__.py
 ${PYSITELIB}/gnuradio/wavelet/__init__.pyc
 ${PYSITELIB}/gnuradio/wavelet/__init__.pyo
-${PYSITELIB}/gnuradio/wavelet/_wavelet_swig.so
-${PYSITELIB}/gnuradio/wavelet/wavelet_swig.py
-${PYSITELIB}/gnuradio/wavelet/wavelet_swig.pyc
-${PYSITELIB}/gnuradio/wavelet/wavelet_swig.pyo
+${PYSITELIB}/gnuradio/wavelet/wavelet_python.so

Index: pkgsrc/ham/gnuradio-zeromq/Makefile
diff -u pkgsrc/ham/gnuradio-zeromq/Makefile:1.25 pkgsrc/ham/gnuradio-zeromq/Makefile:1.26
--- pkgsrc/ham/gnuradio-zeromq/Makefile:1.25    Fri Jan  1 08:24:48 2021
+++ pkgsrc/ham/gnuradio-zeromq/Makefile Wed Apr  7 16:14:09 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2021/01/01 08:24:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2021/04/07 16:14:09 tnn Exp $
 
 PKGNAME=       gnuradio-zeromq-${VERSION}
-PKGREVISION=   2
 COMMENT=       All of the zeromq blocks, utilities, and examples
 
 #  zmq.hpp: No such file or directory

Index: pkgsrc/ham/gnuradio-zeromq/PLIST
diff -u pkgsrc/ham/gnuradio-zeromq/PLIST:1.5 pkgsrc/ham/gnuradio-zeromq/PLIST:1.6
--- pkgsrc/ham/gnuradio-zeromq/PLIST:1.5        Sun Aug 30 21:16:02 2020
+++ pkgsrc/ham/gnuradio-zeromq/PLIST    Wed Apr  7 16:14:09 2021
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/08/30 21:16:02 tnn Exp $
-include/gnuradio/swig/zeromq_swig.i
-include/gnuradio/swig/zeromq_swig_doc.i
+@comment $NetBSD: PLIST,v 1.6 2021/04/07 16:14:09 tnn Exp $
 include/gnuradio/zeromq/api.h
 include/gnuradio/zeromq/pub_msg_sink.h
 include/gnuradio/zeromq/pub_sink.h
@@ -18,22 +16,19 @@ lib/cmake/gnuradio/gnuradio-zeromqConfig
 lib/cmake/gnuradio/gnuradio-zeromqTargets-release.cmake
 lib/cmake/gnuradio/gnuradio-zeromqTargets.cmake
 lib/libgnuradio-zeromq.so
-lib/libgnuradio-zeromq.so.3.8.1
+lib/libgnuradio-zeromq.so.3.9.1
 lib/libgnuradio-zeromq.so.${PKGVERSION}
 lib/pkgconfig/gnuradio-zeromq.pc
 ${PYSITELIB}/gnuradio/zeromq/__init__.py
 ${PYSITELIB}/gnuradio/zeromq/__init__.pyc
 ${PYSITELIB}/gnuradio/zeromq/__init__.pyo
-${PYSITELIB}/gnuradio/zeromq/_zeromq_swig.so
 ${PYSITELIB}/gnuradio/zeromq/probe_manager.py
 ${PYSITELIB}/gnuradio/zeromq/probe_manager.pyc
 ${PYSITELIB}/gnuradio/zeromq/probe_manager.pyo
 ${PYSITELIB}/gnuradio/zeromq/rpc_manager.py
 ${PYSITELIB}/gnuradio/zeromq/rpc_manager.pyc
 ${PYSITELIB}/gnuradio/zeromq/rpc_manager.pyo
-${PYSITELIB}/gnuradio/zeromq/zeromq_swig.py
-${PYSITELIB}/gnuradio/zeromq/zeromq_swig.pyc
-${PYSITELIB}/gnuradio/zeromq/zeromq_swig.pyo
+${PYSITELIB}/gnuradio/zeromq/zeromq_python.so
 share/gnuradio/examples/zeromq/zeromq_pubsub.grc
 share/gnuradio/examples/zeromq/zeromq_pushpull.grc
 share/gnuradio/examples/zeromq/zeromq_reqrep.grc

Index: pkgsrc/ham/gr-osmosdr/Makefile
diff -u pkgsrc/ham/gr-osmosdr/Makefile:1.31 pkgsrc/ham/gr-osmosdr/Makefile:1.32
--- pkgsrc/ham/gr-osmosdr/Makefile:1.31 Fri Jan  1 08:24:48 2021
+++ pkgsrc/ham/gr-osmosdr/Makefile      Wed Apr  7 16:14:09 2021
@@ -1,50 +1,47 @@
-# $NetBSD: Makefile,v 1.31 2021/01/01 08:24:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.32 2021/04/07 16:14:09 tnn Exp $
 
-DISTNAME=              gr-osmosdr-0.2.2
-PKGREVISION=           1
+DISTNAME=              gr-osmosdr-0.2.3.20210128
 CATEGORIES=            ham
 # main git repo doesn't allow snapshots to be downloaded
 #MASTER_SITES=         https://git.osmocom.org/gr-osmosdr/snapshot/
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=osmocom/}
-GITHUB_TAG=            v${PKGVERSION_NOREV}
+GITHUB_TAG=            a100eb024c0210b95e4738b6efd836d48225bd03
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://git.osmocom.org/gr-osmosdr
 COMMENT=               SDR Hardware support for OsmoSDR and so many more
 LICENSE=               gnu-gpl-v2
 
+# for docs/doxygen/update_pydoc.py
+BUILD_DEPENDS+=                ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
 USE_LANGUAGES=         c c++
 USE_TOOLS=             cmake
 USE_CMAKE=             yes
 
 # Suppress warning for developer
 CMAKE_ARGS+=   -Wno-dev
-# --   * Ettus USRP Devices
-CMAKE_ARGS+=   -DGNURADIO_UHD_INCLUDE_DIRS=${PREFIX}/include/uhd
-CMAKE_ARGS+=   -DGNURADIO_BLOCKS_INCLUDE_DIRS=${PREFIX}/include
 # TODO: make it PKG_OPTION
 CMAKE_ARGS+=   -DENABLE_DOXYGEN=OFF
+CMAKE_ARGS+=   -Dpybind11_DIR=${PREFIX}/${PYSITELIB}/pybind11/share/cmake/pybind11
 
 PLIST_SUBST+=  PYSITELIB=${PYSITELIB}
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 36
 REPLACE_PYTHON+=               apps/osmocom_siggen_base.py
 
-.include       "../../devel/boost-headers/buildlink3.mk"
-.include       "../../devel/boost-libs/buildlink3.mk"
-.include       "../../devel/libusb1/buildlink3.mk"
-.include       "../../devel/orc/buildlink3.mk"
-
-# \todo Clearly threre is some ordering scheme.  Explain it.
-
-.include       "../../ham/uhd/buildlink3.mk"
-.include       "../../lang/python/application.mk"
-
-.include       "../../ham/rtl-sdr/buildlink3.mk"
-.include       "../../ham/hackrf/buildlink3.mk"
-.include       "../../ham/soapy-sdr/buildlink3.mk"
-
-.include       "../../ham/gnuradio-core/buildlink3.mk"
-.include       "../../ham/gnuradio-uhd/buildlink3.mk"
-
+.include "../../audio/libsndfile/buildlink3.mk"
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/libusb1/buildlink3.mk"
+.include "../../devel/orc/buildlink3.mk"
+.include "../../devel/py-pybind11/buildlink3.mk"
+.include "../../ham/gnuradio-core/buildlink3.mk"
+.include "../../ham/gnuradio-uhd/buildlink3.mk"
+.include "../../ham/hackrf/buildlink3.mk"
+.include "../../ham/rtl-sdr/buildlink3.mk"
+.include "../../ham/soapy-sdr/buildlink3.mk"
+.include "../../ham/uhd/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/ham/gr-osmosdr/PLIST
diff -u pkgsrc/ham/gr-osmosdr/PLIST:1.2 pkgsrc/ham/gr-osmosdr/PLIST:1.3
--- pkgsrc/ham/gr-osmosdr/PLIST:1.2     Sun Aug 30 21:35:53 2020
+++ pkgsrc/ham/gr-osmosdr/PLIST Wed Apr  7 16:14:09 2021
@@ -1,15 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2020/08/30 21:35:53 tnn Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/04/07 16:14:09 tnn Exp $
 bin/osmocom_fft
 bin/osmocom_siggen_nogui
-bin/osmocom_spectrum_sense
 include/osmosdr/api.h
 include/osmosdr/device.h
 include/osmosdr/pimpl.h
 include/osmosdr/ranges.h
 include/osmosdr/sink.h
 include/osmosdr/source.h
-include/osmosdr/swig/osmosdr_swig.i
-include/osmosdr/swig/osmosdr_swig_doc.i
 include/osmosdr/time_spec.h
 lib/cmake/osmosdr/gnuradio-osmosdrConfig.cmake
 lib/cmake/osmosdr/gnuradio-osmosdrTargets-release.cmake
@@ -20,13 +17,10 @@ lib/libgnuradio-osmosdr.so.0.2.0.0
 ${PYSITELIB}/osmosdr/__init__.py
 ${PYSITELIB}/osmosdr/__init__.pyc
 ${PYSITELIB}/osmosdr/__init__.pyo
-${PYSITELIB}/osmosdr/_osmosdr_swig.so
 ${PYSITELIB}/osmosdr/osmocom_siggen_base.py
 ${PYSITELIB}/osmosdr/osmocom_siggen_base.pyc
 ${PYSITELIB}/osmosdr/osmocom_siggen_base.pyo
-${PYSITELIB}/osmosdr/osmosdr_swig.py
-${PYSITELIB}/osmosdr/osmosdr_swig.pyc
-${PYSITELIB}/osmosdr/osmosdr_swig.pyo
+${PYSITELIB}/osmosdr/osmosdr_python.so
 share/gnuradio/grc/blocks/osmosdr_sink.block.yml
 share/gnuradio/grc/blocks/osmosdr_source.block.yml
 share/gnuradio/grc/blocks/rtlsdr_source.block.yml

Index: pkgsrc/ham/gr-osmosdr/distinfo
diff -u pkgsrc/ham/gr-osmosdr/distinfo:1.5 pkgsrc/ham/gr-osmosdr/distinfo:1.6
--- pkgsrc/ham/gr-osmosdr/distinfo:1.5  Sun Aug 30 21:35:53 2020
+++ pkgsrc/ham/gr-osmosdr/distinfo      Wed Apr  7 16:14:09 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/08/30 21:35:53 tnn Exp $
+$NetBSD: distinfo,v 1.6 2021/04/07 16:14:09 tnn Exp $
 
-SHA1 (gr-osmosdr-0.2.2.tar.gz) = c0efb6d33735d2a2b4c71cb2575d97d0c6343365
-RMD160 (gr-osmosdr-0.2.2.tar.gz) = 7adbc7ac56eb013bde8236599e0ae2ee797837e7
-SHA512 (gr-osmosdr-0.2.2.tar.gz) = 42aef6efd35fd9184a371202398455de7cac3a88374e761359ab837a329495b653a95f5641f0a9533daeaa08c0d7fd5649b1b33359009dd4e8a3b9b24aedd2af
-Size (gr-osmosdr-0.2.2.tar.gz) = 251425 bytes
+SHA1 (gr-osmosdr-0.2.3.20210128-a100eb024c0210b95e4738b6efd836d48225bd03.tar.gz) = f035d5c14d8fdcc698c7e69b465814412e848eb9
+RMD160 (gr-osmosdr-0.2.3.20210128-a100eb024c0210b95e4738b6efd836d48225bd03.tar.gz) = b938ebf1596caff61bab0d6e4481f292e463430b
+SHA512 (gr-osmosdr-0.2.3.20210128-a100eb024c0210b95e4738b6efd836d48225bd03.tar.gz) = 
4dcb6b2c10eeb2252111ba691be179fe5b6dc9598fa7e6129a3b214ee74d43ca2d67ab5eafa73cea2abb25729c24be0592585d149e13c7285f2ce330e52a6470
+Size (gr-osmosdr-0.2.3.20210128-a100eb024c0210b95e4738b6efd836d48225bd03.tar.gz) = 257938 bytes

Added files:

Index: pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_constants.cc.in
diff -u /dev/null pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_constants.cc.in:1.1
--- /dev/null   Wed Apr  7 16:14:10 2021
+++ pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_constants.cc.in Wed Apr  7 16:14:07 2021
@@ -0,0 +1,14 @@
+$NetBSD: patch-gnuradio-runtime_lib_constants.cc.in,v 1.1 2021/04/07 16:14:07 tnn Exp $
+
+Override broken PREFIX detection.
+
+--- gnuradio-runtime/lib/constants.cc.in.orig  2021-03-22 22:37:12.000000000 +0000
++++ gnuradio-runtime/lib/constants.cc.in
+@@ -26,6 +26,7 @@ const std::string prefix()
+     if (prefix != NULL)
+         return prefix;
+ 
++    return "@PREFIX@";
+     boost::filesystem::path prefix_rel_lib = "@prefix_relative_to_lib@";
+     boost::filesystem::path gr_runtime_lib_path = boost::dll::this_line_location();
+     // Normalize before decomposing path so result is reliable

Index: pkgsrc/ham/gnuradio-network/DESCR
diff -u /dev/null pkgsrc/ham/gnuradio-network/DESCR:1.1
--- /dev/null   Wed Apr  7 16:14:10 2021
+++ pkgsrc/ham/gnuradio-network/DESCR   Wed Apr  7 16:14:08 2021
@@ -0,0 +1,7 @@
+GNU Radio is a collection of software that when combined with minimal hardware,
+allows the construction of radios where the actual waveforms transmitted and
+received are defined by software. What this means is that it turns the digital
+modulation schemes used in today's high performance wireless devices into
+software problems.
+
+This provides networking blocks.
Index: pkgsrc/ham/gnuradio-network/Makefile
diff -u /dev/null pkgsrc/ham/gnuradio-network/Makefile:1.1
--- /dev/null   Wed Apr  7 16:14:10 2021
+++ pkgsrc/ham/gnuradio-network/Makefile        Wed Apr  7 16:14:08 2021
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2021/04/07 16:14:08 tnn Exp $
+
+PKGNAME=       gnuradio-network-${VERSION}
+COMMENT=       Network blocks for GNU Radio
+
+.include       "../../ham/gnuradio-core/Makefile.common"
+.include       "../../ham/gnuradio-core/Nocore.mk"
+
+CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
+CMAKE_ARGS+=   -DENABLE_GR_NETWORK=ON
+CMAKE_ARGS+=   -DENABLE_GRC=ON
+
+PLIST_MINUS+=  companion
+
+.include       "../../mk/bsd.pkg.mk"
Index: pkgsrc/ham/gnuradio-network/PLIST
diff -u /dev/null pkgsrc/ham/gnuradio-network/PLIST:1.1
--- /dev/null   Wed Apr  7 16:14:10 2021
+++ pkgsrc/ham/gnuradio-network/PLIST   Wed Apr  7 16:14:08 2021
@@ -0,0 +1,37 @@
+@comment $NetBSD: PLIST,v 1.1 2021/04/07 16:14:08 tnn Exp $
+include/gnuradio/network/api.h
+include/gnuradio/network/packet_headers.h
+include/gnuradio/network/tcp_sink.h
+include/gnuradio/network/udp_header_types.h
+include/gnuradio/network/udp_sink.h
+include/gnuradio/network/udp_source.h
+lib/cmake/gnuradio/gnuradio-networkConfig.cmake
+lib/cmake/gnuradio/gnuradio-networkTargets-release.cmake
+lib/cmake/gnuradio/gnuradio-networkTargets.cmake
+lib/libgnuradio-network.so
+lib/libgnuradio-network.so.3.9.1
+lib/libgnuradio-network.so.${PKGVERSION}
+lib/pkgconfig/gnuradio-network.pc
+${PYSITELIB}/gnuradio/network/__init__.py
+${PYSITELIB}/gnuradio/network/__init__.pyc
+${PYSITELIB}/gnuradio/network/__init__.pyo
+${PYSITELIB}/gnuradio/network/network_python.so
+${PYSITELIB}/gnuradio/network/tcp_source.py
+${PYSITELIB}/gnuradio/network/tcp_source.pyc
+${PYSITELIB}/gnuradio/network/tcp_source.pyo
+share/doc/gnuradio-${PKGVERSION}/README.network
+share/gnuradio/examples/network/test_tcp_sink_client.grc
+share/gnuradio/examples/network/test_tcp_sink_client_ipv6.grc
+share/gnuradio/examples/network/test_tcp_sink_server.grc
+share/gnuradio/examples/network/test_tcp_source.grc
+share/gnuradio/examples/network/test_tcp_source_ipv6.grc
+share/gnuradio/examples/network/test_udp_sink.grc
+share/gnuradio/examples/network/test_udp_sink_ipv6.grc
+share/gnuradio/examples/network/test_udp_sink_seq.grc
+share/gnuradio/examples/network/test_udp_source.grc
+share/gnuradio/examples/network/test_udp_source_ipv6.grc
+share/gnuradio/examples/network/test_udp_source_seq.grc
+share/gnuradio/grc/blocks/network_tcp_sink.block.yml
+share/gnuradio/grc/blocks/network_tcp_source.block.yml
+share/gnuradio/grc/blocks/network_udp_sink.block.yml
+share/gnuradio/grc/blocks/network_udp_source.block.yml



Home | Main Index | Thread Index | Old Index