pkgsrc-WIP-changes archive

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

doxygen: remove, used for updating devel/doxygen



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu Jan 31 15:16:46 2019 +0100
Changeset:	c160164205fd837c1fae1c6fcc9dcaf5ca9fa4a8

Modified Files:
	Makefile
Removed Files:
	doxygen/COMMIT_MSG
	doxygen/DESCR
	doxygen/Makefile
	doxygen/PLIST
	doxygen/TODO
	doxygen/distinfo
	doxygen/options.mk
	doxygen/patches/patch-ac
	doxygen/patches/patch-ah

Log Message:
doxygen: remove, used for updating devel/doxygen

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c160164205fd837c1fae1c6fcc9dcaf5ca9fa4a8

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

diffstat:
 Makefile                 |    1 -
 doxygen/COMMIT_MSG       |  427 --------------
 doxygen/DESCR            |   20 -
 doxygen/Makefile         |   77 ---
 doxygen/PLIST            | 1417 ----------------------------------------------
 doxygen/TODO             |   47 --
 doxygen/distinfo         |    8 -
 doxygen/options.mk       |   66 ---
 doxygen/patches/patch-ac |   15 -
 doxygen/patches/patch-ah |   20 -
 10 files changed, 2098 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index b336129388..dd01f248d6 100644
--- a/Makefile
+++ b/Makefile
@@ -620,7 +620,6 @@ SUBDIR+=	dotproject
 SUBDIR+=	double-conversion
 SUBDIR+=	dovecot-antispam
 SUBDIR+=	downtimed
-SUBDIR+=	doxygen
 SUBDIR+=	dpic
 SUBDIR+=	dragbox-git
 SUBDIR+=	dragon
diff --git a/doxygen/COMMIT_MSG b/doxygen/COMMIT_MSG
deleted file mode 100644
index 8bffc7fd74..0000000000
--- a/doxygen/COMMIT_MSG
+++ /dev/null
@@ -1,427 +0,0 @@
-doxygen: Updated to 1.8.15
-
-- Master site updated
-- Patch "patch-src_xmlgen.cpp" removed (merged upstream)
-- Option "latex" reenabled
-  Dependencies updated/added
-- Dependency graphviz no longer has option "pangocairo"
-  Handling of that build option removed from Makefile
-- Set c++11 in USE_LANGUAGES
-  C++11 is now used by doxygen (see changelog below)
-- Test target added
-
-HTML-Menus are now working without JavaScript again (HTML_DYNAMIC_MENUS = NO).
-
-Changelog for Release 1.8.15 (release date 2017-12-27):
---------------------------------------------------------------------------------
-Bug 851 - A function cannot be documented as related to two classes.
-Bug 1041 - <a href> doesn't allow <img> as visible part?
-Bug 1601 - Missing warning of undocumented member in member group
-Bug 2274 - Tooltips are not shown in dot-generated graphsand,
-Bug 2354 - caller graph can be improved by having caller on left & callee on
-           right
-Bug 2478 - Handling of unnamed parameters (C/C++) unclear
-Bug 2655 - cond/endcond cannot be used in aliases
-Bug 2859 - Unnamed parameters parsed incorrectly
-Bug 3206 - Fortran: Does not recognize backslash at end of documentation line
-Bug 3361 - Merging of consecutive repeated commands creates poorly-structured
-           HTML
-Bug 3677 - <![CDATA[ is not handled inside C# comments
-Bug 3691 - C# keywords 'get' and 'set' are highlighted as reserved words in C++
-           documentation source browser.
-Bug 3892 - @var in php is not documented
-Bug 3958 - \cond after @string literal containing backslash fails in C#
-Bug 4013 - Automatic links don't work correctly with operator< and operator<=
-Bug 4064 - Support for C# nullable type
-Bug 4244 - Fortran: tagfile.tag:789: warning: Unknown compound attribute `type'
-           found!
-Bug 4316 - Can't use pound sign in alias command, escaped or unescaped
-Bug 4458 - @todo in @param leads to strange confusing message
-Bug 4529 - HTML tags <u> and </u> not supported,
-Bug 4725 - single quote in HTML section of PHP breaks doxygen
-Bug 4771 - Not warning of undocumented function parameters
-Bug 4878 - Value from enumeration followed with semicolon is not present in java
-           docs
-Bug 4954 - JavaDoc @linkplain is not recognized
-Bug 5032 - Line numbers for examples
-Bug 5068 - The 'Examples:' section; bad/missing style and incorrect spelling
-Bug 5213 - Generated Doxyfile differs from result of doxygen -u,
-Bug 5327 - <img> on a \page does not copy the image to the html output folder
-Bug 5366 - Error with inserting images to PDF with Markdown
-Bug 5442 - Misparsed comments leading to missing call graph
-Bug 5539 - Error message when using memberof in a C macro
-Bug 5547 - "remove" is treated as a keyword (green) in the source browser for
-           C++
-Bug 5677 - Negative sign in -Foo::Bar ruins hyperlink in generated output
-Bug 5725 - Field with name "internal" confuses documentation builder.
-Bug 5765 - \todo at end of C# XML comment breaks following todo's
-Bug 5783 - Navigation incorrect with escaped symbols
-Bug 5784 - Doxygen not creating call graphs for C# methods if namespace contains
-           the classname
-Bug 5818 - Main page absent in TOC of CHM, if PROJECT_NAME is empty
-Bug 5853 - Can't suppress @author, @date and @copyright information in the
-           detailed file description
-Bug 5901 - Macros (@test, @todo, etc) used with PHP namespaces causes illegal
-           command warning
-Bug 5929 - \internal stops all parsing if used inside a section
-Bug 6025 - Make maxLineLen of latex output configurable
-Bug 6041 - PHP: New array syntax not supported when parsing initial value
-Bug 6104 - EXTERNAL_GROUPS lose hierarchy
-Bug 6118 - Title in rtf file is incorrect when overridden by user in extension
-           file
-Bug 6153 - Build of PDF with LaTEX breaks
-Bug 6160 - Python List as Default Parameter not parsed correctly
-Bug 6172 - CREATE_SUBDIRS breaks SERVER_BASED_SEARCH
-Bug 6175 - plantuml:an unwanted newline is generated after @startuml
-Bug 6197 - Czech/Slovak language documentation with tables from LaTeX to PDF is
-           not possible
-Bug 6208 - Annotated function parameter generates <dt> warning in todo list
-Bug 6213 - rtf generation
-Bug 6214 - LaTeX output for \tparam block fails to compile when it contains a
-           \code block,
-Bug 6224 - .tex file is wrong when generating a function whose name includes an
-           underline
-Bug 6269 - Disabled controls when `HAVE_DOT` is already set to `YES`
-Bug 6270 - Bad handling of Python class members when a class declaration line
-           contains a comment
-Bug 6295 - doxygen has problem with operator&=()
-Bug 6305 - XHTML pages are broken several waysand
-Bug 6308 - When generating xhtml, async attribute on script tags need a value
-Bug 6310 - Table markdown produces invalid xhtml code
-Bug 6311 - Blank rows on class page when using external tag file
-Bug 6312 - markdown plantuml use of graphviz fail if plantuml work i code file
-Bug 6316 - unescaped double quote in searchdata.js breaks search box
-           functionality
-Bug 6322 - incorrect parsing of markdown table
-Bug 6323 - error: Could not open file .../doc/html/functions_ .html for writing
-Bug 6324 - C#: Incorrect parsing of property definitions containing "//" symbols
-           in one line with "}
-Bug 6325 - Segmentation fault when generating graphical class hierarchy
-Bug 6339 - Examples of TCL files fail to display
-Bug 6340 - Missed warning opportunity: duplicated arguments
-Bug 6345 - c# see langword broken
-Bug 6346 - Doxygen crash when using \code{.markdown}...\endcode in VHDL source
-Bug 6350 - Broken extension test in FileDef::generateSourceFile()
-Bug 6352 - "unexpected token TK_EOF as the argument of ref" when target starts
-           with a digit
-Bug 6362 - Adjacent xrefitems always added to first list present on page
-Bug 6363 - Backslashes in default values confuse the parser (and cause params
-           to be ignored)
-Bug 6368 - LaTeX: Class scrbook Error: undefined old font command `\tt'
-Bug 6370 - Invalid 3-byte UTF8 found in input of graph
-Bug 6373 - Collapsed treeview arrow displays as emoji in Microsoft Edge
-Bug 6378 - @cond does not stop at @endcond Fortran
-Bug 6517 - Emoji support,
-Bug 6524 - Markdown formats missing in doxygen outputs.
-Bug 6533 - PHP: Namespaced typehints in deprecated methods not handled correctly
-Bug 6547 - Call graph missing due to ALIASES,
-Bug 6566 - INHERIT_DOCS not working for python
-Bug 6580 - xrefitems not listed if the page is referenced multiple times
-Bug 6589 - anchor after test command in a namespace produces duplicate tests
-Bug 6594 - using ingroup and anchor causes tests to disappear
-Bug 6597 - SIGSEGV presumably caused by C++ "using" declaration
-Bug 6601 - tparam HTML gobbles up lines after the tparam comment
-Bug 6612 - Issue with handling of emoji
-Bug 6632 - References to Objective C protocols by name broken in 1.8.12
-Bug 6657 - "QGDict::hashAsciiKey: Invalid null key" when using anonymous
-           union/struct
-Bug 6690 - Regression in handling of shorthand signed/unsigned types in function
-           parameters (with bisect and test case)
-Bug 6691 - Multiple issues with emoji matching
-Bug 6692 - XML TOC generation is not backwards-compatible with 1.8.14
-'self' keyword in PHP documentation
-Added: support RTL for DocXRefItem in html - Removed: support RTL form Return
-   section in html, for consistency with parameter sections
-Fixed: list item bullets overlap floating elements in html - Fixed: fragment
-   lines overlap floating elements in html
-Fixed: text-align of rtl toc
-Fixed: last line underline overlap border in html fragment
-A few more language updates
-Add VHDL strings to Translator class and add german translations.
-Add commands to handle referenced by relation and references relation,
-Add formula (images) to RTF output
-Add function annotations support
-Add possibility for adding doxygen configuration items to, all, tests during
-   runtime.
-Add support for std::shared_ptr
-Add support of dict/set in annotations and default values
-Add variadic arguments support to @link and @ref, aka '...' arguments, fixes
-Add variadic function arguments '...' regression tests
-Add variadic template function regression tests
-Added *.ice files as a recognized file type. Added a Slice-optimized output
-   mode.
-Added French translation
-Added missing #include for util.h to portable.cpp
-Added not for usage of [TOC] together with Markdown headers
-Added some VHDL code coloring
-Added some missing default types for argument matching
-Added substitution variant for character substitution
-Added support for RTL(right to left) languages like Arabic and Persian in HTML
-   output
-Added test case for \ref, and fixed representation of operator->*()
-Adding debug options to vhdl parser generator
-Adjustment of xhtml1-transitional.dtd
-Automatic detection of UCS-2 based on BOM corrected
-Better HTML output for VHDL Ports
-Bold text terminated by plus sign
-Bug fix for plantuml
-Bump minimal deployment target for OSX to 10.9 to avoid deprecation warning
-   while linking
-C++11 features used in Doxygen
-Cannot Generate Layout File using -l
-Cannot properly jump from brief to detailed function description
-Change german translation of trClassDocumentation() for VHDL output.
-Changed implementation, added test case
-Changed mail address and removed obsolete files
-Changed refiltering to forced use of insideTabbing
-Changed state guard instead of adding pattern check+reject
-Close last code line properly.
-Combined lrRank and rank parameters for computeMd5Signature
-Consistency between 'generate' and 'update' startup option
-Consistency between preprocessor and handling of \cond and \if
-Consistency for "group" commands
-Consistency in headings and layout for template parameters (tparam)
-Consistency of Index name in LaTeX output
-Consistency of environment variables between config and code,
-Consistent warning messages
-Correct list of not used translator functions
-Correct typing error in test 5
-Correct typing error in test 51
-Correct typing error in warning message.
-Corrected description of XML output for emoji characters
-Corrected warning in case of a not supported output format with \image command.
-Correcting "Definition at line @0 of file @1."
-Correcting labels for citations,
-Correcting tag example and uniform calling all examples
-Correcting tag in printdocvisitor
-Correcting warning messages and echoing unknown command
-Correction for `doxygen -g`
-Correction in example of FILE_VERSION_FILTER
-Correction in title of FAQ
-Correction internal documentation
-Correction of some coloring of code comments in VHDL, adding data type
-   'positive'
-Create command for escaped equal sign
-Create test possibilities for xhtml and pdf output,
-Debug output commentcnv independent of QUIET setting
-Difference between standard and used Doxyfile
-Difference between standard and used Doxyfile (list)
-Disabled Appveyor documentation build due to unreliability of MikTeX download
-Disabled debug print
-Documentation EXTENSION_MAPPING
-Documentation correction
-Documentation correction CLANG option usage
-Documentation correction include command with options
-Documentation corrections
-Documentation internet addresses
-Documentation update regarding right font usage in architecture chapter
-Does not generate TOC for markdown
-Don't link to non existing / not accessible namespaces , in CSharp, in the
-   source code
-Doxygen creates empty image titles for Docbook output
-Doxygen manual doesn't have lines around markdown tables / cells.
-Doxygen manual is not XHTML compliant
-Drop down lists in menu bar missing
-Enable comma as separator in configuration lists
-Enable in page table of contents for LaTeX
-Enable in page table of contents for XML and add maximum level to in page table
-   of contents,
-Enable possibility of CLANG for Cygwin,
-Enable possibility to run single tests
-Ensure all language files are reset
-Expand sqlite3gen's breadth, depth, and quality
-Extending \cite command with '-' and '?' characters.
-Extending tests with extra possibilities
-Fix French lang build
-Fix HTTPS links
-Fix VHDL Latex documentation having two chapters with the same name.
-Fix Windows build failure
-Fix annotation with default value parsing
-Fix building with Visual Studio 2013
-Fix for 'Definition at line' points to end of multiple-lined definition for
-   Python #6706
-Fix for module quicklinks
-Fix for unbounded memory usage due to a bug in \ref const matching #6689
-Fix potential hangup when merging scopes
-Fix regression due to move of markdown processing
-Fix scanner.l for Slice,,
-Fix/New: add variadic function args '...' support to @link
-Fix/New: add variadic function args '...' support to @ref
-Fixed bug in URL
-Fixed compile errors in clang and gcc
-Fixed compiler warning for nested /* in scanner.l
-Fixed differently by changing root cause for introducing the space
-Fixed documentation to point to GitHub issue tracker
-Fixed incorrect XHTML output for test 021
-Fixed logic error
-Fixed merge problem
-Fixed one remained compile error in clang
-Fixed problems with emoji handling and added a test case for it
-Fixed some more small memory leaks
-Fixed two small memory leaks
-Fixing coverity messages
-Fixing coverity messages (Namespace tag)
-Fixing problem with possible not initialized variable (endless loop in VS 2017
-   debug)
-Fortran code coloring improvements (REAL and comment lines)
-Fortran improvements
-Fortran improvements (2)
-Fortran scanner abort message
-French translation for VHDL additions
-Further simplified the fix
-Generating doxygen documentation on Windows (with MikTex)
-Handling Fortran functions in call graphs
-Heading in rtf. #6522 https://github.com/doxygen/doxygen/issues/6522
-Ignore build* directories and not just build
-Implementation Fortran ENUM / ENUMERATION
-Implementation of standard generator for docbook output,
-Improved robustness of the emoji feature
-Improvement LaTeX outputandand
-Improvement regarding width and title for docbook
-Improvements in handling special characters in Latex
-Include "empty" directories in the documentation if they contain a `.dox` file
-   (or similar) documenting the directory itself.
-Include header for CompilationDatabase
-Include height item in XML output
-Inconsistency in respect to tgroup in docbook
-Incorrect tag sequence for xhtml with class diagram possible
-Incorrect closing tags for in page table of contents (XHTML)
-Incorrect closing tags for in page table of contents (docbook)
-Incorrect number of start / end paragraph tags for xhtml with htmlonly
-Incorrect number of start / end paragraph tags for xhtml with image command
-Incorrect number tag sequence for xhtml with htmlinclude command possible
-Incorrect tag sequence for xhtml with latexinclude command possible
-Incorrect tag sequence possible for images possible in case of xhtml
-Index bugfix
-Index list cannot contain special characters in ids for XHTML
-Inline images
-Invalid warnings regarding todos when source file name contains a '-'
-Issue #6631 Code blocks incorrectly formatted in Latex
-Issue 6411: CSS for Markdown tables do not use HTML_COLORSTYLE_HUE,
-   HTML_COLORSTYLE_SAT config variables
-Issue 6469: Java method calls are ignored in generating call/caller graph with
-   Graphviz
-Issue 6494: asterisks before args and kwargs are ignored in python
-Issue_6456 Using # in links causes errors in PDF generation
-Issue_6585: Unexpected anchor tags in tag-files
-Keyword register (in code) is deprecated since C++11,
-LaTeX with verbatim part inside a table
-Large CALL / CALLER graphs cannot be processed in LaTeX
-Make conanfile creation more readable
-Make it possible to list namespace members in file scope for XML output.
-Making VHDL error messages more doxygen like
-Making the 'tex' part of \makeindex available to the user
-Markdown list wrong displayed
-Minor documentation fix
-Minor fixes to local toc logic after feedback
-Minor restructuring
-Misc. typos,
-Missing opening round bracket in case of an exception
-More typos
-Moved #include "config.h" back to the original place
-Moved duplicated code into dedicated function skipLanguageSpecificKeyword
-Moved local toc data into a separate type for better encapsulation
-Multiple `\xreflist` in one page with same key,
-Multiple addindex commands in HTML with same name
-Namespace with name docstrings_linebreak
-Not showing external project in HTML hierarchy class pages
-Numbers in comment disappear
-Numbers overlap the titles in TOC of PDF
-Order resources not only on filename but also dirname
-PATCH -- updates reference link with no closing
-Path for external commands on windows
-Possibility to have a \image command inside a <A> tag
-Possible fix for the build
-Prevent <center> and <div> inside brief descriptions to avoid broken XHTML
-   output
-Prevent empty list
-Prevent empty member list table (XHTML)
-Prevent empty page list table (XHTML)
-Prevent possible 'QGDict::hashAsciiKey: Invalid null key' warning
-Prevent potential race condition
-Print emoji text in case of unknown emoji
-Problem with TEST_FLAGS when using CMake for Visual Studio
-Problem with \cond in normal comment of test 015
-Problem with code inside a Doxy table in LaTeX
-Problems and some enhancements for LaTeX tables
-RTF layout regarding References and Referenced by
-RTF lists more levels and removing extra paragraphs
-Readded missing "Span" case to DocStyleChange::styleString
-Redundant whitespace removal breaks some C++ links [with test case and Git
-   bisect] (Origin: bugzilla #791942)
-Refactored code a bit
-Refactored code a bit (use const references and made global functions members)
-Reference text in reference list seen as emoji
-Remove debug statement
-Remove debug statements
-Remove default assignment from Translator::trVhdlType() declaration
-Remove double line with documented argument from addContentsItem in ftvhelp.cpp
-Remove non-english translations
-Remove obsolete definitions from scanner
-Remove obsolete line from README.md
-Remove old obsolete docbook generator
-Remove some dead code
-Renamed (start/end)SimpleSect to (start/end)Examples.
-Renamed command and moved duplicated code into a macro
-Renamed option and test case numbers
-Replace ''printf' with appropriate warn 'message'
-Replace calls to trTypeString with trVhdlType in single mode, which is the
-   default.
-Replaced replace(QRegExp(..)) by substitute
-Replaced replace(QRegExp..) by substitute
-Resolve inconsistency in formula repositories.
-Restructured code to avoid the need for global state
-Return VHDL specific text in trClassHierarchyDescription()
-Section label with minus sign not recognized properly.
-Small clarification for REFERENCED_BY_RELATION
-Small correction installation / build procedure
-Small corrections in distributed man pages
-Small documentation corrections
-Small problems when displaying python code
-Small problems when having code in LaTeX output,
-Sorting of index in case of LaTex
-Spanish translation for VHDL additions
-Spelling of the word Javadoc
-Synchronize chapter names of doxygen's own documentation.
-Syntax highlighting / code coloring in RTF
-Tag sequence incorrect for svg image (XHTML)
-Test renumbering,
-Tooltip was twice 'HTML escaped',
-Translators updated to version 1.8.15.
-Truncated split bar in HTML output between treeview and normal text area
-Typos [view],,
-Unbalanced start of lists resulting in not creatable pdf of rtf document
-Update Dutch translation for new Slice implementation
-Update Dutch translation in respect to new VHDL entries.
-Updated Hungarian translation
-Upgrade to jQuery 1.7.2 to get rid of security scan violations.
-Usage of '{', '}' and ',' in ALIAS
-Use QCStringList::split i.s.o. QStringList::split
-Version bump for next release
-Warning running xmllint for xhtml
-Wrong counting of lines during VHDL code output
-Wrong determination of begin / end tag of formula in markdown.
-Wrong link generated for inherited members when tag files are used.
-Wrong separator in index for a.o. Python, C#
-Wrong spelling of word doxygen
-XHTML image tag mandatory alt attribute
-XHTML incorrect attribute values for align and valign
-XHTML problem with class index table
-XHTML problem with multiple use of node numbers in id attribute
-XHTML problem with name attribute with VHDL name attribute
-XML output: avoid warnings with scoped enum values in anonymous namespaces.
-[ImgBot] Optimize images
-added PHP7 support for the search engine on HTML output.
-   See: http://php.net/manual/en/language.basic-syntax.phptags.php
-addindex supports also DocBook and RTF
-correct typo in comment
-declares XMLCodeGenerator in xmlgen.h
-doxyparse bugfixes and minor improvements
-fix build with qt 5.11, deprecated qt5_use_modules macro was removed, patch
-   by Christophe Giboudeaux
-perlmod syntax correction
-redundant input_filter runs significantly reduce performance when
-   FILTER_SOURCE_FILES and INLINE_SOURCES are both enabled #6395
-sqlite3: fix missing external_file view schema col
-sqlite3: require sqlite >= 3.9.0
---------------------------------------------------------------------------------
diff --git a/doxygen/DESCR b/doxygen/DESCR
deleted file mode 100644
index 854e1db033..0000000000
--- a/doxygen/DESCR
+++ /dev/null
@@ -1,20 +0,0 @@
-Doxygen is a documentation system for C++, Java, IDL (Corba, Microsoft and
-KDE-DCOP flavors) and C.
-
-It can help you in three ways:
-
-   1. It can generate an on-line documentation browser (in HTML) and/or an
-      off-line reference manual (in LaTeX) from a set of documented source
-      files. There is also support for generating output in RTF (MS-Word),
-      PostScript, hyperlinked PDF, compressed HTML, and Unix man pages. The
-      documentation is extracted directly from the sources, which makes it
-      much easier to keep the documentation consistent with the source code.
-
-   2. Doxygen can be configured to extract the code structure from
-      undocumented source files. This can be very useful to quickly find your
-      way in large source distributions. The relations between the various
-      elements are be visualized by means of include dependency graphs,
-      inheritance diagrams, and collaboration diagrams, which are all
-      generated automatically.
-
-   3. You can even `abuse' doxygen for creating normal documentation
diff --git a/doxygen/Makefile b/doxygen/Makefile
deleted file mode 100644
index 728b7de6f7..0000000000
--- a/doxygen/Makefile
+++ /dev/null
@@ -1,77 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	doxygen-1.8.15.src
-PKGNAME=	${DISTNAME:S/.src//}
-CATEGORIES=	devel
-MASTER_SITES=	http://doxygen.nl/files/
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://www.doxygen.org/
-COMMENT=	Documentation system for C++, Java, IDL and C
-LICENSE=	gnu-gpl-v2
-
-BUILD_DEPENDS+=	${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-
-WRKSRC=			${WRKDIR}/${PKGNAME_NOREV}
-UNLIMIT_RESOURCES+=	datasize
-# doxygen upstream uses this version of flex
-FLEX_REQD=		2.5.35
-USE_TOOLS+=		gmake gs:run perl:run bison flex
-USE_CMAKE=		yes
-USE_LANGUAGES=		c c++11
-MAKE_ENV+=		PKGSRC_CFLAGS=${CFLAGS:Q}
-MAKE_FLAGS+=		MAN1DIR=${PKGMANDIR}/man1
-
-CMAKE_ARGS+=		-DDOC_INSTALL_DIR:STRING=share/doc/doxygen
-TEST_TARGET=		tests
-
-# Case Insensitive or Case Sensitive File System
-PLIST_VARS+=		ci cs
-
-SUBST_CLASSES+=		perlbin
-SUBST_STAGE.perlbin=	pre-configure
-SUBST_MESSAGE.perlbin=	Fixing hardcoded path to the Perl interpreter
-SUBST_FILES.perlbin=	examples/tag.cfg
-SUBST_SED.perlbin=	-e 's,^PERL_PATH.*,PERL_PATH = ${PERL5},'
-
-SUBST_CLASSES+=		epstopdf
-SUBST_STAGE.epstopdf=	pre-configure
-SUBST_MESSAGE.epstopdf=	Fixing path to epstopdf
-SUBST_FILES.epstopdf=	src/diagram.cpp src/docparser.cpp src/msc.cpp
-SUBST_SED.epstopdf=	-e 's,"epstopdf","${PREFIX}/bin/epstopdf",g'
-
-# Fixing $PWD / $(PWD) / $(HOME) for documentation
-# The dollar sign should be inserted literally in the documentation
-# doxygen always inserted the path => Completely remove dollar sign
-SUBST_CLASSES+=		changelog
-SUBST_STAGE.changelog=	pre-configure
-SUBST_MESSAGE.changelog=Fixing dollar sign for documentation
-SUBST_FILES.changelog=	doc/changelog.doc
-SUBST_SED.changelog=	-e 's,$$PWD,PWD,g'
-SUBST_SED.changelog+=	-e 's,$$(PWD,(PWD,g'
-SUBST_SED.changelog+=	-e 's,$$(HOME,(HOME,g'
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "Darwin"
-PLIST.ci=		yes	# case-insensitive
-.else
-PLIST.cs=		yes	# case-sensitive
-.endif
-
-CONFIGURE_ARGS.DragonFly+=	-platform freebsd-g++
-
-LDFLAGS+=		${BUILDLINK_LDADD.iconv}
-
-post-install:
-	${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/doxyindexer.1
-	${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/doxysearch.1
-	${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/doxywizard.1
-
-.include "options.mk"
-
-.include "../../converters/libiconv/buildlink3.mk"
-BUILDLINK_API_DEPENDS.graphviz+=	graphviz>=2.12nb1
-.include "../../graphics/graphviz/buildlink3.mk"
-.include "../../lang/python/application.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/doxygen/PLIST b/doxygen/PLIST
deleted file mode 100644
index 5cbff1fb21..0000000000
--- a/doxygen/PLIST
+++ /dev/null
@@ -1,1417 +0,0 @@
-@comment $NetBSD$
-bin/doxygen
-${PLIST.latex}man/man1/doxygen.1
-${PLIST.latex}share/doc/doxygen/doxygen_manual.pdf
-${PLIST.latex}share/doc/doxygen/html/arch.html
-${PLIST.latex}share/doc/doxygen/html/archoverview.gif
-${PLIST.latex}share/doc/doxygen/html/autolink.html
-${PLIST.latex}share/doc/doxygen/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/changelog.html
-${PLIST.latex}share/doc/doxygen/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/commands.html
-${PLIST.latex}share/doc/doxygen/html/config.html
-${PLIST.latex}share/doc/doxygen/html/custcmd.html
-${PLIST.latex}share/doc/doxygen/html/customize.html
-${PLIST.latex}share/doc/doxygen/html/diagrams.html
-${PLIST.latex}share/doc/doxygen/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/docblocks.html
-${PLIST.latex}share/doc/doxygen/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/doxygen_logo.gif
-${PLIST.latex}share/doc/doxygen/html/doxygen_logo_low.gif
-${PLIST.latex}share/doc/doxygen/html/doxygen_manual.css
-${PLIST.latex}share/doc/doxygen/html/doxygen_usage.html
-${PLIST.latex}share/doc/doxygen/html/doxywizard_expert.png
-${PLIST.latex}share/doc/doxygen/html/doxywizard_main.png
-${PLIST.latex}share/doc/doxygen/html/doxywizard_menu.png
-${PLIST.latex}share/doc/doxygen/html/doxywizard_page1.png
-${PLIST.latex}share/doc/doxygen/html/doxywizard_page2.png
-${PLIST.latex}share/doc/doxygen/html/doxywizard_page3.png
-${PLIST.latex}share/doc/doxygen/html/doxywizard_page4.png
-${PLIST.latex}share/doc/doxygen/html/doxywizard_usage.html
-${PLIST.latex}share/doc/doxygen/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/emojisup.html
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/afterdoc_8h_source.html
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/class_afterdoc___test-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/class_afterdoc___test.html
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/files.html
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/functions_enum.html
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/functions_eval.html
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/functions_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/functions_vars.html
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/latex/class_afterdoc___test.tex
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/afterdoc/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/bug.html
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/class_some_nice_class.html
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/pages.html
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/author/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/author/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/author/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/author/latex/bug.tex
-${PLIST.latex}share/doc/doxygen/html/examples/author/latex/class_some_nice_class.tex
-${PLIST.latex}share/doc/doxygen/html/examples/author/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/author/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/author/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/autolink_8cpp.html
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/class_autolink___test-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/class_autolink___test.html
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/files.html
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/functions_enum.html
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/functions_eval.html
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/functions_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/functions_vars.html
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/globals.html
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/globals_defs.html
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/globals_enum.html
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/globals_eval.html
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/globals_type.html
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/globals_vars.html
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/latex/autolink_8cpp.tex
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/latex/class_autolink___test.tex
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/latex/files.tex
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/autolink/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/class_8h_source.html
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/class_test.html
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/files.html
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/class/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/class/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/class/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/class/latex/class_test.tex
-${PLIST.latex}share/doc/doxygen/html/examples/class/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/class/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/class/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/define_8h.html
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/define_8h_source.html
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/files.html
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/globals.html
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/globals_defs.html
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/define/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/define/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/define/latex/define_8h.tex
-${PLIST.latex}share/doc/doxygen/html/examples/define/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/define/latex/files.tex
-${PLIST.latex}share/doc/doxygen/html/examples/define/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/define/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_a-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_a.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_a__coll__graph.map
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_a__coll__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_a__coll__graph.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_a__inherit__graph.map
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_a__inherit__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_a__inherit__graph.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_b-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_b.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_b__coll__graph.map
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_b__coll__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_b__coll__graph.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_b__inherit__graph.map
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_b__inherit__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_b__inherit__graph.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_c-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_c.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_c__coll__graph.map
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_c__coll__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_c__coll__graph.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_c__inherit__graph.map
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_c__inherit__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_c__inherit__graph.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_d-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_d.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_d__coll__graph.map
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_d__coll__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_d__coll__graph.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_d__inherit__graph.map
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_d__inherit__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_d__inherit__graph.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_e-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_e.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_e__coll__graph.map
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_e__coll__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_e__coll__graph.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_e__inherit__graph.map
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_e__inherit__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/class_e__inherit__graph.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__a_8h.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__a_8h__dep__incl.map
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__a_8h__dep__incl.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__a_8h__dep__incl.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__a_8h_source.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__b_8h.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__b_8h__dep__incl.map
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__b_8h__dep__incl.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__b_8h__dep__incl.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__b_8h_source.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__c_8h.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__c_8h__dep__incl.map
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__c_8h__dep__incl.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__c_8h__dep__incl.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__c_8h__incl.map
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__c_8h__incl.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__c_8h__incl.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__c_8h_source.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__d_8h.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__d_8h__dep__incl.map
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__d_8h__dep__incl.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__d_8h__dep__incl.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__d_8h__incl.map
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__d_8h__incl.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__d_8h__incl.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__d_8h_source.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__e_8h.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__e_8h__incl.map
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__e_8h__incl.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__e_8h__incl.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/diagrams__e_8h_source.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/files.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/functions_vars.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/graph_legend.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/graph_legend.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/graph_legend.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/hierarchy.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/inherit_graph_0.map
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/inherit_graph_0.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/inherit_graph_0.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/inherits.html
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_a.tex
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_a__coll__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_a__coll__graph.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_a__inherit__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_a__inherit__graph.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_b.tex
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_b__coll__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_b__coll__graph.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_b__inherit__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_b__inherit__graph.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_c.tex
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_c__coll__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_c__coll__graph.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_c__inherit__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_c__inherit__graph.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_d.tex
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_d__coll__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_d__coll__graph.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_d__inherit__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_d__inherit__graph.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_e.tex
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_e__coll__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_e__coll__graph.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_e__inherit__graph.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/class_e__inherit__graph.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/diagrams__a_8h.tex
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/diagrams__a_8h__dep__incl.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/diagrams__a_8h__dep__incl.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/diagrams__b_8h.tex
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/diagrams__b_8h__dep__incl.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/diagrams__b_8h__dep__incl.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/diagrams__c_8h.tex
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/diagrams__c_8h__dep__incl.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/diagrams__c_8h__dep__incl.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/diagrams__c_8h__incl.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/diagrams__c_8h__incl.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/diagrams__d_8h.tex
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/diagrams__d_8h__dep__incl.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/diagrams__d_8h__dep__incl.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/diagrams__d_8h__incl.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/diagrams__d_8h__incl.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/diagrams__e_8h.tex
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/diagrams__e_8h__incl.md5
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/diagrams__e_8h__incl.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/files.tex
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/hierarchy.tex
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/diagrams/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/bdwn.png
-${PLIST.cs}${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/classdocstring_1_1PyClass-members.html
-${PLIST.cs}${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/classdocstring_1_1PyClass.html
-${PLIST.ci}${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/classdocstring_1_1_py_class-members.html
-${PLIST.ci}${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/classdocstring_1_1_py_class.html
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/docstring_8py.html
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/files.html
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/functions_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/namespacedocstring.html
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/namespacemembers.html
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/namespacemembers_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/namespaces.html
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/latex/annotated.tex
-${PLIST.cs}${PLIST.latex}share/doc/doxygen/html/examples/docstring/latex/classdocstring_1_1PyClass.tex
-${PLIST.ci}${PLIST.latex}share/doc/doxygen/html/examples/docstring/latex/classdocstring_1_1_py_class.tex
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/latex/docstring_8py.tex
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/latex/files.tex
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/latex/namespacedocstring.tex
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/latex/namespaces.tex
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/docstring/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/class_enum___test-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/class_enum___test.html
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/enum_8h_source.html
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/files.html
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/functions_enum.html
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/functions_eval.html
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/enum/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/enum/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/enum/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/enum/latex/class_enum___test.tex
-${PLIST.latex}share/doc/doxygen/html/examples/enum/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/enum/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/enum/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/class_example___test-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/class_example___test.html
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/example_test_8cpp-example.html
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/examples.html
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/functions_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/example/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/example/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/example/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/example/latex/class_example___test.tex
-${PLIST.latex}share/doc/doxygen/html/examples/example/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/example/latex/example_test_8cpp-example.tex
-${PLIST.latex}share/doc/doxygen/html/examples/example/latex/examples.tex
-${PLIST.latex}share/doc/doxygen/html/examples/example/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/example/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/file_8h.html
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/file_8h_source.html
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/files.html
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/globals.html
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/globals_vars.html
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/file/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/file/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/file/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/file/latex/file_8h.tex
-${PLIST.latex}share/doc/doxygen/html/examples/file/latex/files.tex
-${PLIST.latex}share/doc/doxygen/html/examples/file/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/file/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/class_fn___test-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/class_fn___test.html
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/files.html
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/func_8h_source.html
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/functions_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/func/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/func/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/func/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/func/latex/class_fn___test.tex
-${PLIST.latex}share/doc/doxygen/html/examples/func/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/func/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/func/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/class_c1.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/class_c2.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/class_c3.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/class_c4.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/class_c5.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/files.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/globals.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/globals_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/group_8cpp.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/group__group1.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/group__group2.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/group__group3.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/group__group4.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/group__group5.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/modules.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/namespace_n1.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/namespaces.html
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/group/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/class_c1.tex
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/class_c2.tex
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/class_c3.tex
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/class_c4.tex
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/class_c5.tex
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/files.tex
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/group_8cpp.tex
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/group__group1.tex
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/group__group2.tex
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/group__group3.tex
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/group__group4.tex
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/group__group5.tex
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/modules.tex
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/namespace_n1.tex
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/namespaces.tex
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/group/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/class_include___test-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/class_include___test.html
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/functions_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/pag_example.html
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/pages.html
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/include/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/include/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/include/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/include/latex/class_include___test.tex
-${PLIST.latex}share/doc/doxygen/html/examples/include/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/include/latex/pag_example.tex
-${PLIST.latex}share/doc/doxygen/html/examples/include/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/include/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/class_javadoc___test-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/class_javadoc___test.html
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/functions_enum.html
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/functions_eval.html
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/functions_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/functions_vars.html
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/latex/class_javadoc___test.tex
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/jdstyle/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/files.html
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/functions_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/functions_vars.html
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/globals.html
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/globals_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/hierarchy.html
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/manual_8c.html
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/struct_car-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/struct_car.html
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/struct_car.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/struct_object-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/struct_object.html
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/struct_object.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/struct_truck-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/struct_truck.html
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/struct_truck.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/struct_vehicle-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/struct_vehicle.html
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/struct_vehicle.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/manual/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/files.tex
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/hierarchy.tex
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/manual_8c.tex
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/struct_car.eps
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/struct_car.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/struct_car.tex
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/struct_object.eps
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/struct_object.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/struct_object.tex
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/struct_truck.eps
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/struct_truck.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/struct_truck.tex
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/struct_vehicle.eps
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/struct_vehicle.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/manual/latex/struct_vehicle.tex
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/class_memgrp___test-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/class_memgrp___test.html
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/files.html
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/functions_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/globals.html
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/globals_defs.html
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/globals_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/memgrp_8cpp.html
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/latex/class_memgrp___test.tex
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/latex/files.tex
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/latex/memgrp_8cpp.tex
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/memgrp/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/classmux__using__with-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/classmux__using__with.html
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/classmux__using__with_1_1behavior.html
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/files.html
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/functions_vars.html
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/mux_8vhdl.html
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/mux/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/mux/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/mux/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/mux/latex/classmux__using__with.tex
-${PLIST.latex}share/doc/doxygen/html/examples/mux/latex/classmux__using__with_1_1behavior.tex
-${PLIST.latex}share/doc/doxygen/html/examples/mux/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/mux/latex/files.tex
-${PLIST.latex}share/doc/doxygen/html/examples/mux/latex/mux_8vhdl.tex
-${PLIST.latex}share/doc/doxygen/html/examples/mux/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/mux/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/class_overload___test-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/class_overload___test.html
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/functions_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/overload/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/overload/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/overload/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/overload/latex/class_overload___test.tex
-${PLIST.latex}share/doc/doxygen/html/examples/overload/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/overload/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/overload/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/page1.html
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/page2.html
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/pages.html
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/page/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/page/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/page/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/page/latex/page1.tex
-${PLIST.latex}share/doc/doxygen/html/examples/page/latex/page2.tex
-${PLIST.latex}share/doc/doxygen/html/examples/page/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/page/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/class_par___test.html
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/par/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/par/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/par/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/par/latex/class_par___test.tex
-${PLIST.latex}share/doc/doxygen/html/examples/par/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/par/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/par/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/classes.html
-${PLIST.cs}${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/classpyexample_1_1PyClass-members.html
-${PLIST.cs}${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/classpyexample_1_1PyClass.html
-${PLIST.ci}${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/classpyexample_1_1_py_class-members.html
-${PLIST.ci}${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/classpyexample_1_1_py_class.html
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/functions_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/functions_vars.html
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/namespacemembers.html
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/namespacemembers_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/namespacepyexample.html
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/namespaces.html
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/latex/annotated.tex
-${PLIST.cs}${PLIST.latex}share/doc/doxygen/html/examples/pyexample/latex/classpyexample_1_1PyClass.tex
-${PLIST.ci}${PLIST.latex}share/doc/doxygen/html/examples/pyexample/latex/classpyexample_1_1_py_class.tex
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/latex/namespacepyexample.tex
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/latex/namespaces.tex
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/pyexample/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/class_q_tstyle___test-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/class_q_tstyle___test.html
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/functions_enum.html
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/functions_eval.html
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/functions_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/functions_vars.html
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/latex/class_q_tstyle___test.tex
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/qtstyle/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/class_string-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/class_string.html
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/functions_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/functions_rela.html
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/relates/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/relates/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/relates/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/relates/latex/class_string.tex
-${PLIST.latex}share/doc/doxygen/html/examples/relates/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/relates/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/relates/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/files.html
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/functions_vars.html
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/globals.html
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/globals_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/globals_type.html
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/restypedef_8cpp.html
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/struct_coord_struct-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/struct_coord_struct.html
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/latex/files.tex
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/latex/restypedef_8cpp.tex
-${PLIST.latex}share/doc/doxygen/html/examples/restypedef/latex/struct_coord_struct.tex
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/files.html
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/globals.html
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/globals_defs.html
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/globals_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/globals_type.html
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/globals_vars.html
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/structcmd_8h.html
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/structcmd_8h_source.html
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/latex/files.tex
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/structcmd/latex/structcmd_8h.tex
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/class_tag-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/class_tag.html
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/class_tag.png
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/functions_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/hierarchy.html
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/tag/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/tag/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/tag/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/tag/latex/class_tag.eps
-${PLIST.latex}share/doc/doxygen/html/examples/tag/latex/class_tag.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/tag/latex/class_tag.tex
-${PLIST.latex}share/doc/doxygen/html/examples/tag/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/tag/latex/hierarchy.tex
-${PLIST.latex}share/doc/doxygen/html/examples/tag/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/tag/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/classns_1_1itcl__class-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/classns_1_1itcl__class.html
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/classns_1_1oo__class-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/classns_1_1oo__class.html
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/files.html
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/functions_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/functions_vars.html
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/globals.html
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/globals_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/namespacemembers.html
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/namespacemembers_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/namespacens.html
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/namespaces.html
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/html/tclexample_8tcl.html
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/latex/classns_1_1itcl__class.tex
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/latex/classns_1_1oo__class.tex
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/latex/files.tex
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/latex/namespacens.tex
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/latex/namespaces.tex
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/examples/tclexample/latex/tclexample_8tcl.tex
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/annotated.html
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/bc_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/bdwn.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/class_test-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/class_test.html
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/class_test_3_01_t_01_5_01_4-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/class_test_3_01_t_01_5_01_4.html
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/class_test_3_01_t_01_5_01_4.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/class_test_3_01void_01_5_00_01200_01_4-members.html
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/class_test_3_01void_01_5_00_01200_01_4.html
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/class_test_3_01void_01_5_00_01200_01_4.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/classes.html
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/closed.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/doc.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/doxygen.css
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/doxygen.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/dynsections.js
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/functions.html
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/functions_func.html
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/hierarchy.html
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/index.html
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/menu.js
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/menudata.js
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/open.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/examples/template/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/examples/template/latex/Makefile
-${PLIST.latex}share/doc/doxygen/html/examples/template/latex/annotated.tex
-${PLIST.latex}share/doc/doxygen/html/examples/template/latex/class_test.tex
-${PLIST.latex}share/doc/doxygen/html/examples/template/latex/class_test_3_01_t_01_5_01_4.eps
-${PLIST.latex}share/doc/doxygen/html/examples/template/latex/class_test_3_01_t_01_5_01_4.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/template/latex/class_test_3_01_t_01_5_01_4.tex
-${PLIST.latex}share/doc/doxygen/html/examples/template/latex/class_test_3_01void_01_5_00_01200_01_4.eps
-${PLIST.latex}share/doc/doxygen/html/examples/template/latex/class_test_3_01void_01_5_00_01200_01_4.pdf
-${PLIST.latex}share/doc/doxygen/html/examples/template/latex/class_test_3_01void_01_5_00_01200_01_4.tex
-${PLIST.latex}share/doc/doxygen/html/examples/template/latex/doxygen.sty
-${PLIST.latex}share/doc/doxygen/html/examples/template/latex/hierarchy.tex
-${PLIST.latex}share/doc/doxygen/html/examples/template/latex/refman.tex
-${PLIST.latex}share/doc/doxygen/html/examples/template/latex/refman_doc.tex
-${PLIST.latex}share/doc/doxygen/html/external.html
-${PLIST.latex}share/doc/doxygen/html/extsearch.html
-${PLIST.latex}share/doc/doxygen/html/extsearch_flow.png
-${PLIST.latex}share/doc/doxygen/html/faq.html
-${PLIST.latex}share/doc/doxygen/html/features.html
-${PLIST.latex}share/doc/doxygen/html/folderclosed.png
-${PLIST.latex}share/doc/doxygen/html/folderopen.png
-${PLIST.latex}share/doc/doxygen/html/form_0.png
-${PLIST.latex}share/doc/doxygen/html/form_1.png
-${PLIST.latex}share/doc/doxygen/html/form_10.png
-${PLIST.latex}share/doc/doxygen/html/form_11.png
-${PLIST.latex}share/doc/doxygen/html/form_12.png
-${PLIST.latex}share/doc/doxygen/html/form_2.png
-${PLIST.latex}share/doc/doxygen/html/form_3.png
-${PLIST.latex}share/doc/doxygen/html/form_4.png
-${PLIST.latex}share/doc/doxygen/html/form_5.png
-${PLIST.latex}share/doc/doxygen/html/form_6.png
-${PLIST.latex}share/doc/doxygen/html/form_7.png
-${PLIST.latex}share/doc/doxygen/html/form_8.png
-${PLIST.latex}share/doc/doxygen/html/form_9.png
-${PLIST.latex}share/doc/doxygen/html/formula.repository
-${PLIST.latex}share/doc/doxygen/html/formulas.html
-${PLIST.latex}share/doc/doxygen/html/grouping.html
-${PLIST.latex}share/doc/doxygen/html/htmlcmds.html
-${PLIST.latex}share/doc/doxygen/html/index.html
-${PLIST.latex}share/doc/doxygen/html/infoflow.png
-${PLIST.latex}share/doc/doxygen/html/install.html
-${PLIST.latex}share/doc/doxygen/html/jquery.js
-${PLIST.latex}share/doc/doxygen/html/langhowto.html
-${PLIST.latex}share/doc/doxygen/html/lists.html
-${PLIST.latex}share/doc/doxygen/html/markdown.html
-${PLIST.latex}share/doc/doxygen/html/nav_f.png
-${PLIST.latex}share/doc/doxygen/html/nav_g.png
-${PLIST.latex}share/doc/doxygen/html/nav_h.png
-${PLIST.latex}share/doc/doxygen/html/navtree.css
-${PLIST.latex}share/doc/doxygen/html/navtree.js
-${PLIST.latex}share/doc/doxygen/html/navtreedata.js
-${PLIST.latex}share/doc/doxygen/html/navtreeindex0.js
-${PLIST.latex}share/doc/doxygen/html/navtreeindex1.js
-${PLIST.latex}share/doc/doxygen/html/open.png
-${PLIST.latex}share/doc/doxygen/html/output.html
-${PLIST.latex}share/doc/doxygen/html/pages.html
-${PLIST.latex}share/doc/doxygen/html/perlmod.html
-${PLIST.latex}share/doc/doxygen/html/perlmod_tree.html
-${PLIST.latex}share/doc/doxygen/html/preprocessing.html
-${PLIST.latex}share/doc/doxygen/html/resize.js
-${PLIST.latex}share/doc/doxygen/html/searching.html
-${PLIST.latex}share/doc/doxygen/html/searching.js
-${PLIST.latex}share/doc/doxygen/html/splitbar.png
-${PLIST.latex}share/doc/doxygen/html/starting.html
-${PLIST.latex}share/doc/doxygen/html/sync_off.png
-${PLIST.latex}share/doc/doxygen/html/sync_on.png
-${PLIST.latex}share/doc/doxygen/html/tab_a.png
-${PLIST.latex}share/doc/doxygen/html/tab_b.png
-${PLIST.latex}share/doc/doxygen/html/tab_h.png
-${PLIST.latex}share/doc/doxygen/html/tab_s.png
-${PLIST.latex}share/doc/doxygen/html/tables.html
-${PLIST.latex}share/doc/doxygen/html/tabs.css
-${PLIST.latex}share/doc/doxygen/html/trouble.html
-${PLIST.latex}share/doc/doxygen/html/xmlcmds.html
diff --git a/doxygen/TODO b/doxygen/TODO
deleted file mode 100644
index 78c63007a3..0000000000
--- a/doxygen/TODO
+++ /dev/null
@@ -1,47 +0,0 @@
-[X] Feature HTML_DYNAMIC_MENUS=NO is broken with current pkgsrc package 1.8.13
-    => Updated to 1.8.15
-    HTML-Menus are now working without JavaScript again
-[X] Master sites look dead
-    => Set new one
-[X] LaTeX option is disabled because it was broken in the past
-    => Added new dependencies:
-       - print/tex-adjustbox
-       - print/tex-appendix
-       - devel/tex-etoolbox
-       - print/tex-import
-       - print/tex-hanging
-       - print/tex-pgf
-       - print/tex-tabu
-       - print/tex-ulem
-    => Created packages for missing dependencies:
-       - wip/tex-etoc
-       - wip/tex-listofitems
-       - wip/tex-stackengine
-       - wip/tex-newunicodechar
-    => Reenable option "latex"
-[X] Removed patch "patch-src_xmlgen.cpp"
-    Merged upstream
-[X] Dependency graphviz no longer has option "pangocairo"
-    => Remove handling of that build option from Makefile
-[X] Configure installation path for documentation to pkgsrc convention
-    => Added cmake argument DOC_INSTALL_DIR:STRING=share/doc/doxygen
-[X] Don't install man pages for optional programs that are not built
-    Found now way to prevent installation
-    => Delete them in DESTDIR after installation
-[X] PLIST updated
-    Recreated PLIST
-    => Removed alternative *.dot files for option "nopangocairo"
-    => Removed man pages for uninstalled programs
-[X] Test on GNU/Linux
-[X] Test on NetBSD
-    HTML documentation contains references to working directory
-    => Removed dollar signs to prevent variable expansion
-[X] pklint complains about man vs. ${PKGMANDIR}
-    => Fixed
-[X] Tests
-    Test target available ("tests")
-    => Enable it
-[X] Test building with clang/clang++
-    => Passed
-[ ] Export of PKG_OPTIONS.graphviz in graphics/graphviz bl3 can be removed
-    (if no other package need it)
diff --git a/doxygen/distinfo b/doxygen/distinfo
deleted file mode 100644
index 3e17eb273d..0000000000
--- a/doxygen/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD$
-
-SHA1 (doxygen-1.8.15.src.tar.gz) = bb5d7456a7ff63768e8755762860d64debd3a4ff
-RMD160 (doxygen-1.8.15.src.tar.gz) = c9f14928c77410d2f71568d4602a489d8ab889d9
-SHA512 (doxygen-1.8.15.src.tar.gz) = a5512e78be66c1591d8ec7e284d5d25c92a97218c79e6fed3c538c723a8dfef4ff7085970bf271a6b639e907157cd4df9fb55d3c975f8d3302fb1012a4d92079
-Size (doxygen-1.8.15.src.tar.gz) = 5097791 bytes
-SHA1 (patch-ac) = 87c68a2ce598c10d90d775764f4c05739eb51435
-SHA1 (patch-ah) = c1a7f35fe2adcfd094c3ba0f81fee47a027bcf82
diff --git a/doxygen/options.mk b/doxygen/options.mk
deleted file mode 100644
index e7c6e68128..0000000000
--- a/doxygen/options.mk
+++ /dev/null
@@ -1,66 +0,0 @@
-# $NetBSD$
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.doxygen
-PKG_SUPPORTED_OPTIONS=	latex
-PKG_SUGGESTED_OPTIONS=	latex
-
-.include "../../mk/bsd.options.mk"
-
-PLIST_VARS+=		latex
-
-.if !empty(PKG_OPTIONS:Mlatex)
-PLIST.latex=		yes
-
-CMAKE_ARGS+=		-Dbuild_doc:BOOL=YES
-BUILD_TARGET=		all docs
-
-# XXX Clearly separate what is build time vs runtime, and move
-# build-time dependencies into USE_TOOLS framework.
-
-BUILD_DEPENDS+=	tex-epsf-[0-9]*:../../print/tex-epsf
-DEPENDS+=	dvipsk-[0-9]*:../../print/dvipsk
-DEPENDS+=	makeindexk-[0-9]*:../../textproc/makeindexk
-DEPENDS+=	tex-a4wide>=2010nb1:../../print/tex-a4wide
-DEPENDS+=	tex-cm-super-[0-9]*:../../fonts/tex-cm-super
-DEPENDS+=	tex-ec-[0-9]*:../../fonts/tex-ec
-DEPENDS+=	tex-epstopdf-[0-9]*:../../graphics/tex-epstopdf
-DEPENDS+=	tex-latex-bin-[0-9]*:../../print/tex-latex-bin
-DEPENDS+=	tex-rsfs-[0-9]*:../../fonts/tex-rsfs
-
-#
-# Styles used by Doxygen output.
-#
-DEPENDS+=	tex-adjustbox-[0-9]*:../../print/tex-adjustbox
-DEPENDS+=	tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
-DEPENDS+=	tex-appendix-[0-9]*:../../print/tex-appendix
-DEPENDS+=	tex-colortbl-[0-9]*:../../print/tex-colortbl
-DEPENDS+=	tex-etoc-[0-9]*:../../print/tex-etoc
-DEPENDS+=	tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
-DEPENDS+=	tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr
-DEPENDS+=	tex-float-[0-9]*:../../print/tex-float
-DEPENDS+=	tex-geometry-[0-9]*:../../print/tex-geometry
-DEPENDS+=	tex-graphics-[0-9]*:../../print/tex-graphics
-DEPENDS+=	tex-hanging-[0-9]*:../../print/tex-hanging
-DEPENDS+=	tex-hyperref-[0-9]*:../../print/tex-hyperref
-DEPENDS+=	tex-import-[0-9]*:../../print/tex-import
-DEPENDS+=	tex-latex-[0-9]*:../../print/tex-latex
-DEPENDS+=	tex-listings-[0-9]*:../../print/tex-listings
-DEPENDS+=	tex-listofitems-[0-9]*:../../print/tex-listofitems
-DEPENDS+=	tex-multirow-[0-9]*:../../print/tex-multirow
-DEPENDS+=	tex-newunicodechar-[0-9]*:../../print/tex-newunicodechar
-DEPENDS+=	tex-natbib-[0-9]*:../../print/tex-natbib
-DEPENDS+=	tex-oberdiek-[0-9]*:../../print/tex-oberdiek
-DEPENDS+=	tex-pgf-[0-9]*:../../print/tex-pgf
-DEPENDS+=	tex-psnfss>=9.2anb2:../../fonts/tex-psnfss
-DEPENDS+=	tex-pspicture-[0-9]*:../../print/tex-pspicture
-DEPENDS+=	tex-sectsty-[0-9]*:../../print/tex-sectsty
-DEPENDS+=	tex-stackengine-[0-9]*:../../print/tex-stackengine
-DEPENDS+=	tex-tabu-[0-9]*:../../print/tex-tabu
-DEPENDS+=	tex-tocloft-[0-9]*:../../print/tex-tocloft
-DEPENDS+=	tex-tools-[0-9]*:../../print/tex-tools
-DEPENDS+=	tex-ulem-[0-9]*:../../print/tex-ulem
-DEPENDS+=	tex-wasysym-[0-9]*:../../fonts/tex-wasysym
-DEPENDS+=	tex-xcolor-[0-9]*:../../print/tex-xcolor
-DEPENDS+=	tex-xtab-[0-9]*:../../print/tex-xtab
-
-.endif
diff --git a/doxygen/patches/patch-ac b/doxygen/patches/patch-ac
deleted file mode 100644
index 3490be6ca7..0000000000
--- a/doxygen/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Add DragonFly
-
---- qtools/qglobal.h.orig	2009-10-25 15:44:29.000000000 +0000
-+++ qtools/qglobal.h
-@@ -118,7 +121,7 @@
- #define _OS_RELIANTUNIX_
- #elif defined(linux) || defined(__linux) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)
- #define _OS_LINUX_
--#elif defined(__FreeBSD__)
-+#elif defined(__FreeBSD__) || defined(__DragonFly__)
- #define _OS_FREEBSD_
- #elif defined(__NetBSD__)
- #define _OS_NETBSD_
diff --git a/doxygen/patches/patch-ah b/doxygen/patches/patch-ah
deleted file mode 100644
index 75294c6c2d..0000000000
--- a/doxygen/patches/patch-ah
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD$
-
-date: 2005-10-13 21:15:58 +0900;  author: markd;  state: Exp;
-The latest doxygen encodes the source directory path into some of the
-output filenames.  This is problematic in a pkgsrc context as it means
-WRKDIR pathnames can appear in generated filenames.  Fix by reverting
-to the old way of naming the files.  Bump PKGREVISION.
-
---- src/dirdef.cpp.orig	2012-05-28 23:17:06.000000000 +0900
-+++ src/dirdef.cpp	2012-06-23 11:52:57.000000000 +0900
-@@ -108,7 +108,8 @@
- {
-   //printf("DirDef::getOutputFileBase() %s->dir_%s\n",
-   //    m_diskName.data(),encodeDirName(m_diskName).data());
--  return "dir_"+encodeDirName(m_diskName);
-+  //return "dir_"+encodeDirName(name());
-+  return QCString().sprintf("dir_%06d",m_dirCount);
- }
- 
- void DirDef::writeDetailedDescription(OutputList &ol,const QCString &title)


Home | Main Index | Thread Index | Old Index