Wed Mar 23 19:24:35 2011 UTC ()
Add latex option, currently defaulting to on.
With latex option, depend on latex at both build and runtime.
Without latex option, avoid both build- and run-time dependencies.

(This commit should have no effect unless one adds
PKG_OPTIONS.doxygen=-latex.)

(Opinions were generally in favor of changing the default to not
require latex, but it seems best not to do that right before a freeze,
so I'm leaving it for another day.)


(gdt)
diff -r1.82 -r1.83 pkgsrc/devel/doxygen/Makefile
diff -r1.27 -r1.28 pkgsrc/devel/doxygen/PLIST
diff -r0 -r1.1 pkgsrc/devel/doxygen/options.mk

cvs diff -r1.82 -r1.83 pkgsrc/devel/doxygen/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/doxygen/Makefile 2011/03/18 23:51:16 1.82
+++ pkgsrc/devel/doxygen/Makefile 2011/03/23 19:24:35 1.83
@@ -1,45 +1,27 @@ @@ -1,45 +1,27 @@
1# $NetBSD: Makefile,v 1.82 2011/03/18 23:51:16 minskim Exp $ 1# $NetBSD: Makefile,v 1.83 2011/03/23 19:24:35 gdt Exp $
2 2
3DISTNAME= doxygen-1.6.3.src 3DISTNAME= doxygen-1.6.3.src
4PKGNAME= ${DISTNAME:S/.src//} 4PKGNAME= ${DISTNAME:S/.src//}
5PKGREVISION= 4 5PKGREVISION= 4
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ \ 7MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ \
8 http://ftp.stack.nl/pub/users/dimitri/ 8 http://ftp.stack.nl/pub/users/dimitri/
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.doxygen.org/ 11HOMEPAGE= http://www.doxygen.org/
12COMMENT= Documentation system for C++, Java, IDL and C 12COMMENT= Documentation system for C++, Java, IDL and C
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15BUILD_DEPENDS+= tex-epsf-[0-9]*:../../print/tex-epsf 
16BUILD_DEPENDS+= tex-tocloft-[0-9]*:../../print/tex-tocloft 
17DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk 
18DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk 
19DEPENDS+= tex-a4wide>=2010nb1:../../print/tex-a4wide 
20DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr 
21DEPENDS+= tex-float-[0-9]*:../../print/tex-float 
22DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics 
23DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref 
24DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex 
25DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin 
26DEPENDS+= tex-listings-[0-9]*:../../print/tex-listings 
27DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek 
28DEPENDS+= tex-psnfss>=9.2anb2:../../fonts/tex-psnfss 
29DEPENDS+= tex-pspicture-[0-9]*:../../print/tex-pspicture 
30DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools 
31DEPENDS+= texlive-pdftools-[0-9]*:../../print/texlive-pdftools 
32 
33PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
34 16
35WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 17WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
36UNLIMIT_RESOURCES+= datasize 18UNLIMIT_RESOURCES+= datasize
37USE_TOOLS+= gmake gs:run perl:run bison flex 19USE_TOOLS+= gmake gs:run perl:run bison flex
38USE_LANGUAGES= c c++ 20USE_LANGUAGES= c c++
39HAS_CONFIGURE= yes 21HAS_CONFIGURE= yes
40CONFIGURE_ARGS+= --make ${GMAKE} 22CONFIGURE_ARGS+= --make ${GMAKE}
41CONFIGURE_ARGS+= --perl ${PERL5} 23CONFIGURE_ARGS+= --perl ${PERL5}
42CONFIGURE_ARGS+= --install ${INSTALL} 24CONFIGURE_ARGS+= --install ${INSTALL}
43CONFIGURE_ARGS+= --dot ${PREFIX}/bin/dot 25CONFIGURE_ARGS+= --dot ${PREFIX}/bin/dot
44CONFIGURE_ARGS+= --prefix ${PREFIX} 26CONFIGURE_ARGS+= --prefix ${PREFIX}
45CONFIGURE_ARGS+= --docdir ${PREFIX}/share/doc/doxygen 27CONFIGURE_ARGS+= --docdir ${PREFIX}/share/doc/doxygen
@@ -59,36 +41,39 @@ SUBST_STAGE.perlbin= pre-configure @@ -59,36 +41,39 @@ SUBST_STAGE.perlbin= pre-configure
59SUBST_MESSAGE.perlbin= Fixing hardcoded path to the Perl interpreter 41SUBST_MESSAGE.perlbin= Fixing hardcoded path to the Perl interpreter
60SUBST_FILES.perlbin= examples/tag.cfg 42SUBST_FILES.perlbin= examples/tag.cfg
61SUBST_SED.perlbin= -e 's,^PERL_PATH.*,PERL_PATH = ${PERL5},' 43SUBST_SED.perlbin= -e 's,^PERL_PATH.*,PERL_PATH = ${PERL5},'
62 44
63SUBST_CLASSES+= epstopdf 45SUBST_CLASSES+= epstopdf
64SUBST_STAGE.epstopdf= pre-configure 46SUBST_STAGE.epstopdf= pre-configure
65SUBST_MESSAGE.epstopdf= Fixing path to epstopdf 47SUBST_MESSAGE.epstopdf= Fixing path to epstopdf
66SUBST_FILES.epstopdf= src/diagram.cpp src/docparser.cpp src/dot.cpp \ 48SUBST_FILES.epstopdf= src/diagram.cpp src/docparser.cpp src/dot.cpp \
67 src/msc.cpp 49 src/msc.cpp
68SUBST_SED.epstopdf= -e 's,"epstopdf","${LOCALBASE}/bin/epstopdf",g' 50SUBST_SED.epstopdf= -e 's,"epstopdf","${LOCALBASE}/bin/epstopdf",g'
69 51
70PRIVILEGED_STAGES+= clean 52PRIVILEGED_STAGES+= clean
71 53
72INSTALL_TARGET= install install_docs 54# Just install the binary and the man page. (If the latex option
 55# is enabled, this target will be augmented.)
 56INSTALL_TARGET= install
73 57
74.include "../../mk/bsd.prefs.mk" 58.include "../../mk/bsd.prefs.mk"
75 59
76.if ${OPSYS} == "Darwin" 60.if ${OPSYS} == "Darwin"
77PLIST.ci= yes # case-insensitive 61PLIST.ci= yes # case-insensitive
78.else 62.else
79PLIST.cs= yes # case-sensitive 63PLIST.cs= yes # case-sensitive
80.endif 64.endif
81 65
82.if ${OPSYS} == "DragonFly" 66.if ${OPSYS} == "DragonFly"
83CONFIGURE_ARGS+= -platform freebsd-g++ 67CONFIGURE_ARGS+= -platform freebsd-g++
84.endif 68.endif
85 69
86post-patch: 70post-patch:
87 touch ${WRKSRC}/src/doxytag.l 71 touch ${WRKSRC}/src/doxytag.l
88 72
89BUILDLINK_API_DEPENDS.graphviz+= graphviz>=2.12nb1 73BUILDLINK_API_DEPENDS.graphviz+= graphviz>=2.12nb1
90 74
 75.include "options.mk"
91.include "../../converters/libiconv/buildlink3.mk" 76.include "../../converters/libiconv/buildlink3.mk"
92.include "../../graphics/graphviz/buildlink3.mk" 77.include "../../graphics/graphviz/buildlink3.mk"
93.include "../../lang/python/application.mk" 78.include "../../lang/python/application.mk"
94.include "../../mk/bsd.pkg.mk" 79.include "../../mk/bsd.pkg.mk"

cvs diff -r1.27 -r1.28 pkgsrc/devel/doxygen/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/doxygen/PLIST 2010/06/02 04:17:02 1.27
+++ pkgsrc/devel/doxygen/PLIST 2011/03/23 19:24:35 1.28
@@ -1,1036 +1,1036 @@ @@ -1,1036 +1,1036 @@
1@comment $NetBSD: PLIST,v 1.27 2010/06/02 04:17:02 adam Exp $ 1@comment $NetBSD: PLIST,v 1.28 2011/03/23 19:24:35 gdt Exp $
2bin/doxygen 2bin/doxygen
3bin/doxytag 3bin/doxytag
4man/man1/doxygen.1 4man/man1/doxygen.1
5man/man1/doxytag.1 5man/man1/doxytag.1
6share/doc/doxygen/doxygen_manual.pdf 6${PLIST.latex}share/doc/doxygen/doxygen_manual.pdf
7share/doc/doxygen/examples/Makefile 7${PLIST.latex}share/doc/doxygen/examples/Makefile
8share/doc/doxygen/examples/Makefile.in 8${PLIST.latex}share/doc/doxygen/examples/Makefile.in
9share/doc/doxygen/examples/Makefile.win.in 9${PLIST.latex}share/doc/doxygen/examples/Makefile.win.in
10share/doc/doxygen/examples/afterdoc.cfg 10${PLIST.latex}share/doc/doxygen/examples/afterdoc.cfg
11share/doc/doxygen/examples/afterdoc.h 11${PLIST.latex}share/doc/doxygen/examples/afterdoc.h
12share/doc/doxygen/examples/afterdoc/html/afterdoc_8h_source.html 12${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/afterdoc_8h_source.html
13share/doc/doxygen/examples/afterdoc/html/annotated.html 13${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/annotated.html
14share/doc/doxygen/examples/afterdoc/html/class_test-members.html 14${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/class_test-members.html
15share/doc/doxygen/examples/afterdoc/html/class_test.html 15${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/class_test.html
16share/doc/doxygen/examples/afterdoc/html/classes.html 16${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/classes.html
17share/doc/doxygen/examples/afterdoc/html/doxygen.css 17${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/doxygen.css
18share/doc/doxygen/examples/afterdoc/html/doxygen.png 18${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/doxygen.png
19share/doc/doxygen/examples/afterdoc/html/files.html 19${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/files.html
20share/doc/doxygen/examples/afterdoc/html/functions.html 20${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/functions.html
21share/doc/doxygen/examples/afterdoc/html/functions_enum.html 21${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/functions_enum.html
22share/doc/doxygen/examples/afterdoc/html/functions_eval.html 22${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/functions_eval.html
23share/doc/doxygen/examples/afterdoc/html/functions_func.html 23${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/functions_func.html
24share/doc/doxygen/examples/afterdoc/html/functions_vars.html 24${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/functions_vars.html
25share/doc/doxygen/examples/afterdoc/html/index.html 25${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/index.html
26share/doc/doxygen/examples/afterdoc/html/installdox 26${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/installdox
27share/doc/doxygen/examples/afterdoc/html/search/all_65.html 27${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/all_65.html
28share/doc/doxygen/examples/afterdoc/html/search/all_6d.html 28${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/all_6d.html
29share/doc/doxygen/examples/afterdoc/html/search/all_74.html 29${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/all_74.html
30share/doc/doxygen/examples/afterdoc/html/search/all_76.html 30${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/all_76.html
31share/doc/doxygen/examples/afterdoc/html/search/classes_74.html 31${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/classes_74.html
32share/doc/doxygen/examples/afterdoc/html/search/close.png 32${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/close.png
33share/doc/doxygen/examples/afterdoc/html/search/enums_65.html 33${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/enums_65.html
34share/doc/doxygen/examples/afterdoc/html/search/enumvalues_65.html 34${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/enumvalues_65.html
35share/doc/doxygen/examples/afterdoc/html/search/functions_6d.html 35${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/functions_6d.html
36share/doc/doxygen/examples/afterdoc/html/search/nomatches.html 36${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/nomatches.html
37share/doc/doxygen/examples/afterdoc/html/search/search.css 37${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/search.css
38share/doc/doxygen/examples/afterdoc/html/search/search.js 38${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/search.js
39share/doc/doxygen/examples/afterdoc/html/search/search.png 39${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/search.png
40share/doc/doxygen/examples/afterdoc/html/search/variables_76.html 40${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/variables_76.html
41share/doc/doxygen/examples/afterdoc/html/tab_b.gif 41${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/tab_b.gif
42share/doc/doxygen/examples/afterdoc/html/tab_l.gif 42${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/tab_l.gif
43share/doc/doxygen/examples/afterdoc/html/tab_r.gif 43${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/tab_r.gif
44share/doc/doxygen/examples/afterdoc/html/tabs.css 44${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/tabs.css
45share/doc/doxygen/examples/author.cfg 45${PLIST.latex}share/doc/doxygen/examples/author.cfg
46share/doc/doxygen/examples/author.cpp 46${PLIST.latex}share/doc/doxygen/examples/author.cpp
47share/doc/doxygen/examples/author/html/annotated.html 47${PLIST.latex}share/doc/doxygen/examples/author/html/annotated.html
48share/doc/doxygen/examples/author/html/bug.html 48${PLIST.latex}share/doc/doxygen/examples/author/html/bug.html
49share/doc/doxygen/examples/author/html/class_windows_n_t.html 49${PLIST.latex}share/doc/doxygen/examples/author/html/class_windows_n_t.html
50share/doc/doxygen/examples/author/html/classes.html 50${PLIST.latex}share/doc/doxygen/examples/author/html/classes.html
51share/doc/doxygen/examples/author/html/doxygen.css 51${PLIST.latex}share/doc/doxygen/examples/author/html/doxygen.css
52share/doc/doxygen/examples/author/html/doxygen.png 52${PLIST.latex}share/doc/doxygen/examples/author/html/doxygen.png
53share/doc/doxygen/examples/author/html/index.html 53${PLIST.latex}share/doc/doxygen/examples/author/html/index.html
54share/doc/doxygen/examples/author/html/installdox 54${PLIST.latex}share/doc/doxygen/examples/author/html/installdox
55share/doc/doxygen/examples/author/html/pages.html 55${PLIST.latex}share/doc/doxygen/examples/author/html/pages.html
56share/doc/doxygen/examples/author/html/search/all_77.html 56${PLIST.latex}share/doc/doxygen/examples/author/html/search/all_77.html
57share/doc/doxygen/examples/author/html/search/classes_77.html 57${PLIST.latex}share/doc/doxygen/examples/author/html/search/classes_77.html
58share/doc/doxygen/examples/author/html/search/close.png 58${PLIST.latex}share/doc/doxygen/examples/author/html/search/close.png
59share/doc/doxygen/examples/author/html/search/nomatches.html 59${PLIST.latex}share/doc/doxygen/examples/author/html/search/nomatches.html
60share/doc/doxygen/examples/author/html/search/search.css 60${PLIST.latex}share/doc/doxygen/examples/author/html/search/search.css
61share/doc/doxygen/examples/author/html/search/search.js 61${PLIST.latex}share/doc/doxygen/examples/author/html/search/search.js
62share/doc/doxygen/examples/author/html/search/search.png 62${PLIST.latex}share/doc/doxygen/examples/author/html/search/search.png
63share/doc/doxygen/examples/author/html/tab_b.gif 63${PLIST.latex}share/doc/doxygen/examples/author/html/tab_b.gif
64share/doc/doxygen/examples/author/html/tab_l.gif 64${PLIST.latex}share/doc/doxygen/examples/author/html/tab_l.gif
65share/doc/doxygen/examples/author/html/tab_r.gif 65${PLIST.latex}share/doc/doxygen/examples/author/html/tab_r.gif
66share/doc/doxygen/examples/author/html/tabs.css 66${PLIST.latex}share/doc/doxygen/examples/author/html/tabs.css
67share/doc/doxygen/examples/autolink.cfg 67${PLIST.latex}share/doc/doxygen/examples/autolink.cfg
68share/doc/doxygen/examples/autolink.cpp 68${PLIST.latex}share/doc/doxygen/examples/autolink.cpp
69share/doc/doxygen/examples/autolink/html/annotated.html 69${PLIST.latex}share/doc/doxygen/examples/autolink/html/annotated.html
70share/doc/doxygen/examples/autolink/html/autolink_8cpp.html 70${PLIST.latex}share/doc/doxygen/examples/autolink/html/autolink_8cpp.html
71share/doc/doxygen/examples/autolink/html/class_test-members.html 71${PLIST.latex}share/doc/doxygen/examples/autolink/html/class_test-members.html
72share/doc/doxygen/examples/autolink/html/class_test.html 72${PLIST.latex}share/doc/doxygen/examples/autolink/html/class_test.html
73share/doc/doxygen/examples/autolink/html/classes.html 73${PLIST.latex}share/doc/doxygen/examples/autolink/html/classes.html
74share/doc/doxygen/examples/autolink/html/doxygen.css 74${PLIST.latex}share/doc/doxygen/examples/autolink/html/doxygen.css
75share/doc/doxygen/examples/autolink/html/doxygen.png 75${PLIST.latex}share/doc/doxygen/examples/autolink/html/doxygen.png
76share/doc/doxygen/examples/autolink/html/files.html 76${PLIST.latex}share/doc/doxygen/examples/autolink/html/files.html
77share/doc/doxygen/examples/autolink/html/functions.html 77${PLIST.latex}share/doc/doxygen/examples/autolink/html/functions.html
78share/doc/doxygen/examples/autolink/html/functions_enum.html 78${PLIST.latex}share/doc/doxygen/examples/autolink/html/functions_enum.html
79share/doc/doxygen/examples/autolink/html/functions_eval.html 79${PLIST.latex}share/doc/doxygen/examples/autolink/html/functions_eval.html
80share/doc/doxygen/examples/autolink/html/functions_func.html 80${PLIST.latex}share/doc/doxygen/examples/autolink/html/functions_func.html
81share/doc/doxygen/examples/autolink/html/functions_vars.html 81${PLIST.latex}share/doc/doxygen/examples/autolink/html/functions_vars.html
82share/doc/doxygen/examples/autolink/html/globals.html 82${PLIST.latex}share/doc/doxygen/examples/autolink/html/globals.html
83share/doc/doxygen/examples/autolink/html/globals_defs.html 83${PLIST.latex}share/doc/doxygen/examples/autolink/html/globals_defs.html
84share/doc/doxygen/examples/autolink/html/globals_enum.html 84${PLIST.latex}share/doc/doxygen/examples/autolink/html/globals_enum.html
85share/doc/doxygen/examples/autolink/html/globals_eval.html 85${PLIST.latex}share/doc/doxygen/examples/autolink/html/globals_eval.html
86share/doc/doxygen/examples/autolink/html/globals_type.html 86${PLIST.latex}share/doc/doxygen/examples/autolink/html/globals_type.html
87share/doc/doxygen/examples/autolink/html/globals_vars.html 87${PLIST.latex}share/doc/doxygen/examples/autolink/html/globals_vars.html
88share/doc/doxygen/examples/autolink/html/index.html 88${PLIST.latex}share/doc/doxygen/examples/autolink/html/index.html
89share/doc/doxygen/examples/autolink/html/installdox 89${PLIST.latex}share/doc/doxygen/examples/autolink/html/installdox
90share/doc/doxygen/examples/autolink/html/search/all_61.html 90${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/all_61.html
91share/doc/doxygen/examples/autolink/html/search/all_62.html 91${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/all_62.html
92share/doc/doxygen/examples/autolink/html/search/all_65.html 92${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/all_65.html
93share/doc/doxygen/examples/autolink/html/search/all_67.html 93${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/all_67.html
94share/doc/doxygen/examples/autolink/html/search/all_6d.html 94${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/all_6d.html
95share/doc/doxygen/examples/autolink/html/search/all_74.html 95${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/all_74.html
96share/doc/doxygen/examples/autolink/html/search/all_76.html 96${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/all_76.html
97share/doc/doxygen/examples/autolink/html/search/all_7e.html 97${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/all_7e.html
98share/doc/doxygen/examples/autolink/html/search/classes_74.html 98${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/classes_74.html
99share/doc/doxygen/examples/autolink/html/search/close.png 99${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/close.png
100share/doc/doxygen/examples/autolink/html/search/defines_61.html 100${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/defines_61.html
101share/doc/doxygen/examples/autolink/html/search/enums_65.html 101${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/enums_65.html
102share/doc/doxygen/examples/autolink/html/search/enums_67.html 102${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/enums_67.html
103share/doc/doxygen/examples/autolink/html/search/enumvalues_67.html 103${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/enumvalues_67.html
104share/doc/doxygen/examples/autolink/html/search/enumvalues_76.html 104${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/enumvalues_76.html
105share/doc/doxygen/examples/autolink/html/search/files_61.html 105${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/files_61.html
106share/doc/doxygen/examples/autolink/html/search/functions_6d.html 106${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/functions_6d.html
107share/doc/doxygen/examples/autolink/html/search/functions_74.html 107${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/functions_74.html
108share/doc/doxygen/examples/autolink/html/search/functions_7e.html 108${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/functions_7e.html
109share/doc/doxygen/examples/autolink/html/search/nomatches.html 109${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/nomatches.html
110share/doc/doxygen/examples/autolink/html/search/search.css 110${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/search.css
111share/doc/doxygen/examples/autolink/html/search/search.js 111${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/search.js
112share/doc/doxygen/examples/autolink/html/search/search.png 112${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/search.png
113share/doc/doxygen/examples/autolink/html/search/typedefs_62.html 113${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/typedefs_62.html
114share/doc/doxygen/examples/autolink/html/search/variables_67.html 114${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/variables_67.html
115share/doc/doxygen/examples/autolink/html/search/variables_76.html 115${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/variables_76.html
116share/doc/doxygen/examples/autolink/html/tab_b.gif 116${PLIST.latex}share/doc/doxygen/examples/autolink/html/tab_b.gif
117share/doc/doxygen/examples/autolink/html/tab_l.gif 117${PLIST.latex}share/doc/doxygen/examples/autolink/html/tab_l.gif
118share/doc/doxygen/examples/autolink/html/tab_r.gif 118${PLIST.latex}share/doc/doxygen/examples/autolink/html/tab_r.gif
119share/doc/doxygen/examples/autolink/html/tabs.css 119${PLIST.latex}share/doc/doxygen/examples/autolink/html/tabs.css
120share/doc/doxygen/examples/class.cfg 120${PLIST.latex}share/doc/doxygen/examples/class.cfg
121share/doc/doxygen/examples/class.h 121${PLIST.latex}share/doc/doxygen/examples/class.h
122share/doc/doxygen/examples/class/html/annotated.html 122${PLIST.latex}share/doc/doxygen/examples/class/html/annotated.html
123share/doc/doxygen/examples/class/html/class_8h_source.html 123${PLIST.latex}share/doc/doxygen/examples/class/html/class_8h_source.html
124share/doc/doxygen/examples/class/html/class_test.html 124${PLIST.latex}share/doc/doxygen/examples/class/html/class_test.html
125share/doc/doxygen/examples/class/html/classes.html 125${PLIST.latex}share/doc/doxygen/examples/class/html/classes.html
126share/doc/doxygen/examples/class/html/doxygen.css 126${PLIST.latex}share/doc/doxygen/examples/class/html/doxygen.css
127share/doc/doxygen/examples/class/html/doxygen.png 127${PLIST.latex}share/doc/doxygen/examples/class/html/doxygen.png
128share/doc/doxygen/examples/class/html/files.html 128${PLIST.latex}share/doc/doxygen/examples/class/html/files.html
129share/doc/doxygen/examples/class/html/index.html 129${PLIST.latex}share/doc/doxygen/examples/class/html/index.html
130share/doc/doxygen/examples/class/html/installdox 130${PLIST.latex}share/doc/doxygen/examples/class/html/installdox
131share/doc/doxygen/examples/class/html/search/all_74.html 131${PLIST.latex}share/doc/doxygen/examples/class/html/search/all_74.html
132share/doc/doxygen/examples/class/html/search/classes_74.html 132${PLIST.latex}share/doc/doxygen/examples/class/html/search/classes_74.html
133share/doc/doxygen/examples/class/html/search/close.png 133${PLIST.latex}share/doc/doxygen/examples/class/html/search/close.png
134share/doc/doxygen/examples/class/html/search/nomatches.html 134${PLIST.latex}share/doc/doxygen/examples/class/html/search/nomatches.html
135share/doc/doxygen/examples/class/html/search/search.css 135${PLIST.latex}share/doc/doxygen/examples/class/html/search/search.css
136share/doc/doxygen/examples/class/html/search/search.js 136${PLIST.latex}share/doc/doxygen/examples/class/html/search/search.js
137share/doc/doxygen/examples/class/html/search/search.png 137${PLIST.latex}share/doc/doxygen/examples/class/html/search/search.png
138share/doc/doxygen/examples/class/html/tab_b.gif 138${PLIST.latex}share/doc/doxygen/examples/class/html/tab_b.gif
139share/doc/doxygen/examples/class/html/tab_l.gif 139${PLIST.latex}share/doc/doxygen/examples/class/html/tab_l.gif
140share/doc/doxygen/examples/class/html/tab_r.gif 140${PLIST.latex}share/doc/doxygen/examples/class/html/tab_r.gif
141share/doc/doxygen/examples/class/html/tabs.css 141${PLIST.latex}share/doc/doxygen/examples/class/html/tabs.css
142share/doc/doxygen/examples/dbusxml.cfg 142${PLIST.latex}share/doc/doxygen/examples/dbusxml.cfg
143share/doc/doxygen/examples/dbusxml.xml 143${PLIST.latex}share/doc/doxygen/examples/dbusxml.xml
144share/doc/doxygen/examples/define.cfg 144${PLIST.latex}share/doc/doxygen/examples/define.cfg
145share/doc/doxygen/examples/define.h 145${PLIST.latex}share/doc/doxygen/examples/define.h
146share/doc/doxygen/examples/define/html/define_8h.html 146${PLIST.latex}share/doc/doxygen/examples/define/html/define_8h.html
147share/doc/doxygen/examples/define/html/define_8h_source.html 147${PLIST.latex}share/doc/doxygen/examples/define/html/define_8h_source.html
148share/doc/doxygen/examples/define/html/doxygen.css 148${PLIST.latex}share/doc/doxygen/examples/define/html/doxygen.css
149share/doc/doxygen/examples/define/html/doxygen.png 149${PLIST.latex}share/doc/doxygen/examples/define/html/doxygen.png
150share/doc/doxygen/examples/define/html/files.html 150${PLIST.latex}share/doc/doxygen/examples/define/html/files.html
151share/doc/doxygen/examples/define/html/globals.html 151${PLIST.latex}share/doc/doxygen/examples/define/html/globals.html
152share/doc/doxygen/examples/define/html/globals_defs.html 152${PLIST.latex}share/doc/doxygen/examples/define/html/globals_defs.html
153share/doc/doxygen/examples/define/html/index.html 153${PLIST.latex}share/doc/doxygen/examples/define/html/index.html
154share/doc/doxygen/examples/define/html/installdox 154${PLIST.latex}share/doc/doxygen/examples/define/html/installdox
155share/doc/doxygen/examples/define/html/search/all_61.html 155${PLIST.latex}share/doc/doxygen/examples/define/html/search/all_61.html
156share/doc/doxygen/examples/define/html/search/all_64.html 156${PLIST.latex}share/doc/doxygen/examples/define/html/search/all_64.html
157share/doc/doxygen/examples/define/html/search/all_6d.html 157${PLIST.latex}share/doc/doxygen/examples/define/html/search/all_6d.html
158share/doc/doxygen/examples/define/html/search/close.png 158${PLIST.latex}share/doc/doxygen/examples/define/html/search/close.png
159share/doc/doxygen/examples/define/html/search/defines_61.html 159${PLIST.latex}share/doc/doxygen/examples/define/html/search/defines_61.html
160share/doc/doxygen/examples/define/html/search/defines_6d.html 160${PLIST.latex}share/doc/doxygen/examples/define/html/search/defines_6d.html
161share/doc/doxygen/examples/define/html/search/files_64.html 161${PLIST.latex}share/doc/doxygen/examples/define/html/search/files_64.html
162share/doc/doxygen/examples/define/html/search/nomatches.html 162${PLIST.latex}share/doc/doxygen/examples/define/html/search/nomatches.html
163share/doc/doxygen/examples/define/html/search/search.css 163${PLIST.latex}share/doc/doxygen/examples/define/html/search/search.css
164share/doc/doxygen/examples/define/html/search/search.js 164${PLIST.latex}share/doc/doxygen/examples/define/html/search/search.js
165share/doc/doxygen/examples/define/html/search/search.png 165${PLIST.latex}share/doc/doxygen/examples/define/html/search/search.png
166share/doc/doxygen/examples/define/html/tab_b.gif 166${PLIST.latex}share/doc/doxygen/examples/define/html/tab_b.gif
167share/doc/doxygen/examples/define/html/tab_l.gif 167${PLIST.latex}share/doc/doxygen/examples/define/html/tab_l.gif
168share/doc/doxygen/examples/define/html/tab_r.gif 168${PLIST.latex}share/doc/doxygen/examples/define/html/tab_r.gif
169share/doc/doxygen/examples/define/html/tabs.css 169${PLIST.latex}share/doc/doxygen/examples/define/html/tabs.css
170share/doc/doxygen/examples/diagrams.cfg 170${PLIST.latex}share/doc/doxygen/examples/diagrams.cfg
171share/doc/doxygen/examples/diagrams/html/annotated.html 171${PLIST.latex}share/doc/doxygen/examples/diagrams/html/annotated.html
172share/doc/doxygen/examples/diagrams/html/class_a-members.html 172${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_a-members.html
173share/doc/doxygen/examples/diagrams/html/class_a.html 173${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_a.html
174share/doc/doxygen/examples/diagrams/html/class_a__coll__graph.map 174${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_a__coll__graph.map
175share/doc/doxygen/examples/diagrams/html/class_a__coll__graph.md5 175${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_a__coll__graph.md5
176share/doc/doxygen/examples/diagrams/html/class_a__coll__graph.png 176${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_a__coll__graph.png
177share/doc/doxygen/examples/diagrams/html/class_a__inherit__graph.map 177${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_a__inherit__graph.map
178share/doc/doxygen/examples/diagrams/html/class_a__inherit__graph.md5 178${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_a__inherit__graph.md5
179share/doc/doxygen/examples/diagrams/html/class_a__inherit__graph.png 179${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_a__inherit__graph.png
180share/doc/doxygen/examples/diagrams/html/class_b-members.html 180${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_b-members.html
181share/doc/doxygen/examples/diagrams/html/class_b.html 181${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_b.html
182share/doc/doxygen/examples/diagrams/html/class_b__coll__graph.map 182${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_b__coll__graph.map
183share/doc/doxygen/examples/diagrams/html/class_b__coll__graph.md5 183${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_b__coll__graph.md5
184share/doc/doxygen/examples/diagrams/html/class_b__coll__graph.png 184${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_b__coll__graph.png
185share/doc/doxygen/examples/diagrams/html/class_b__inherit__graph.map 185${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_b__inherit__graph.map
186share/doc/doxygen/examples/diagrams/html/class_b__inherit__graph.md5 186${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_b__inherit__graph.md5
187share/doc/doxygen/examples/diagrams/html/class_b__inherit__graph.png 187${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_b__inherit__graph.png
188share/doc/doxygen/examples/diagrams/html/class_c-members.html 188${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_c-members.html
189share/doc/doxygen/examples/diagrams/html/class_c.html 189${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_c.html
190share/doc/doxygen/examples/diagrams/html/class_c__coll__graph.map 190${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_c__coll__graph.map
191share/doc/doxygen/examples/diagrams/html/class_c__coll__graph.md5 191${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_c__coll__graph.md5
192share/doc/doxygen/examples/diagrams/html/class_c__coll__graph.png 192${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_c__coll__graph.png
193share/doc/doxygen/examples/diagrams/html/class_c__inherit__graph.map 193${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_c__inherit__graph.map
194share/doc/doxygen/examples/diagrams/html/class_c__inherit__graph.md5 194${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_c__inherit__graph.md5
195share/doc/doxygen/examples/diagrams/html/class_c__inherit__graph.png 195${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_c__inherit__graph.png
196share/doc/doxygen/examples/diagrams/html/class_d-members.html 196${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_d-members.html
197share/doc/doxygen/examples/diagrams/html/class_d.html 197${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_d.html
198share/doc/doxygen/examples/diagrams/html/class_d__coll__graph.map 198${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_d__coll__graph.map
199share/doc/doxygen/examples/diagrams/html/class_d__coll__graph.md5 199${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_d__coll__graph.md5
200share/doc/doxygen/examples/diagrams/html/class_d__coll__graph.png 200${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_d__coll__graph.png
201share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.map 201${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.map
202share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.md5 202${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.md5
203share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.png 203${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.png
204share/doc/doxygen/examples/diagrams/html/class_e-members.html 204${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_e-members.html
205share/doc/doxygen/examples/diagrams/html/class_e.html 205${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_e.html
206share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.map 206${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.map
207share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.md5 207${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.md5
208share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.png 208${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.png
209share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.map 209${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.map
210share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.md5 210${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.md5
211share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.png 211${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.png
212share/doc/doxygen/examples/diagrams/html/classes.html 212${PLIST.latex}share/doc/doxygen/examples/diagrams/html/classes.html
213share/doc/doxygen/examples/diagrams/html/diagrams__a_8h.html 213${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__a_8h.html
214share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__incl.map 214${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__incl.map
215share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__incl.md5 215${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__incl.md5
216share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__incl.png 216${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__incl.png
217share/doc/doxygen/examples/diagrams/html/diagrams__a_8h_source.html 217${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__a_8h_source.html
218share/doc/doxygen/examples/diagrams/html/diagrams__b_8h.html 218${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__b_8h.html
219share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__incl.map 219${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__incl.map
220share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__incl.md5 220${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__incl.md5
221share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__incl.png 221${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__incl.png
222share/doc/doxygen/examples/diagrams/html/diagrams__b_8h_source.html 222${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__b_8h_source.html
223share/doc/doxygen/examples/diagrams/html/diagrams__c_8h.html 223${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__c_8h.html
224share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__dep__incl.map 224${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__dep__incl.map
225share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__dep__incl.md5 225${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__dep__incl.md5
226share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__dep__incl.png 226${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__dep__incl.png
227share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__incl.map 227${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__incl.map
228share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__incl.md5 228${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__incl.md5
229share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__incl.png 229${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__incl.png
230share/doc/doxygen/examples/diagrams/html/diagrams__c_8h_source.html 230${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__c_8h_source.html
231share/doc/doxygen/examples/diagrams/html/diagrams__d_8h.html 231${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__d_8h.html
232share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__dep__incl.map 232${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__dep__incl.map
233share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__dep__incl.md5 233${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__dep__incl.md5
234share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__dep__incl.png 234${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__dep__incl.png
235share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__incl.map 235${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__incl.map
236share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__incl.md5 236${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__incl.md5
237share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__incl.png 237${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__incl.png
238share/doc/doxygen/examples/diagrams/html/diagrams__d_8h_source.html 238${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__d_8h_source.html
239share/doc/doxygen/examples/diagrams/html/diagrams__e_8h.html 239${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__e_8h.html
240share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__dep__incl.map 240${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__dep__incl.map
241share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__dep__incl.md5 241${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__dep__incl.md5
242share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__dep__incl.png 242${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__dep__incl.png
243share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__incl.map 243${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__incl.map
244share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__incl.md5 244${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__incl.md5
245share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__incl.png 245${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__incl.png
246share/doc/doxygen/examples/diagrams/html/diagrams__e_8h_source.html 246${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__e_8h_source.html
247share/doc/doxygen/examples/diagrams/html/doxygen.css 247${PLIST.latex}share/doc/doxygen/examples/diagrams/html/doxygen.css
248share/doc/doxygen/examples/diagrams/html/doxygen.png 248${PLIST.latex}share/doc/doxygen/examples/diagrams/html/doxygen.png
249share/doc/doxygen/examples/diagrams/html/files.html 249${PLIST.latex}share/doc/doxygen/examples/diagrams/html/files.html
250share/doc/doxygen/examples/diagrams/html/functions.html 250${PLIST.latex}share/doc/doxygen/examples/diagrams/html/functions.html
251share/doc/doxygen/examples/diagrams/html/functions_vars.html 251${PLIST.latex}share/doc/doxygen/examples/diagrams/html/functions_vars.html
252share/doc/doxygen/examples/diagrams/html/graph_legend.dot 252${PLIST.latex}share/doc/doxygen/examples/diagrams/html/graph_legend.dot
253share/doc/doxygen/examples/diagrams/html/graph_legend.html 253${PLIST.latex}share/doc/doxygen/examples/diagrams/html/graph_legend.html
254share/doc/doxygen/examples/diagrams/html/graph_legend.png 254${PLIST.latex}share/doc/doxygen/examples/diagrams/html/graph_legend.png
255share/doc/doxygen/examples/diagrams/html/hierarchy.html 255${PLIST.latex}share/doc/doxygen/examples/diagrams/html/hierarchy.html
256share/doc/doxygen/examples/diagrams/html/index.html 256${PLIST.latex}share/doc/doxygen/examples/diagrams/html/index.html
257share/doc/doxygen/examples/diagrams/html/inherit__graph__0.map 257${PLIST.latex}share/doc/doxygen/examples/diagrams/html/inherit__graph__0.map
258share/doc/doxygen/examples/diagrams/html/inherit__graph__0.md5 258${PLIST.latex}share/doc/doxygen/examples/diagrams/html/inherit__graph__0.md5
259share/doc/doxygen/examples/diagrams/html/inherit__graph__0.png 259${PLIST.latex}share/doc/doxygen/examples/diagrams/html/inherit__graph__0.png
260share/doc/doxygen/examples/diagrams/html/inherits.html 260${PLIST.latex}share/doc/doxygen/examples/diagrams/html/inherits.html
261share/doc/doxygen/examples/diagrams/html/installdox 261${PLIST.latex}share/doc/doxygen/examples/diagrams/html/installdox
262share/doc/doxygen/examples/diagrams/html/search/all_61.html 262${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/all_61.html
263share/doc/doxygen/examples/diagrams/html/search/all_62.html 263${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/all_62.html
264share/doc/doxygen/examples/diagrams/html/search/all_63.html 264${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/all_63.html
265share/doc/doxygen/examples/diagrams/html/search/all_64.html 265${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/all_64.html
266share/doc/doxygen/examples/diagrams/html/search/all_65.html 266${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/all_65.html
267share/doc/doxygen/examples/diagrams/html/search/all_6d.html 267${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/all_6d.html
268share/doc/doxygen/examples/diagrams/html/search/classes_61.html 268${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/classes_61.html
269share/doc/doxygen/examples/diagrams/html/search/classes_62.html 269${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/classes_62.html
270share/doc/doxygen/examples/diagrams/html/search/classes_63.html 270${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/classes_63.html
271share/doc/doxygen/examples/diagrams/html/search/classes_64.html 271${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/classes_64.html
272share/doc/doxygen/examples/diagrams/html/search/classes_65.html 272${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/classes_65.html
273share/doc/doxygen/examples/diagrams/html/search/close.png 273${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/close.png
274share/doc/doxygen/examples/diagrams/html/search/files_64.html 274${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/files_64.html
275share/doc/doxygen/examples/diagrams/html/search/nomatches.html 275${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/nomatches.html
276share/doc/doxygen/examples/diagrams/html/search/search.css 276${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/search.css
277share/doc/doxygen/examples/diagrams/html/search/search.js 277${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/search.js
278share/doc/doxygen/examples/diagrams/html/search/search.png 278${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/search.png
279share/doc/doxygen/examples/diagrams/html/search/variables_6d.html 279${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/variables_6d.html
280share/doc/doxygen/examples/diagrams/html/tab_b.gif 280${PLIST.latex}share/doc/doxygen/examples/diagrams/html/tab_b.gif
281share/doc/doxygen/examples/diagrams/html/tab_l.gif 281${PLIST.latex}share/doc/doxygen/examples/diagrams/html/tab_l.gif
282share/doc/doxygen/examples/diagrams/html/tab_r.gif 282${PLIST.latex}share/doc/doxygen/examples/diagrams/html/tab_r.gif
283share/doc/doxygen/examples/diagrams/html/tabs.css 283${PLIST.latex}share/doc/doxygen/examples/diagrams/html/tabs.css
284share/doc/doxygen/examples/diagrams_a.h 284${PLIST.latex}share/doc/doxygen/examples/diagrams_a.h
285share/doc/doxygen/examples/diagrams_b.h 285${PLIST.latex}share/doc/doxygen/examples/diagrams_b.h
286share/doc/doxygen/examples/diagrams_c.h 286${PLIST.latex}share/doc/doxygen/examples/diagrams_c.h
287share/doc/doxygen/examples/diagrams_d.h 287${PLIST.latex}share/doc/doxygen/examples/diagrams_d.h
288share/doc/doxygen/examples/diagrams_e.h 288${PLIST.latex}share/doc/doxygen/examples/diagrams_e.h
289share/doc/doxygen/examples/docstring.cfg 289${PLIST.latex}share/doc/doxygen/examples/docstring.cfg
290share/doc/doxygen/examples/docstring.py 290${PLIST.latex}share/doc/doxygen/examples/docstring.py
291share/doc/doxygen/examples/docstring/html/annotated.html 291${PLIST.latex}share/doc/doxygen/examples/docstring/html/annotated.html
292${PLIST.ci}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class-members.html 292${PLIST.ci}${PLIST.latex}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class-members.html
293${PLIST.ci}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class.html 293${PLIST.ci}${PLIST.latex}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class.html
294${PLIST.cs}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass-members.html 294${PLIST.cs}${PLIST.latex}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass-members.html
295${PLIST.cs}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass.html 295${PLIST.cs}${PLIST.latex}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass.html
296share/doc/doxygen/examples/docstring/html/classes.html 296${PLIST.latex}share/doc/doxygen/examples/docstring/html/classes.html
297share/doc/doxygen/examples/docstring/html/docstring_8py.html 297${PLIST.latex}share/doc/doxygen/examples/docstring/html/docstring_8py.html
298share/doc/doxygen/examples/docstring/html/doxygen.css 298${PLIST.latex}share/doc/doxygen/examples/docstring/html/doxygen.css
299share/doc/doxygen/examples/docstring/html/doxygen.png 299${PLIST.latex}share/doc/doxygen/examples/docstring/html/doxygen.png
300share/doc/doxygen/examples/docstring/html/files.html 300${PLIST.latex}share/doc/doxygen/examples/docstring/html/files.html
301share/doc/doxygen/examples/docstring/html/functions.html 301${PLIST.latex}share/doc/doxygen/examples/docstring/html/functions.html
302share/doc/doxygen/examples/docstring/html/functions_func.html 302${PLIST.latex}share/doc/doxygen/examples/docstring/html/functions_func.html
303share/doc/doxygen/examples/docstring/html/index.html 303${PLIST.latex}share/doc/doxygen/examples/docstring/html/index.html
304share/doc/doxygen/examples/docstring/html/installdox 304${PLIST.latex}share/doc/doxygen/examples/docstring/html/installdox
305share/doc/doxygen/examples/docstring/html/namespacedocstring.html 305${PLIST.latex}share/doc/doxygen/examples/docstring/html/namespacedocstring.html
306share/doc/doxygen/examples/docstring/html/namespacemembers.html 306${PLIST.latex}share/doc/doxygen/examples/docstring/html/namespacemembers.html
307share/doc/doxygen/examples/docstring/html/namespacemembers_func.html 307${PLIST.latex}share/doc/doxygen/examples/docstring/html/namespacemembers_func.html
308share/doc/doxygen/examples/docstring/html/namespaces.html 308${PLIST.latex}share/doc/doxygen/examples/docstring/html/namespaces.html
309share/doc/doxygen/examples/docstring/html/search/all_5f.html 309${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/all_5f.html
310share/doc/doxygen/examples/docstring/html/search/all_64.html 310${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/all_64.html
311share/doc/doxygen/examples/docstring/html/search/all_66.html 311${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/all_66.html
312share/doc/doxygen/examples/docstring/html/search/all_70.html 312${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/all_70.html
313share/doc/doxygen/examples/docstring/html/search/classes_70.html 313${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/classes_70.html
314share/doc/doxygen/examples/docstring/html/search/close.png 314${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/close.png
315share/doc/doxygen/examples/docstring/html/search/files_64.html 315${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/files_64.html
316share/doc/doxygen/examples/docstring/html/search/functions_5f.html 316${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/functions_5f.html
317share/doc/doxygen/examples/docstring/html/search/functions_66.html 317${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/functions_66.html
318share/doc/doxygen/examples/docstring/html/search/functions_70.html 318${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/functions_70.html
319share/doc/doxygen/examples/docstring/html/search/namespaces_64.html 319${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/namespaces_64.html
320share/doc/doxygen/examples/docstring/html/search/nomatches.html 320${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/nomatches.html
321share/doc/doxygen/examples/docstring/html/search/search.css 321${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/search.css
322share/doc/doxygen/examples/docstring/html/search/search.js 322${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/search.js
323share/doc/doxygen/examples/docstring/html/search/search.png 323${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/search.png
324share/doc/doxygen/examples/docstring/html/tab_b.gif 324${PLIST.latex}share/doc/doxygen/examples/docstring/html/tab_b.gif
325share/doc/doxygen/examples/docstring/html/tab_l.gif 325${PLIST.latex}share/doc/doxygen/examples/docstring/html/tab_l.gif
326share/doc/doxygen/examples/docstring/html/tab_r.gif 326${PLIST.latex}share/doc/doxygen/examples/docstring/html/tab_r.gif
327share/doc/doxygen/examples/docstring/html/tabs.css 327${PLIST.latex}share/doc/doxygen/examples/docstring/html/tabs.css
328share/doc/doxygen/examples/enum.cfg 328${PLIST.latex}share/doc/doxygen/examples/enum.cfg
329share/doc/doxygen/examples/enum.h 329${PLIST.latex}share/doc/doxygen/examples/enum.h
330share/doc/doxygen/examples/enum/html/annotated.html 330${PLIST.latex}share/doc/doxygen/examples/enum/html/annotated.html
331share/doc/doxygen/examples/enum/html/class_test-members.html 331${PLIST.latex}share/doc/doxygen/examples/enum/html/class_test-members.html
332share/doc/doxygen/examples/enum/html/class_test.html 332${PLIST.latex}share/doc/doxygen/examples/enum/html/class_test.html
333share/doc/doxygen/examples/enum/html/classes.html 333${PLIST.latex}share/doc/doxygen/examples/enum/html/classes.html
334share/doc/doxygen/examples/enum/html/doxygen.css 334${PLIST.latex}share/doc/doxygen/examples/enum/html/doxygen.css
335share/doc/doxygen/examples/enum/html/doxygen.png 335${PLIST.latex}share/doc/doxygen/examples/enum/html/doxygen.png
336share/doc/doxygen/examples/enum/html/enum_8h_source.html 336${PLIST.latex}share/doc/doxygen/examples/enum/html/enum_8h_source.html
337share/doc/doxygen/examples/enum/html/files.html 337${PLIST.latex}share/doc/doxygen/examples/enum/html/files.html
338share/doc/doxygen/examples/enum/html/functions.html 338${PLIST.latex}share/doc/doxygen/examples/enum/html/functions.html
339share/doc/doxygen/examples/enum/html/functions_enum.html 339${PLIST.latex}share/doc/doxygen/examples/enum/html/functions_enum.html
340share/doc/doxygen/examples/enum/html/functions_eval.html 340${PLIST.latex}share/doc/doxygen/examples/enum/html/functions_eval.html
341share/doc/doxygen/examples/enum/html/index.html 341${PLIST.latex}share/doc/doxygen/examples/enum/html/index.html
342share/doc/doxygen/examples/enum/html/installdox 342${PLIST.latex}share/doc/doxygen/examples/enum/html/installdox
343share/doc/doxygen/examples/enum/html/search/all_61.html 343${PLIST.latex}share/doc/doxygen/examples/enum/html/search/all_61.html
344share/doc/doxygen/examples/enum/html/search/all_74.html 344${PLIST.latex}share/doc/doxygen/examples/enum/html/search/all_74.html
345share/doc/doxygen/examples/enum/html/search/all_76.html 345${PLIST.latex}share/doc/doxygen/examples/enum/html/search/all_76.html
346share/doc/doxygen/examples/enum/html/search/classes_74.html 346${PLIST.latex}share/doc/doxygen/examples/enum/html/search/classes_74.html
347share/doc/doxygen/examples/enum/html/search/close.png 347${PLIST.latex}share/doc/doxygen/examples/enum/html/search/close.png
348share/doc/doxygen/examples/enum/html/search/enums_61.html 348${PLIST.latex}share/doc/doxygen/examples/enum/html/search/enums_61.html
349share/doc/doxygen/examples/enum/html/search/enums_74.html 349${PLIST.latex}share/doc/doxygen/examples/enum/html/search/enums_74.html
350share/doc/doxygen/examples/enum/html/search/enumvalues_76.html 350${PLIST.latex}share/doc/doxygen/examples/enum/html/search/enumvalues_76.html
351share/doc/doxygen/examples/enum/html/search/nomatches.html 351${PLIST.latex}share/doc/doxygen/examples/enum/html/search/nomatches.html
352share/doc/doxygen/examples/enum/html/search/search.css 352${PLIST.latex}share/doc/doxygen/examples/enum/html/search/search.css
353share/doc/doxygen/examples/enum/html/search/search.js 353${PLIST.latex}share/doc/doxygen/examples/enum/html/search/search.js
354share/doc/doxygen/examples/enum/html/search/search.png 354${PLIST.latex}share/doc/doxygen/examples/enum/html/search/search.png
355share/doc/doxygen/examples/enum/html/tab_b.gif 355${PLIST.latex}share/doc/doxygen/examples/enum/html/tab_b.gif
356share/doc/doxygen/examples/enum/html/tab_l.gif 356${PLIST.latex}share/doc/doxygen/examples/enum/html/tab_l.gif
357share/doc/doxygen/examples/enum/html/tab_r.gif 357${PLIST.latex}share/doc/doxygen/examples/enum/html/tab_r.gif
358share/doc/doxygen/examples/enum/html/tabs.css 358${PLIST.latex}share/doc/doxygen/examples/enum/html/tabs.css
359share/doc/doxygen/examples/example.cfg 359${PLIST.latex}share/doc/doxygen/examples/example.cfg
360share/doc/doxygen/examples/example.cpp 360${PLIST.latex}share/doc/doxygen/examples/example.cpp
361share/doc/doxygen/examples/example.tag 361${PLIST.latex}share/doc/doxygen/examples/example.tag
362share/doc/doxygen/examples/example/html/annotated.html 362${PLIST.latex}share/doc/doxygen/examples/example/html/annotated.html
363share/doc/doxygen/examples/example/html/class_test-members.html 363${PLIST.latex}share/doc/doxygen/examples/example/html/class_test-members.html
364share/doc/doxygen/examples/example/html/class_test.html 364${PLIST.latex}share/doc/doxygen/examples/example/html/class_test.html
365share/doc/doxygen/examples/example/html/classes.html 365${PLIST.latex}share/doc/doxygen/examples/example/html/classes.html
366share/doc/doxygen/examples/example/html/doxygen.css 366${PLIST.latex}share/doc/doxygen/examples/example/html/doxygen.css
367share/doc/doxygen/examples/example/html/doxygen.png 367${PLIST.latex}share/doc/doxygen/examples/example/html/doxygen.png
368share/doc/doxygen/examples/example/html/example__test.cpp-example.html 368${PLIST.latex}share/doc/doxygen/examples/example/html/example__test.cpp-example.html
369share/doc/doxygen/examples/example/html/examples.html 369${PLIST.latex}share/doc/doxygen/examples/example/html/examples.html
370share/doc/doxygen/examples/example/html/functions.html 370${PLIST.latex}share/doc/doxygen/examples/example/html/functions.html
371share/doc/doxygen/examples/example/html/functions_func.html 371${PLIST.latex}share/doc/doxygen/examples/example/html/functions_func.html
372share/doc/doxygen/examples/example/html/index.html 372${PLIST.latex}share/doc/doxygen/examples/example/html/index.html
373share/doc/doxygen/examples/example/html/installdox 373${PLIST.latex}share/doc/doxygen/examples/example/html/installdox
374share/doc/doxygen/examples/example/html/search/all_65.html 374${PLIST.latex}share/doc/doxygen/examples/example/html/search/all_65.html
375share/doc/doxygen/examples/example/html/search/all_74.html 375${PLIST.latex}share/doc/doxygen/examples/example/html/search/all_74.html
376share/doc/doxygen/examples/example/html/search/classes_74.html 376${PLIST.latex}share/doc/doxygen/examples/example/html/search/classes_74.html
377share/doc/doxygen/examples/example/html/search/close.png 377${PLIST.latex}share/doc/doxygen/examples/example/html/search/close.png
378share/doc/doxygen/examples/example/html/search/functions_65.html 378${PLIST.latex}share/doc/doxygen/examples/example/html/search/functions_65.html
379share/doc/doxygen/examples/example/html/search/nomatches.html 379${PLIST.latex}share/doc/doxygen/examples/example/html/search/nomatches.html
380share/doc/doxygen/examples/example/html/search/search.css 380${PLIST.latex}share/doc/doxygen/examples/example/html/search/search.css
381share/doc/doxygen/examples/example/html/search/search.js 381${PLIST.latex}share/doc/doxygen/examples/example/html/search/search.js
382share/doc/doxygen/examples/example/html/search/search.png 382${PLIST.latex}share/doc/doxygen/examples/example/html/search/search.png
383share/doc/doxygen/examples/example/html/tab_b.gif 383${PLIST.latex}share/doc/doxygen/examples/example/html/tab_b.gif
384share/doc/doxygen/examples/example/html/tab_l.gif 384${PLIST.latex}share/doc/doxygen/examples/example/html/tab_l.gif
385share/doc/doxygen/examples/example/html/tab_r.gif 385${PLIST.latex}share/doc/doxygen/examples/example/html/tab_r.gif
386share/doc/doxygen/examples/example/html/tabs.css 386${PLIST.latex}share/doc/doxygen/examples/example/html/tabs.css
387share/doc/doxygen/examples/example_test.cpp 387${PLIST.latex}share/doc/doxygen/examples/example_test.cpp
388share/doc/doxygen/examples/file.cfg 388${PLIST.latex}share/doc/doxygen/examples/file.cfg
389share/doc/doxygen/examples/file.h 389${PLIST.latex}share/doc/doxygen/examples/file.h
390share/doc/doxygen/examples/file/html/doxygen.css 390${PLIST.latex}share/doc/doxygen/examples/file/html/doxygen.css
391share/doc/doxygen/examples/file/html/doxygen.png 391${PLIST.latex}share/doc/doxygen/examples/file/html/doxygen.png
392share/doc/doxygen/examples/file/html/file_8h.html 392${PLIST.latex}share/doc/doxygen/examples/file/html/file_8h.html
393share/doc/doxygen/examples/file/html/file_8h_source.html 393${PLIST.latex}share/doc/doxygen/examples/file/html/file_8h_source.html
394share/doc/doxygen/examples/file/html/files.html 394${PLIST.latex}share/doc/doxygen/examples/file/html/files.html
395share/doc/doxygen/examples/file/html/globals.html 395${PLIST.latex}share/doc/doxygen/examples/file/html/globals.html
396share/doc/doxygen/examples/file/html/globals_vars.html 396${PLIST.latex}share/doc/doxygen/examples/file/html/globals_vars.html
397share/doc/doxygen/examples/file/html/index.html 397${PLIST.latex}share/doc/doxygen/examples/file/html/index.html
398share/doc/doxygen/examples/file/html/installdox 398${PLIST.latex}share/doc/doxygen/examples/file/html/installdox
399share/doc/doxygen/examples/file/html/search/all_66.html 399${PLIST.latex}share/doc/doxygen/examples/file/html/search/all_66.html
400share/doc/doxygen/examples/file/html/search/all_67.html 400${PLIST.latex}share/doc/doxygen/examples/file/html/search/all_67.html
401share/doc/doxygen/examples/file/html/search/close.png 401${PLIST.latex}share/doc/doxygen/examples/file/html/search/close.png
402share/doc/doxygen/examples/file/html/search/files_66.html 402${PLIST.latex}share/doc/doxygen/examples/file/html/search/files_66.html
403share/doc/doxygen/examples/file/html/search/nomatches.html 403${PLIST.latex}share/doc/doxygen/examples/file/html/search/nomatches.html
404share/doc/doxygen/examples/file/html/search/search.css 404${PLIST.latex}share/doc/doxygen/examples/file/html/search/search.css
405share/doc/doxygen/examples/file/html/search/search.js 405${PLIST.latex}share/doc/doxygen/examples/file/html/search/search.js
406share/doc/doxygen/examples/file/html/search/search.png 406${PLIST.latex}share/doc/doxygen/examples/file/html/search/search.png
407share/doc/doxygen/examples/file/html/search/variables_67.html 407${PLIST.latex}share/doc/doxygen/examples/file/html/search/variables_67.html
408share/doc/doxygen/examples/file/html/tab_b.gif 408${PLIST.latex}share/doc/doxygen/examples/file/html/tab_b.gif
409share/doc/doxygen/examples/file/html/tab_l.gif 409${PLIST.latex}share/doc/doxygen/examples/file/html/tab_l.gif
410share/doc/doxygen/examples/file/html/tab_r.gif 410${PLIST.latex}share/doc/doxygen/examples/file/html/tab_r.gif
411share/doc/doxygen/examples/file/html/tabs.css 411${PLIST.latex}share/doc/doxygen/examples/file/html/tabs.css
412share/doc/doxygen/examples/func.cfg 412${PLIST.latex}share/doc/doxygen/examples/func.cfg
413share/doc/doxygen/examples/func.h 413${PLIST.latex}share/doc/doxygen/examples/func.h
414share/doc/doxygen/examples/func/html/annotated.html 414${PLIST.latex}share/doc/doxygen/examples/func/html/annotated.html
415share/doc/doxygen/examples/func/html/class_test-members.html 415${PLIST.latex}share/doc/doxygen/examples/func/html/class_test-members.html
416share/doc/doxygen/examples/func/html/class_test.html 416${PLIST.latex}share/doc/doxygen/examples/func/html/class_test.html
417share/doc/doxygen/examples/func/html/classes.html 417${PLIST.latex}share/doc/doxygen/examples/func/html/classes.html
418share/doc/doxygen/examples/func/html/doxygen.css 418${PLIST.latex}share/doc/doxygen/examples/func/html/doxygen.css
419share/doc/doxygen/examples/func/html/doxygen.png 419${PLIST.latex}share/doc/doxygen/examples/func/html/doxygen.png
420share/doc/doxygen/examples/func/html/files.html 420${PLIST.latex}share/doc/doxygen/examples/func/html/files.html
421share/doc/doxygen/examples/func/html/func_8h_source.html 421${PLIST.latex}share/doc/doxygen/examples/func/html/func_8h_source.html
422share/doc/doxygen/examples/func/html/functions.html 422${PLIST.latex}share/doc/doxygen/examples/func/html/functions.html
423share/doc/doxygen/examples/func/html/functions_func.html 423${PLIST.latex}share/doc/doxygen/examples/func/html/functions_func.html
424share/doc/doxygen/examples/func/html/index.html 424${PLIST.latex}share/doc/doxygen/examples/func/html/index.html
425share/doc/doxygen/examples/func/html/installdox 425${PLIST.latex}share/doc/doxygen/examples/func/html/installdox
426share/doc/doxygen/examples/func/html/search/all_6d.html 426${PLIST.latex}share/doc/doxygen/examples/func/html/search/all_6d.html
427share/doc/doxygen/examples/func/html/search/all_74.html 427${PLIST.latex}share/doc/doxygen/examples/func/html/search/all_74.html
428share/doc/doxygen/examples/func/html/search/classes_74.html 428${PLIST.latex}share/doc/doxygen/examples/func/html/search/classes_74.html
429share/doc/doxygen/examples/func/html/search/close.png 429${PLIST.latex}share/doc/doxygen/examples/func/html/search/close.png
430share/doc/doxygen/examples/func/html/search/functions_6d.html 430${PLIST.latex}share/doc/doxygen/examples/func/html/search/functions_6d.html
431share/doc/doxygen/examples/func/html/search/nomatches.html 431${PLIST.latex}share/doc/doxygen/examples/func/html/search/nomatches.html
432share/doc/doxygen/examples/func/html/search/search.css 432${PLIST.latex}share/doc/doxygen/examples/func/html/search/search.css
433share/doc/doxygen/examples/func/html/search/search.js 433${PLIST.latex}share/doc/doxygen/examples/func/html/search/search.js
434share/doc/doxygen/examples/func/html/search/search.png 434${PLIST.latex}share/doc/doxygen/examples/func/html/search/search.png
435share/doc/doxygen/examples/func/html/tab_b.gif 435${PLIST.latex}share/doc/doxygen/examples/func/html/tab_b.gif
436share/doc/doxygen/examples/func/html/tab_l.gif 436${PLIST.latex}share/doc/doxygen/examples/func/html/tab_l.gif
437share/doc/doxygen/examples/func/html/tab_r.gif 437${PLIST.latex}share/doc/doxygen/examples/func/html/tab_r.gif
438share/doc/doxygen/examples/func/html/tabs.css 438${PLIST.latex}share/doc/doxygen/examples/func/html/tabs.css
439share/doc/doxygen/examples/group.cfg 439${PLIST.latex}share/doc/doxygen/examples/group.cfg
440share/doc/doxygen/examples/group.cpp 440${PLIST.latex}share/doc/doxygen/examples/group.cpp
441share/doc/doxygen/examples/group/html/annotated.html 441${PLIST.latex}share/doc/doxygen/examples/group/html/annotated.html
442share/doc/doxygen/examples/group/html/class_c1.html 442${PLIST.latex}share/doc/doxygen/examples/group/html/class_c1.html
443share/doc/doxygen/examples/group/html/class_c2.html 443${PLIST.latex}share/doc/doxygen/examples/group/html/class_c2.html
444share/doc/doxygen/examples/group/html/class_c3.html 444${PLIST.latex}share/doc/doxygen/examples/group/html/class_c3.html
445share/doc/doxygen/examples/group/html/class_c4.html 445${PLIST.latex}share/doc/doxygen/examples/group/html/class_c4.html
446share/doc/doxygen/examples/group/html/class_c5.html 446${PLIST.latex}share/doc/doxygen/examples/group/html/class_c5.html
447share/doc/doxygen/examples/group/html/classes.html 447${PLIST.latex}share/doc/doxygen/examples/group/html/classes.html
448share/doc/doxygen/examples/group/html/doxygen.css 448${PLIST.latex}share/doc/doxygen/examples/group/html/doxygen.css
449share/doc/doxygen/examples/group/html/doxygen.png 449${PLIST.latex}share/doc/doxygen/examples/group/html/doxygen.png
450share/doc/doxygen/examples/group/html/files.html 450${PLIST.latex}share/doc/doxygen/examples/group/html/files.html
451share/doc/doxygen/examples/group/html/globals.html 451${PLIST.latex}share/doc/doxygen/examples/group/html/globals.html
452share/doc/doxygen/examples/group/html/globals_func.html 452${PLIST.latex}share/doc/doxygen/examples/group/html/globals_func.html
453share/doc/doxygen/examples/group/html/group_8cpp.html 453${PLIST.latex}share/doc/doxygen/examples/group/html/group_8cpp.html
454share/doc/doxygen/examples/group/html/group__group1.html 454${PLIST.latex}share/doc/doxygen/examples/group/html/group__group1.html
455share/doc/doxygen/examples/group/html/group__group2.html 455${PLIST.latex}share/doc/doxygen/examples/group/html/group__group2.html
456share/doc/doxygen/examples/group/html/group__group3.html 456${PLIST.latex}share/doc/doxygen/examples/group/html/group__group3.html
457share/doc/doxygen/examples/group/html/group__group4.html 457${PLIST.latex}share/doc/doxygen/examples/group/html/group__group4.html
458share/doc/doxygen/examples/group/html/group__group5.html 458${PLIST.latex}share/doc/doxygen/examples/group/html/group__group5.html
459share/doc/doxygen/examples/group/html/index.html 459${PLIST.latex}share/doc/doxygen/examples/group/html/index.html
460share/doc/doxygen/examples/group/html/installdox 460${PLIST.latex}share/doc/doxygen/examples/group/html/installdox
461share/doc/doxygen/examples/group/html/modules.html 461${PLIST.latex}share/doc/doxygen/examples/group/html/modules.html
462share/doc/doxygen/examples/group/html/namespace_n1.html 462${PLIST.latex}share/doc/doxygen/examples/group/html/namespace_n1.html
463share/doc/doxygen/examples/group/html/namespaces.html 463${PLIST.latex}share/doc/doxygen/examples/group/html/namespaces.html
464share/doc/doxygen/examples/group/html/search/all_63.html 464${PLIST.latex}share/doc/doxygen/examples/group/html/search/all_63.html
465share/doc/doxygen/examples/group/html/search/all_66.html 465${PLIST.latex}share/doc/doxygen/examples/group/html/search/all_66.html
466share/doc/doxygen/examples/group/html/search/all_67.html 466${PLIST.latex}share/doc/doxygen/examples/group/html/search/all_67.html
467share/doc/doxygen/examples/group/html/search/all_6e.html 467${PLIST.latex}share/doc/doxygen/examples/group/html/search/all_6e.html
468share/doc/doxygen/examples/group/html/search/classes_63.html 468${PLIST.latex}share/doc/doxygen/examples/group/html/search/classes_63.html
469share/doc/doxygen/examples/group/html/search/close.png 469${PLIST.latex}share/doc/doxygen/examples/group/html/search/close.png
470share/doc/doxygen/examples/group/html/search/files_67.html 470${PLIST.latex}share/doc/doxygen/examples/group/html/search/files_67.html
471share/doc/doxygen/examples/group/html/search/functions_66.html 471${PLIST.latex}share/doc/doxygen/examples/group/html/search/functions_66.html
472share/doc/doxygen/examples/group/html/search/namespaces_6e.html 472${PLIST.latex}share/doc/doxygen/examples/group/html/search/namespaces_6e.html
473share/doc/doxygen/examples/group/html/search/nomatches.html 473${PLIST.latex}share/doc/doxygen/examples/group/html/search/nomatches.html
474share/doc/doxygen/examples/group/html/search/search.css 474${PLIST.latex}share/doc/doxygen/examples/group/html/search/search.css
475share/doc/doxygen/examples/group/html/search/search.js 475${PLIST.latex}share/doc/doxygen/examples/group/html/search/search.js
476share/doc/doxygen/examples/group/html/search/search.png 476${PLIST.latex}share/doc/doxygen/examples/group/html/search/search.png
477share/doc/doxygen/examples/group/html/tab_b.gif 477${PLIST.latex}share/doc/doxygen/examples/group/html/tab_b.gif
478share/doc/doxygen/examples/group/html/tab_l.gif 478${PLIST.latex}share/doc/doxygen/examples/group/html/tab_l.gif
479share/doc/doxygen/examples/group/html/tab_r.gif 479${PLIST.latex}share/doc/doxygen/examples/group/html/tab_r.gif
480share/doc/doxygen/examples/group/html/tabs.css 480${PLIST.latex}share/doc/doxygen/examples/group/html/tabs.css
481share/doc/doxygen/examples/include.cfg 481${PLIST.latex}share/doc/doxygen/examples/include.cfg
482share/doc/doxygen/examples/include.cpp 482${PLIST.latex}share/doc/doxygen/examples/include.cpp
483share/doc/doxygen/examples/include/html/annotated.html 483${PLIST.latex}share/doc/doxygen/examples/include/html/annotated.html
484share/doc/doxygen/examples/include/html/class_test-members.html 484${PLIST.latex}share/doc/doxygen/examples/include/html/class_test-members.html
485share/doc/doxygen/examples/include/html/class_test.html 485${PLIST.latex}share/doc/doxygen/examples/include/html/class_test.html
486share/doc/doxygen/examples/include/html/classes.html 486${PLIST.latex}share/doc/doxygen/examples/include/html/classes.html
487share/doc/doxygen/examples/include/html/doxygen.css 487${PLIST.latex}share/doc/doxygen/examples/include/html/doxygen.css
488share/doc/doxygen/examples/include/html/doxygen.png 488${PLIST.latex}share/doc/doxygen/examples/include/html/doxygen.png
489share/doc/doxygen/examples/include/html/example.html 489${PLIST.latex}share/doc/doxygen/examples/include/html/example.html
490share/doc/doxygen/examples/include/html/functions.html 490${PLIST.latex}share/doc/doxygen/examples/include/html/functions.html
491share/doc/doxygen/examples/include/html/functions_func.html 491${PLIST.latex}share/doc/doxygen/examples/include/html/functions_func.html
492share/doc/doxygen/examples/include/html/index.html 492${PLIST.latex}share/doc/doxygen/examples/include/html/index.html
493share/doc/doxygen/examples/include/html/installdox 493${PLIST.latex}share/doc/doxygen/examples/include/html/installdox
494share/doc/doxygen/examples/include/html/pages.html 494${PLIST.latex}share/doc/doxygen/examples/include/html/pages.html
495share/doc/doxygen/examples/include/html/search/all_65.html 495${PLIST.latex}share/doc/doxygen/examples/include/html/search/all_65.html
496share/doc/doxygen/examples/include/html/search/all_74.html 496${PLIST.latex}share/doc/doxygen/examples/include/html/search/all_74.html
497share/doc/doxygen/examples/include/html/search/classes_74.html 497${PLIST.latex}share/doc/doxygen/examples/include/html/search/classes_74.html
498share/doc/doxygen/examples/include/html/search/close.png 498${PLIST.latex}share/doc/doxygen/examples/include/html/search/close.png
499share/doc/doxygen/examples/include/html/search/functions_65.html 499${PLIST.latex}share/doc/doxygen/examples/include/html/search/functions_65.html
500share/doc/doxygen/examples/include/html/search/nomatches.html 500${PLIST.latex}share/doc/doxygen/examples/include/html/search/nomatches.html
501share/doc/doxygen/examples/include/html/search/search.css 501${PLIST.latex}share/doc/doxygen/examples/include/html/search/search.css
502share/doc/doxygen/examples/include/html/search/search.js 502${PLIST.latex}share/doc/doxygen/examples/include/html/search/search.js
503share/doc/doxygen/examples/include/html/search/search.png 503${PLIST.latex}share/doc/doxygen/examples/include/html/search/search.png
504share/doc/doxygen/examples/include/html/tab_b.gif 504${PLIST.latex}share/doc/doxygen/examples/include/html/tab_b.gif
505share/doc/doxygen/examples/include/html/tab_l.gif 505${PLIST.latex}share/doc/doxygen/examples/include/html/tab_l.gif
506share/doc/doxygen/examples/include/html/tab_r.gif 506${PLIST.latex}share/doc/doxygen/examples/include/html/tab_r.gif
507share/doc/doxygen/examples/include/html/tabs.css 507${PLIST.latex}share/doc/doxygen/examples/include/html/tabs.css
508share/doc/doxygen/examples/jdstyle.cfg 508${PLIST.latex}share/doc/doxygen/examples/jdstyle.cfg
509share/doc/doxygen/examples/jdstyle.cpp 509${PLIST.latex}share/doc/doxygen/examples/jdstyle.cpp
510share/doc/doxygen/examples/jdstyle/html/annotated.html 510${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/annotated.html
511share/doc/doxygen/examples/jdstyle/html/class_test-members.html 511${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/class_test-members.html
512share/doc/doxygen/examples/jdstyle/html/class_test.html 512${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/class_test.html
513share/doc/doxygen/examples/jdstyle/html/classes.html 513${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/classes.html
514share/doc/doxygen/examples/jdstyle/html/doxygen.css 514${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/doxygen.css
515share/doc/doxygen/examples/jdstyle/html/doxygen.png 515${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/doxygen.png
516share/doc/doxygen/examples/jdstyle/html/functions.html 516${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/functions.html
517share/doc/doxygen/examples/jdstyle/html/functions_enum.html 517${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/functions_enum.html
518share/doc/doxygen/examples/jdstyle/html/functions_eval.html 518${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/functions_eval.html
519share/doc/doxygen/examples/jdstyle/html/functions_func.html 519${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/functions_func.html
520share/doc/doxygen/examples/jdstyle/html/functions_vars.html 520${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/functions_vars.html
521share/doc/doxygen/examples/jdstyle/html/index.html 521${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/index.html
522share/doc/doxygen/examples/jdstyle/html/installdox 522${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/installdox
523share/doc/doxygen/examples/jdstyle/html/search/all_65.html 523${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/all_65.html
524share/doc/doxygen/examples/jdstyle/html/search/all_68.html 524${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/all_68.html
525share/doc/doxygen/examples/jdstyle/html/search/all_70.html 525${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/all_70.html
526share/doc/doxygen/examples/jdstyle/html/search/all_74.html 526${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/all_74.html
527share/doc/doxygen/examples/jdstyle/html/search/all_7e.html 527${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/all_7e.html
528share/doc/doxygen/examples/jdstyle/html/search/classes_74.html 528${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/classes_74.html
529share/doc/doxygen/examples/jdstyle/html/search/close.png 529${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/close.png
530share/doc/doxygen/examples/jdstyle/html/search/enums_74.html 530${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/enums_74.html
531share/doc/doxygen/examples/jdstyle/html/search/enumvalues_74.html 531${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/enumvalues_74.html
532share/doc/doxygen/examples/jdstyle/html/search/functions_74.html 532${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/functions_74.html
533share/doc/doxygen/examples/jdstyle/html/search/functions_7e.html 533${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/functions_7e.html
534share/doc/doxygen/examples/jdstyle/html/search/nomatches.html 534${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/nomatches.html
535share/doc/doxygen/examples/jdstyle/html/search/search.css 535${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/search.css
536share/doc/doxygen/examples/jdstyle/html/search/search.js 536${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/search.js
537share/doc/doxygen/examples/jdstyle/html/search/search.png 537${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/search.png
538share/doc/doxygen/examples/jdstyle/html/search/variables_65.html 538${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/variables_65.html
539share/doc/doxygen/examples/jdstyle/html/search/variables_68.html 539${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/variables_68.html
540share/doc/doxygen/examples/jdstyle/html/search/variables_70.html 540${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/variables_70.html
541share/doc/doxygen/examples/jdstyle/html/tab_b.gif 541${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/tab_b.gif
542share/doc/doxygen/examples/jdstyle/html/tab_l.gif 542${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/tab_l.gif
543share/doc/doxygen/examples/jdstyle/html/tab_r.gif 543${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/tab_r.gif
544share/doc/doxygen/examples/jdstyle/html/tabs.css 544${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/tabs.css
545share/doc/doxygen/examples/manual.c 545${PLIST.latex}share/doc/doxygen/examples/manual.c
546share/doc/doxygen/examples/manual.cfg 546${PLIST.latex}share/doc/doxygen/examples/manual.cfg
547share/doc/doxygen/examples/manual/html/annotated.html 547${PLIST.latex}share/doc/doxygen/examples/manual/html/annotated.html
548share/doc/doxygen/examples/manual/html/classes.html 548${PLIST.latex}share/doc/doxygen/examples/manual/html/classes.html
549share/doc/doxygen/examples/manual/html/doxygen.css 549${PLIST.latex}share/doc/doxygen/examples/manual/html/doxygen.css
550share/doc/doxygen/examples/manual/html/doxygen.png 550${PLIST.latex}share/doc/doxygen/examples/manual/html/doxygen.png
551share/doc/doxygen/examples/manual/html/files.html 551${PLIST.latex}share/doc/doxygen/examples/manual/html/files.html
552share/doc/doxygen/examples/manual/html/functions.html 552${PLIST.latex}share/doc/doxygen/examples/manual/html/functions.html
553share/doc/doxygen/examples/manual/html/functions_func.html 553${PLIST.latex}share/doc/doxygen/examples/manual/html/functions_func.html
554share/doc/doxygen/examples/manual/html/functions_vars.html 554${PLIST.latex}share/doc/doxygen/examples/manual/html/functions_vars.html
555share/doc/doxygen/examples/manual/html/globals.html 555${PLIST.latex}share/doc/doxygen/examples/manual/html/globals.html
556share/doc/doxygen/examples/manual/html/globals_func.html 556${PLIST.latex}share/doc/doxygen/examples/manual/html/globals_func.html
557share/doc/doxygen/examples/manual/html/hierarchy.html 557${PLIST.latex}share/doc/doxygen/examples/manual/html/hierarchy.html
558share/doc/doxygen/examples/manual/html/index.html 558${PLIST.latex}share/doc/doxygen/examples/manual/html/index.html
559share/doc/doxygen/examples/manual/html/installdox 559${PLIST.latex}share/doc/doxygen/examples/manual/html/installdox
560share/doc/doxygen/examples/manual/html/manual_8c.html 560${PLIST.latex}share/doc/doxygen/examples/manual/html/manual_8c.html
561share/doc/doxygen/examples/manual/html/search/all_62.html 561${PLIST.latex}share/doc/doxygen/examples/manual/html/search/all_62.html
562share/doc/doxygen/examples/manual/html/search/all_63.html 562${PLIST.latex}share/doc/doxygen/examples/manual/html/search/all_63.html
563share/doc/doxygen/examples/manual/html/search/all_6d.html 563${PLIST.latex}share/doc/doxygen/examples/manual/html/search/all_6d.html
564share/doc/doxygen/examples/manual/html/search/all_6f.html 564${PLIST.latex}share/doc/doxygen/examples/manual/html/search/all_6f.html
565share/doc/doxygen/examples/manual/html/search/all_72.html 565${PLIST.latex}share/doc/doxygen/examples/manual/html/search/all_72.html
566share/doc/doxygen/examples/manual/html/search/all_74.html 566${PLIST.latex}share/doc/doxygen/examples/manual/html/search/all_74.html
567share/doc/doxygen/examples/manual/html/search/all_76.html 567${PLIST.latex}share/doc/doxygen/examples/manual/html/search/all_76.html
568share/doc/doxygen/examples/manual/html/search/classes_63.html 568${PLIST.latex}share/doc/doxygen/examples/manual/html/search/classes_63.html
569share/doc/doxygen/examples/manual/html/search/classes_6f.html 569${PLIST.latex}share/doc/doxygen/examples/manual/html/search/classes_6f.html
570share/doc/doxygen/examples/manual/html/search/classes_74.html 570${PLIST.latex}share/doc/doxygen/examples/manual/html/search/classes_74.html
571share/doc/doxygen/examples/manual/html/search/classes_76.html 571${PLIST.latex}share/doc/doxygen/examples/manual/html/search/classes_76.html
572share/doc/doxygen/examples/manual/html/search/close.png 572${PLIST.latex}share/doc/doxygen/examples/manual/html/search/close.png
573share/doc/doxygen/examples/manual/html/search/files_6d.html 573${PLIST.latex}share/doc/doxygen/examples/manual/html/search/files_6d.html
574share/doc/doxygen/examples/manual/html/search/functions_6d.html 574${PLIST.latex}share/doc/doxygen/examples/manual/html/search/functions_6d.html
575share/doc/doxygen/examples/manual/html/search/functions_6f.html 575${PLIST.latex}share/doc/doxygen/examples/manual/html/search/functions_6f.html
576share/doc/doxygen/examples/manual/html/search/functions_76.html 576${PLIST.latex}share/doc/doxygen/examples/manual/html/search/functions_76.html
577share/doc/doxygen/examples/manual/html/search/nomatches.html 577${PLIST.latex}share/doc/doxygen/examples/manual/html/search/nomatches.html
578share/doc/doxygen/examples/manual/html/search/search.css 578${PLIST.latex}share/doc/doxygen/examples/manual/html/search/search.css
579share/doc/doxygen/examples/manual/html/search/search.js 579${PLIST.latex}share/doc/doxygen/examples/manual/html/search/search.js
580share/doc/doxygen/examples/manual/html/search/search.png 580${PLIST.latex}share/doc/doxygen/examples/manual/html/search/search.png
581share/doc/doxygen/examples/manual/html/search/variables_62.html 581${PLIST.latex}share/doc/doxygen/examples/manual/html/search/variables_62.html
582share/doc/doxygen/examples/manual/html/search/variables_72.html 582${PLIST.latex}share/doc/doxygen/examples/manual/html/search/variables_72.html
583share/doc/doxygen/examples/manual/html/struct_car-members.html 583${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_car-members.html
584share/doc/doxygen/examples/manual/html/struct_car.html 584${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_car.html
585share/doc/doxygen/examples/manual/html/struct_car.png 585${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_car.png
586share/doc/doxygen/examples/manual/html/struct_object-members.html 586${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_object-members.html
587share/doc/doxygen/examples/manual/html/struct_object.html 587${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_object.html
588share/doc/doxygen/examples/manual/html/struct_object.png 588${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_object.png
589share/doc/doxygen/examples/manual/html/struct_truck-members.html 589${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_truck-members.html
590share/doc/doxygen/examples/manual/html/struct_truck.html 590${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_truck.html
591share/doc/doxygen/examples/manual/html/struct_truck.png 591${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_truck.png
592share/doc/doxygen/examples/manual/html/struct_vehicle-members.html 592${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_vehicle-members.html
593share/doc/doxygen/examples/manual/html/struct_vehicle.html 593${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_vehicle.html
594share/doc/doxygen/examples/manual/html/struct_vehicle.png 594${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_vehicle.png
595share/doc/doxygen/examples/manual/html/tab_b.gif 595${PLIST.latex}share/doc/doxygen/examples/manual/html/tab_b.gif
596share/doc/doxygen/examples/manual/html/tab_l.gif 596${PLIST.latex}share/doc/doxygen/examples/manual/html/tab_l.gif
597share/doc/doxygen/examples/manual/html/tab_r.gif 597${PLIST.latex}share/doc/doxygen/examples/manual/html/tab_r.gif
598share/doc/doxygen/examples/manual/html/tabs.css 598${PLIST.latex}share/doc/doxygen/examples/manual/html/tabs.css
599share/doc/doxygen/examples/memgrp.cfg 599${PLIST.latex}share/doc/doxygen/examples/memgrp.cfg
600share/doc/doxygen/examples/memgrp.cpp 600${PLIST.latex}share/doc/doxygen/examples/memgrp.cpp
601share/doc/doxygen/examples/memgrp/html/annotated.html 601${PLIST.latex}share/doc/doxygen/examples/memgrp/html/annotated.html
602share/doc/doxygen/examples/memgrp/html/class_test-members.html 602${PLIST.latex}share/doc/doxygen/examples/memgrp/html/class_test-members.html
603share/doc/doxygen/examples/memgrp/html/class_test.html 603${PLIST.latex}share/doc/doxygen/examples/memgrp/html/class_test.html
604share/doc/doxygen/examples/memgrp/html/classes.html 604${PLIST.latex}share/doc/doxygen/examples/memgrp/html/classes.html
605share/doc/doxygen/examples/memgrp/html/doxygen.css 605${PLIST.latex}share/doc/doxygen/examples/memgrp/html/doxygen.css
606share/doc/doxygen/examples/memgrp/html/doxygen.png 606${PLIST.latex}share/doc/doxygen/examples/memgrp/html/doxygen.png
607share/doc/doxygen/examples/memgrp/html/files.html 607${PLIST.latex}share/doc/doxygen/examples/memgrp/html/files.html
608share/doc/doxygen/examples/memgrp/html/functions.html 608${PLIST.latex}share/doc/doxygen/examples/memgrp/html/functions.html
609share/doc/doxygen/examples/memgrp/html/functions_func.html 609${PLIST.latex}share/doc/doxygen/examples/memgrp/html/functions_func.html
610share/doc/doxygen/examples/memgrp/html/globals.html 610${PLIST.latex}share/doc/doxygen/examples/memgrp/html/globals.html
611share/doc/doxygen/examples/memgrp/html/globals_defs.html 611${PLIST.latex}share/doc/doxygen/examples/memgrp/html/globals_defs.html
612share/doc/doxygen/examples/memgrp/html/globals_func.html 612${PLIST.latex}share/doc/doxygen/examples/memgrp/html/globals_func.html
613share/doc/doxygen/examples/memgrp/html/index.html 613${PLIST.latex}share/doc/doxygen/examples/memgrp/html/index.html
614share/doc/doxygen/examples/memgrp/html/installdox 614${PLIST.latex}share/doc/doxygen/examples/memgrp/html/installdox
615share/doc/doxygen/examples/memgrp/html/memgrp_8cpp.html 615${PLIST.latex}share/doc/doxygen/examples/memgrp/html/memgrp_8cpp.html
616share/doc/doxygen/examples/memgrp/html/search/all_61.html 616${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/all_61.html
617share/doc/doxygen/examples/memgrp/html/search/all_62.html 617${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/all_62.html
618share/doc/doxygen/examples/memgrp/html/search/all_66.html 618${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/all_66.html
619share/doc/doxygen/examples/memgrp/html/search/all_67.html 619${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/all_67.html
620share/doc/doxygen/examples/memgrp/html/search/all_6d.html 620${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/all_6d.html
621share/doc/doxygen/examples/memgrp/html/search/all_74.html 621${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/all_74.html
622share/doc/doxygen/examples/memgrp/html/search/all_75.html 622${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/all_75.html
623share/doc/doxygen/examples/memgrp/html/search/classes_74.html 623${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/classes_74.html
624share/doc/doxygen/examples/memgrp/html/search/close.png 624${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/close.png
625share/doc/doxygen/examples/memgrp/html/search/defines_61.html 625${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/defines_61.html
626share/doc/doxygen/examples/memgrp/html/search/defines_62.html 626${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/defines_62.html
627share/doc/doxygen/examples/memgrp/html/search/files_6d.html 627${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/files_6d.html
628share/doc/doxygen/examples/memgrp/html/search/functions_66.html 628${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/functions_66.html
629share/doc/doxygen/examples/memgrp/html/search/functions_67.html 629${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/functions_67.html
630share/doc/doxygen/examples/memgrp/html/search/functions_75.html 630${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/functions_75.html
631share/doc/doxygen/examples/memgrp/html/search/nomatches.html 631${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/nomatches.html
632share/doc/doxygen/examples/memgrp/html/search/search.css 632${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/search.css
633share/doc/doxygen/examples/memgrp/html/search/search.js 633${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/search.js
634share/doc/doxygen/examples/memgrp/html/search/search.png 634${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/search.png
635share/doc/doxygen/examples/memgrp/html/tab_b.gif 635${PLIST.latex}share/doc/doxygen/examples/memgrp/html/tab_b.gif
636share/doc/doxygen/examples/memgrp/html/tab_l.gif 636${PLIST.latex}share/doc/doxygen/examples/memgrp/html/tab_l.gif
637share/doc/doxygen/examples/memgrp/html/tab_r.gif 637${PLIST.latex}share/doc/doxygen/examples/memgrp/html/tab_r.gif
638share/doc/doxygen/examples/memgrp/html/tabs.css 638${PLIST.latex}share/doc/doxygen/examples/memgrp/html/tabs.css
639share/doc/doxygen/examples/mux.cfg 639${PLIST.latex}share/doc/doxygen/examples/mux.cfg
640share/doc/doxygen/examples/mux.vhdl 640${PLIST.latex}share/doc/doxygen/examples/mux.vhdl
641share/doc/doxygen/examples/mux/html/annotated.html 641${PLIST.latex}share/doc/doxygen/examples/mux/html/annotated.html
642share/doc/doxygen/examples/mux/html/classes.html 642${PLIST.latex}share/doc/doxygen/examples/mux/html/classes.html
643share/doc/doxygen/examples/mux/html/classmux__using__with-members.html 643${PLIST.latex}share/doc/doxygen/examples/mux/html/classmux__using__with-members.html
644share/doc/doxygen/examples/mux/html/classmux__using__with.html 644${PLIST.latex}share/doc/doxygen/examples/mux/html/classmux__using__with.html
645share/doc/doxygen/examples/mux/html/classmux__using__with.png 645${PLIST.latex}share/doc/doxygen/examples/mux/html/classmux__using__with.png
646share/doc/doxygen/examples/mux/html/classmux__using__with_1_1behavior.html 646${PLIST.latex}share/doc/doxygen/examples/mux/html/classmux__using__with_1_1behavior.html
647share/doc/doxygen/examples/mux/html/classmux__using__with_1_1behavior.png 647${PLIST.latex}share/doc/doxygen/examples/mux/html/classmux__using__with_1_1behavior.png
648share/doc/doxygen/examples/mux/html/doxygen.css 648${PLIST.latex}share/doc/doxygen/examples/mux/html/doxygen.css
649share/doc/doxygen/examples/mux/html/doxygen.png 649${PLIST.latex}share/doc/doxygen/examples/mux/html/doxygen.png
650share/doc/doxygen/examples/mux/html/files.html 650${PLIST.latex}share/doc/doxygen/examples/mux/html/files.html
651share/doc/doxygen/examples/mux/html/functions.html 651${PLIST.latex}share/doc/doxygen/examples/mux/html/functions.html
652share/doc/doxygen/examples/mux/html/functions_vars.html 652${PLIST.latex}share/doc/doxygen/examples/mux/html/functions_vars.html
653share/doc/doxygen/examples/mux/html/hierarchy.html 653${PLIST.latex}share/doc/doxygen/examples/mux/html/hierarchy.html
654share/doc/doxygen/examples/mux/html/index.html 654${PLIST.latex}share/doc/doxygen/examples/mux/html/index.html
655share/doc/doxygen/examples/mux/html/installdox 655${PLIST.latex}share/doc/doxygen/examples/mux/html/installdox
656share/doc/doxygen/examples/mux/html/mux_8vhdl.html 656${PLIST.latex}share/doc/doxygen/examples/mux/html/mux_8vhdl.html
657share/doc/doxygen/examples/mux/html/search/all_62.html 657${PLIST.latex}share/doc/doxygen/examples/mux/html/search/all_62.html
658share/doc/doxygen/examples/mux/html/search/all_64.html 658${PLIST.latex}share/doc/doxygen/examples/mux/html/search/all_64.html
659share/doc/doxygen/examples/mux/html/search/all_69.html 659${PLIST.latex}share/doc/doxygen/examples/mux/html/search/all_69.html
660share/doc/doxygen/examples/mux/html/search/all_6d.html 660${PLIST.latex}share/doc/doxygen/examples/mux/html/search/all_6d.html
661share/doc/doxygen/examples/mux/html/search/all_73.html 661${PLIST.latex}share/doc/doxygen/examples/mux/html/search/all_73.html
662share/doc/doxygen/examples/mux/html/search/classes_62.html 662${PLIST.latex}share/doc/doxygen/examples/mux/html/search/classes_62.html
663share/doc/doxygen/examples/mux/html/search/classes_6d.html 663${PLIST.latex}share/doc/doxygen/examples/mux/html/search/classes_6d.html
664share/doc/doxygen/examples/mux/html/search/close.png 664${PLIST.latex}share/doc/doxygen/examples/mux/html/search/close.png
665share/doc/doxygen/examples/mux/html/search/files_6d.html 665${PLIST.latex}share/doc/doxygen/examples/mux/html/search/files_6d.html
666share/doc/doxygen/examples/mux/html/search/nomatches.html 666${PLIST.latex}share/doc/doxygen/examples/mux/html/search/nomatches.html
667share/doc/doxygen/examples/mux/html/search/search.css 667${PLIST.latex}share/doc/doxygen/examples/mux/html/search/search.css
668share/doc/doxygen/examples/mux/html/search/search.js 668${PLIST.latex}share/doc/doxygen/examples/mux/html/search/search.js
669share/doc/doxygen/examples/mux/html/search/search.png 669${PLIST.latex}share/doc/doxygen/examples/mux/html/search/search.png
670share/doc/doxygen/examples/mux/html/search/variables_64.html 670${PLIST.latex}share/doc/doxygen/examples/mux/html/search/variables_64.html
671share/doc/doxygen/examples/mux/html/search/variables_69.html 671${PLIST.latex}share/doc/doxygen/examples/mux/html/search/variables_69.html
672share/doc/doxygen/examples/mux/html/search/variables_6d.html 672${PLIST.latex}share/doc/doxygen/examples/mux/html/search/variables_6d.html
673share/doc/doxygen/examples/mux/html/search/variables_73.html 673${PLIST.latex}share/doc/doxygen/examples/mux/html/search/variables_73.html
674share/doc/doxygen/examples/mux/html/tab_b.gif 674${PLIST.latex}share/doc/doxygen/examples/mux/html/tab_b.gif
675share/doc/doxygen/examples/mux/html/tab_l.gif 675${PLIST.latex}share/doc/doxygen/examples/mux/html/tab_l.gif
676share/doc/doxygen/examples/mux/html/tab_r.gif 676${PLIST.latex}share/doc/doxygen/examples/mux/html/tab_r.gif
677share/doc/doxygen/examples/mux/html/tabs.css 677${PLIST.latex}share/doc/doxygen/examples/mux/html/tabs.css
678share/doc/doxygen/examples/overload.cfg 678${PLIST.latex}share/doc/doxygen/examples/overload.cfg
679share/doc/doxygen/examples/overload.cpp 679${PLIST.latex}share/doc/doxygen/examples/overload.cpp
680share/doc/doxygen/examples/overload/html/annotated.html 680${PLIST.latex}share/doc/doxygen/examples/overload/html/annotated.html
681share/doc/doxygen/examples/overload/html/class_test-members.html 681${PLIST.latex}share/doc/doxygen/examples/overload/html/class_test-members.html
682share/doc/doxygen/examples/overload/html/class_test.html 682${PLIST.latex}share/doc/doxygen/examples/overload/html/class_test.html
683share/doc/doxygen/examples/overload/html/classes.html 683${PLIST.latex}share/doc/doxygen/examples/overload/html/classes.html
684share/doc/doxygen/examples/overload/html/doxygen.css 684${PLIST.latex}share/doc/doxygen/examples/overload/html/doxygen.css
685share/doc/doxygen/examples/overload/html/doxygen.png 685${PLIST.latex}share/doc/doxygen/examples/overload/html/doxygen.png
686share/doc/doxygen/examples/overload/html/functions.html 686${PLIST.latex}share/doc/doxygen/examples/overload/html/functions.html
687share/doc/doxygen/examples/overload/html/functions_func.html 687${PLIST.latex}share/doc/doxygen/examples/overload/html/functions_func.html
688share/doc/doxygen/examples/overload/html/index.html 688${PLIST.latex}share/doc/doxygen/examples/overload/html/index.html
689share/doc/doxygen/examples/overload/html/installdox 689${PLIST.latex}share/doc/doxygen/examples/overload/html/installdox
690share/doc/doxygen/examples/overload/html/search/all_64.html 690${PLIST.latex}share/doc/doxygen/examples/overload/html/search/all_64.html
691share/doc/doxygen/examples/overload/html/search/all_74.html 691${PLIST.latex}share/doc/doxygen/examples/overload/html/search/all_74.html
692share/doc/doxygen/examples/overload/html/search/classes_74.html 692${PLIST.latex}share/doc/doxygen/examples/overload/html/search/classes_74.html
693share/doc/doxygen/examples/overload/html/search/close.png 693${PLIST.latex}share/doc/doxygen/examples/overload/html/search/close.png
694share/doc/doxygen/examples/overload/html/search/functions_64.html 694${PLIST.latex}share/doc/doxygen/examples/overload/html/search/functions_64.html
695share/doc/doxygen/examples/overload/html/search/nomatches.html 695${PLIST.latex}share/doc/doxygen/examples/overload/html/search/nomatches.html
696share/doc/doxygen/examples/overload/html/search/search.css 696${PLIST.latex}share/doc/doxygen/examples/overload/html/search/search.css
697share/doc/doxygen/examples/overload/html/search/search.js 697${PLIST.latex}share/doc/doxygen/examples/overload/html/search/search.js
698share/doc/doxygen/examples/overload/html/search/search.png 698${PLIST.latex}share/doc/doxygen/examples/overload/html/search/search.png
699share/doc/doxygen/examples/overload/html/tab_b.gif 699${PLIST.latex}share/doc/doxygen/examples/overload/html/tab_b.gif
700share/doc/doxygen/examples/overload/html/tab_l.gif 700${PLIST.latex}share/doc/doxygen/examples/overload/html/tab_l.gif
701share/doc/doxygen/examples/overload/html/tab_r.gif 701${PLIST.latex}share/doc/doxygen/examples/overload/html/tab_r.gif
702share/doc/doxygen/examples/overload/html/tabs.css 702${PLIST.latex}share/doc/doxygen/examples/overload/html/tabs.css
703share/doc/doxygen/examples/page.cfg 703${PLIST.latex}share/doc/doxygen/examples/page.cfg
704share/doc/doxygen/examples/page.doc 704${PLIST.latex}share/doc/doxygen/examples/page.doc
705share/doc/doxygen/examples/page/html/doxygen.css 705${PLIST.latex}share/doc/doxygen/examples/page/html/doxygen.css
706share/doc/doxygen/examples/page/html/doxygen.png 706${PLIST.latex}share/doc/doxygen/examples/page/html/doxygen.png
707share/doc/doxygen/examples/page/html/index.html 707${PLIST.latex}share/doc/doxygen/examples/page/html/index.html
708share/doc/doxygen/examples/page/html/installdox 708${PLIST.latex}share/doc/doxygen/examples/page/html/installdox
709share/doc/doxygen/examples/page/html/page1.html 709${PLIST.latex}share/doc/doxygen/examples/page/html/page1.html
710share/doc/doxygen/examples/page/html/page2.html 710${PLIST.latex}share/doc/doxygen/examples/page/html/page2.html
711share/doc/doxygen/examples/page/html/pages.html 711${PLIST.latex}share/doc/doxygen/examples/page/html/pages.html
712share/doc/doxygen/examples/page/html/search/close.png 712${PLIST.latex}share/doc/doxygen/examples/page/html/search/close.png
713share/doc/doxygen/examples/page/html/search/nomatches.html 713${PLIST.latex}share/doc/doxygen/examples/page/html/search/nomatches.html
714share/doc/doxygen/examples/page/html/search/search.css 714${PLIST.latex}share/doc/doxygen/examples/page/html/search/search.css
715share/doc/doxygen/examples/page/html/search/search.js 715${PLIST.latex}share/doc/doxygen/examples/page/html/search/search.js
716share/doc/doxygen/examples/page/html/search/search.png 716${PLIST.latex}share/doc/doxygen/examples/page/html/search/search.png
717share/doc/doxygen/examples/page/html/tab_b.gif 717${PLIST.latex}share/doc/doxygen/examples/page/html/tab_b.gif
718share/doc/doxygen/examples/page/html/tab_l.gif 718${PLIST.latex}share/doc/doxygen/examples/page/html/tab_l.gif
719share/doc/doxygen/examples/page/html/tab_r.gif 719${PLIST.latex}share/doc/doxygen/examples/page/html/tab_r.gif
720share/doc/doxygen/examples/page/html/tabs.css 720${PLIST.latex}share/doc/doxygen/examples/page/html/tabs.css
721share/doc/doxygen/examples/par.cfg 721${PLIST.latex}share/doc/doxygen/examples/par.cfg
722share/doc/doxygen/examples/par.cpp 722${PLIST.latex}share/doc/doxygen/examples/par.cpp
723share/doc/doxygen/examples/par/html/annotated.html 723${PLIST.latex}share/doc/doxygen/examples/par/html/annotated.html
724share/doc/doxygen/examples/par/html/class_test.html 724${PLIST.latex}share/doc/doxygen/examples/par/html/class_test.html
725share/doc/doxygen/examples/par/html/classes.html 725${PLIST.latex}share/doc/doxygen/examples/par/html/classes.html
726share/doc/doxygen/examples/par/html/doxygen.css 726${PLIST.latex}share/doc/doxygen/examples/par/html/doxygen.css
727share/doc/doxygen/examples/par/html/doxygen.png 727${PLIST.latex}share/doc/doxygen/examples/par/html/doxygen.png
728share/doc/doxygen/examples/par/html/index.html 728${PLIST.latex}share/doc/doxygen/examples/par/html/index.html
729share/doc/doxygen/examples/par/html/installdox 729${PLIST.latex}share/doc/doxygen/examples/par/html/installdox
730share/doc/doxygen/examples/par/html/search/all_74.html 730${PLIST.latex}share/doc/doxygen/examples/par/html/search/all_74.html
731share/doc/doxygen/examples/par/html/search/classes_74.html 731${PLIST.latex}share/doc/doxygen/examples/par/html/search/classes_74.html
732share/doc/doxygen/examples/par/html/search/close.png 732${PLIST.latex}share/doc/doxygen/examples/par/html/search/close.png
733share/doc/doxygen/examples/par/html/search/nomatches.html 733${PLIST.latex}share/doc/doxygen/examples/par/html/search/nomatches.html
734share/doc/doxygen/examples/par/html/search/search.css 734${PLIST.latex}share/doc/doxygen/examples/par/html/search/search.css
735share/doc/doxygen/examples/par/html/search/search.js 735${PLIST.latex}share/doc/doxygen/examples/par/html/search/search.js
736share/doc/doxygen/examples/par/html/search/search.png 736${PLIST.latex}share/doc/doxygen/examples/par/html/search/search.png
737share/doc/doxygen/examples/par/html/tab_b.gif 737${PLIST.latex}share/doc/doxygen/examples/par/html/tab_b.gif
738share/doc/doxygen/examples/par/html/tab_l.gif 738${PLIST.latex}share/doc/doxygen/examples/par/html/tab_l.gif
739share/doc/doxygen/examples/par/html/tab_r.gif 739${PLIST.latex}share/doc/doxygen/examples/par/html/tab_r.gif
740share/doc/doxygen/examples/par/html/tabs.css 740${PLIST.latex}share/doc/doxygen/examples/par/html/tabs.css
741share/doc/doxygen/examples/pyexample.cfg 741${PLIST.latex}share/doc/doxygen/examples/pyexample.cfg
742share/doc/doxygen/examples/pyexample.py 742${PLIST.latex}share/doc/doxygen/examples/pyexample.py
743share/doc/doxygen/examples/pyexample/html/annotated.html 743${PLIST.latex}share/doc/doxygen/examples/pyexample/html/annotated.html
744share/doc/doxygen/examples/pyexample/html/classes.html 744${PLIST.latex}share/doc/doxygen/examples/pyexample/html/classes.html
745${PLIST.ci}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class-members.html 745${PLIST.ci}${PLIST.latex}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class-members.html
746${PLIST.ci}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class.html 746${PLIST.ci}${PLIST.latex}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class.html
747${PLIST.cs}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass-members.html 747${PLIST.cs}${PLIST.latex}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass-members.html
748${PLIST.cs}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass.html 748${PLIST.cs}${PLIST.latex}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass.html
749share/doc/doxygen/examples/pyexample/html/doxygen.css 749${PLIST.latex}share/doc/doxygen/examples/pyexample/html/doxygen.css
750share/doc/doxygen/examples/pyexample/html/doxygen.png 750${PLIST.latex}share/doc/doxygen/examples/pyexample/html/doxygen.png
751share/doc/doxygen/examples/pyexample/html/functions.html 751${PLIST.latex}share/doc/doxygen/examples/pyexample/html/functions.html
752share/doc/doxygen/examples/pyexample/html/functions_func.html 752${PLIST.latex}share/doc/doxygen/examples/pyexample/html/functions_func.html
753share/doc/doxygen/examples/pyexample/html/functions_vars.html 753${PLIST.latex}share/doc/doxygen/examples/pyexample/html/functions_vars.html
754share/doc/doxygen/examples/pyexample/html/index.html 754${PLIST.latex}share/doc/doxygen/examples/pyexample/html/index.html
755share/doc/doxygen/examples/pyexample/html/installdox 755${PLIST.latex}share/doc/doxygen/examples/pyexample/html/installdox
756share/doc/doxygen/examples/pyexample/html/namespacemembers.html 756${PLIST.latex}share/doc/doxygen/examples/pyexample/html/namespacemembers.html
757share/doc/doxygen/examples/pyexample/html/namespacemembers_func.html 757${PLIST.latex}share/doc/doxygen/examples/pyexample/html/namespacemembers_func.html
758share/doc/doxygen/examples/pyexample/html/namespacepyexample.html 758${PLIST.latex}share/doc/doxygen/examples/pyexample/html/namespacepyexample.html
759share/doc/doxygen/examples/pyexample/html/namespaces.html 759${PLIST.latex}share/doc/doxygen/examples/pyexample/html/namespaces.html
760share/doc/doxygen/examples/pyexample/html/search/all_5f.html 760${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/all_5f.html
761share/doc/doxygen/examples/pyexample/html/search/all_63.html 761${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/all_63.html
762share/doc/doxygen/examples/pyexample/html/search/all_66.html 762${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/all_66.html
763share/doc/doxygen/examples/pyexample/html/search/all_70.html 763${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/all_70.html
764share/doc/doxygen/examples/pyexample/html/search/classes_70.html 764${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/classes_70.html
765share/doc/doxygen/examples/pyexample/html/search/close.png 765${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/close.png
766share/doc/doxygen/examples/pyexample/html/search/functions_5f.html 766${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/functions_5f.html
767share/doc/doxygen/examples/pyexample/html/search/functions_66.html 767${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/functions_66.html
768share/doc/doxygen/examples/pyexample/html/search/functions_70.html 768${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/functions_70.html
769share/doc/doxygen/examples/pyexample/html/search/namespaces_70.html 769${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/namespaces_70.html
770share/doc/doxygen/examples/pyexample/html/search/nomatches.html 770${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/nomatches.html
771share/doc/doxygen/examples/pyexample/html/search/search.css 771${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/search.css
772share/doc/doxygen/examples/pyexample/html/search/search.js 772${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/search.js
773share/doc/doxygen/examples/pyexample/html/search/search.png 773${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/search.png
774share/doc/doxygen/examples/pyexample/html/search/variables_63.html 774${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/variables_63.html
775share/doc/doxygen/examples/pyexample/html/tab_b.gif 775${PLIST.latex}share/doc/doxygen/examples/pyexample/html/tab_b.gif
776share/doc/doxygen/examples/pyexample/html/tab_l.gif 776${PLIST.latex}share/doc/doxygen/examples/pyexample/html/tab_l.gif
777share/doc/doxygen/examples/pyexample/html/tab_r.gif 777${PLIST.latex}share/doc/doxygen/examples/pyexample/html/tab_r.gif
778share/doc/doxygen/examples/pyexample/html/tabs.css 778${PLIST.latex}share/doc/doxygen/examples/pyexample/html/tabs.css
779share/doc/doxygen/examples/qtstyle.cfg 779${PLIST.latex}share/doc/doxygen/examples/qtstyle.cfg
780share/doc/doxygen/examples/qtstyle.cpp 780${PLIST.latex}share/doc/doxygen/examples/qtstyle.cpp
781share/doc/doxygen/examples/qtstyle/html/annotated.html 781${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/annotated.html
782share/doc/doxygen/examples/qtstyle/html/class_test-members.html 782${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/class_test-members.html
783share/doc/doxygen/examples/qtstyle/html/class_test.html 783${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/class_test.html
784share/doc/doxygen/examples/qtstyle/html/classes.html 784${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/classes.html
785share/doc/doxygen/examples/qtstyle/html/doxygen.css 785${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/doxygen.css
786share/doc/doxygen/examples/qtstyle/html/doxygen.png 786${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/doxygen.png
787share/doc/doxygen/examples/qtstyle/html/functions.html 787${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/functions.html
788share/doc/doxygen/examples/qtstyle/html/functions_enum.html 788${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/functions_enum.html
789share/doc/doxygen/examples/qtstyle/html/functions_eval.html 789${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/functions_eval.html
790share/doc/doxygen/examples/qtstyle/html/functions_func.html 790${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/functions_func.html
791share/doc/doxygen/examples/qtstyle/html/functions_vars.html 791${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/functions_vars.html
792share/doc/doxygen/examples/qtstyle/html/index.html 792${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/index.html
793share/doc/doxygen/examples/qtstyle/html/installdox 793${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/installdox
794share/doc/doxygen/examples/qtstyle/html/search/all_65.html 794${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/all_65.html
795share/doc/doxygen/examples/qtstyle/html/search/all_68.html 795${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/all_68.html
796share/doc/doxygen/examples/qtstyle/html/search/all_70.html 796${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/all_70.html
797share/doc/doxygen/examples/qtstyle/html/search/all_74.html 797${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/all_74.html
798share/doc/doxygen/examples/qtstyle/html/search/all_7e.html 798${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/all_7e.html
799share/doc/doxygen/examples/qtstyle/html/search/classes_74.html 799${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/classes_74.html
800share/doc/doxygen/examples/qtstyle/html/search/close.png 800${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/close.png
801share/doc/doxygen/examples/qtstyle/html/search/enums_74.html 801${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/enums_74.html
802share/doc/doxygen/examples/qtstyle/html/search/enumvalues_74.html 802${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/enumvalues_74.html
803share/doc/doxygen/examples/qtstyle/html/search/functions_74.html 803${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/functions_74.html
804share/doc/doxygen/examples/qtstyle/html/search/functions_7e.html 804${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/functions_7e.html
805share/doc/doxygen/examples/qtstyle/html/search/nomatches.html 805${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/nomatches.html
806share/doc/doxygen/examples/qtstyle/html/search/search.css 806${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/search.css
807share/doc/doxygen/examples/qtstyle/html/search/search.js 807${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/search.js
808share/doc/doxygen/examples/qtstyle/html/search/search.png 808${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/search.png
809share/doc/doxygen/examples/qtstyle/html/search/variables_65.html 809${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/variables_65.html
810share/doc/doxygen/examples/qtstyle/html/search/variables_68.html 810${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/variables_68.html
811share/doc/doxygen/examples/qtstyle/html/search/variables_70.html 811${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/variables_70.html
812share/doc/doxygen/examples/qtstyle/html/tab_b.gif 812${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/tab_b.gif
813share/doc/doxygen/examples/qtstyle/html/tab_l.gif 813${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/tab_l.gif
814share/doc/doxygen/examples/qtstyle/html/tab_r.gif 814${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/tab_r.gif
815share/doc/doxygen/examples/qtstyle/html/tabs.css 815${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/tabs.css
816share/doc/doxygen/examples/relates.cfg 816${PLIST.latex}share/doc/doxygen/examples/relates.cfg
817share/doc/doxygen/examples/relates.cpp 817${PLIST.latex}share/doc/doxygen/examples/relates.cpp
818share/doc/doxygen/examples/relates/html/annotated.html 818${PLIST.latex}share/doc/doxygen/examples/relates/html/annotated.html
819share/doc/doxygen/examples/relates/html/class_string-members.html 819${PLIST.latex}share/doc/doxygen/examples/relates/html/class_string-members.html
820share/doc/doxygen/examples/relates/html/class_string.html 820${PLIST.latex}share/doc/doxygen/examples/relates/html/class_string.html
821share/doc/doxygen/examples/relates/html/classes.html 821${PLIST.latex}share/doc/doxygen/examples/relates/html/classes.html
822share/doc/doxygen/examples/relates/html/doxygen.css 822${PLIST.latex}share/doc/doxygen/examples/relates/html/doxygen.css
823share/doc/doxygen/examples/relates/html/doxygen.png 823${PLIST.latex}share/doc/doxygen/examples/relates/html/doxygen.png
824share/doc/doxygen/examples/relates/html/functions.html 824${PLIST.latex}share/doc/doxygen/examples/relates/html/functions.html
825share/doc/doxygen/examples/relates/html/functions_func.html 825${PLIST.latex}share/doc/doxygen/examples/relates/html/functions_func.html
826share/doc/doxygen/examples/relates/html/functions_rela.html 826${PLIST.latex}share/doc/doxygen/examples/relates/html/functions_rela.html
827share/doc/doxygen/examples/relates/html/index.html 827${PLIST.latex}share/doc/doxygen/examples/relates/html/index.html
828share/doc/doxygen/examples/relates/html/installdox 828${PLIST.latex}share/doc/doxygen/examples/relates/html/installdox
829share/doc/doxygen/examples/relates/html/search/all_73.html 829${PLIST.latex}share/doc/doxygen/examples/relates/html/search/all_73.html
830share/doc/doxygen/examples/relates/html/search/classes_73.html 830${PLIST.latex}share/doc/doxygen/examples/relates/html/search/classes_73.html
831share/doc/doxygen/examples/relates/html/search/close.png 831${PLIST.latex}share/doc/doxygen/examples/relates/html/search/close.png
832share/doc/doxygen/examples/relates/html/search/functions_73.html 832${PLIST.latex}share/doc/doxygen/examples/relates/html/search/functions_73.html
833share/doc/doxygen/examples/relates/html/search/nomatches.html 833${PLIST.latex}share/doc/doxygen/examples/relates/html/search/nomatches.html
834share/doc/doxygen/examples/relates/html/search/related_73.html 834${PLIST.latex}share/doc/doxygen/examples/relates/html/search/related_73.html
835share/doc/doxygen/examples/relates/html/search/search.css 835${PLIST.latex}share/doc/doxygen/examples/relates/html/search/search.css
836share/doc/doxygen/examples/relates/html/search/search.js 836${PLIST.latex}share/doc/doxygen/examples/relates/html/search/search.js
837share/doc/doxygen/examples/relates/html/search/search.png 837${PLIST.latex}share/doc/doxygen/examples/relates/html/search/search.png
838share/doc/doxygen/examples/relates/html/tab_b.gif 838${PLIST.latex}share/doc/doxygen/examples/relates/html/tab_b.gif
839share/doc/doxygen/examples/relates/html/tab_l.gif 839${PLIST.latex}share/doc/doxygen/examples/relates/html/tab_l.gif
840share/doc/doxygen/examples/relates/html/tab_r.gif 840${PLIST.latex}share/doc/doxygen/examples/relates/html/tab_r.gif
841share/doc/doxygen/examples/relates/html/tabs.css 841${PLIST.latex}share/doc/doxygen/examples/relates/html/tabs.css
842share/doc/doxygen/examples/restypedef.cfg 842${PLIST.latex}share/doc/doxygen/examples/restypedef.cfg
843share/doc/doxygen/examples/restypedef.cpp 843${PLIST.latex}share/doc/doxygen/examples/restypedef.cpp
844share/doc/doxygen/examples/restypedef/html/annotated.html 844${PLIST.latex}share/doc/doxygen/examples/restypedef/html/annotated.html
845share/doc/doxygen/examples/restypedef/html/classes.html 845${PLIST.latex}share/doc/doxygen/examples/restypedef/html/classes.html
846share/doc/doxygen/examples/restypedef/html/doxygen.css 846${PLIST.latex}share/doc/doxygen/examples/restypedef/html/doxygen.css
847share/doc/doxygen/examples/restypedef/html/doxygen.png 847${PLIST.latex}share/doc/doxygen/examples/restypedef/html/doxygen.png
848share/doc/doxygen/examples/restypedef/html/files.html 848${PLIST.latex}share/doc/doxygen/examples/restypedef/html/files.html
849share/doc/doxygen/examples/restypedef/html/functions.html 849${PLIST.latex}share/doc/doxygen/examples/restypedef/html/functions.html
850share/doc/doxygen/examples/restypedef/html/functions_vars.html 850${PLIST.latex}share/doc/doxygen/examples/restypedef/html/functions_vars.html
851share/doc/doxygen/examples/restypedef/html/globals.html 851${PLIST.latex}share/doc/doxygen/examples/restypedef/html/globals.html
852share/doc/doxygen/examples/restypedef/html/globals_func.html 852${PLIST.latex}share/doc/doxygen/examples/restypedef/html/globals_func.html
853share/doc/doxygen/examples/restypedef/html/globals_type.html 853${PLIST.latex}share/doc/doxygen/examples/restypedef/html/globals_type.html
854share/doc/doxygen/examples/restypedef/html/index.html 854${PLIST.latex}share/doc/doxygen/examples/restypedef/html/index.html
855share/doc/doxygen/examples/restypedef/html/installdox 855${PLIST.latex}share/doc/doxygen/examples/restypedef/html/installdox
856share/doc/doxygen/examples/restypedef/html/restypedef_8cpp.html 856${PLIST.latex}share/doc/doxygen/examples/restypedef/html/restypedef_8cpp.html
857share/doc/doxygen/examples/restypedef/html/search/all_61.html 857${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/all_61.html
858share/doc/doxygen/examples/restypedef/html/search/all_63.html 858${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/all_63.html
859share/doc/doxygen/examples/restypedef/html/search/all_72.html 859${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/all_72.html
860share/doc/doxygen/examples/restypedef/html/search/all_78.html 860${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/all_78.html
861share/doc/doxygen/examples/restypedef/html/search/all_79.html 861${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/all_79.html
862share/doc/doxygen/examples/restypedef/html/search/classes_63.html 862${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/classes_63.html
863share/doc/doxygen/examples/restypedef/html/search/close.png 863${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/close.png
864share/doc/doxygen/examples/restypedef/html/search/files_72.html 864${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/files_72.html
865share/doc/doxygen/examples/restypedef/html/search/functions_61.html 865${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/functions_61.html
866share/doc/doxygen/examples/restypedef/html/search/nomatches.html 866${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/nomatches.html
867share/doc/doxygen/examples/restypedef/html/search/search.css 867${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/search.css
868share/doc/doxygen/examples/restypedef/html/search/search.js 868${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/search.js
869share/doc/doxygen/examples/restypedef/html/search/search.png 869${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/search.png
870share/doc/doxygen/examples/restypedef/html/search/typedefs_63.html 870${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/typedefs_63.html
871share/doc/doxygen/examples/restypedef/html/search/variables_78.html 871${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/variables_78.html
872share/doc/doxygen/examples/restypedef/html/search/variables_79.html 872${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/variables_79.html
873share/doc/doxygen/examples/restypedef/html/struct_coord_struct-members.html 873${PLIST.latex}share/doc/doxygen/examples/restypedef/html/struct_coord_struct-members.html
874share/doc/doxygen/examples/restypedef/html/struct_coord_struct.html 874${PLIST.latex}share/doc/doxygen/examples/restypedef/html/struct_coord_struct.html
875share/doc/doxygen/examples/restypedef/html/tab_b.gif 875${PLIST.latex}share/doc/doxygen/examples/restypedef/html/tab_b.gif
876share/doc/doxygen/examples/restypedef/html/tab_l.gif 876${PLIST.latex}share/doc/doxygen/examples/restypedef/html/tab_l.gif
877share/doc/doxygen/examples/restypedef/html/tab_r.gif 877${PLIST.latex}share/doc/doxygen/examples/restypedef/html/tab_r.gif
878share/doc/doxygen/examples/restypedef/html/tabs.css 878${PLIST.latex}share/doc/doxygen/examples/restypedef/html/tabs.css
879share/doc/doxygen/examples/structcmd.cfg 879${PLIST.latex}share/doc/doxygen/examples/structcmd.cfg
880share/doc/doxygen/examples/structcmd.h 880${PLIST.latex}share/doc/doxygen/examples/structcmd.h
881share/doc/doxygen/examples/structcmd/html/doxygen.css 881${PLIST.latex}share/doc/doxygen/examples/structcmd/html/doxygen.css
882share/doc/doxygen/examples/structcmd/html/doxygen.png 882${PLIST.latex}share/doc/doxygen/examples/structcmd/html/doxygen.png
883share/doc/doxygen/examples/structcmd/html/files.html 883${PLIST.latex}share/doc/doxygen/examples/structcmd/html/files.html
884share/doc/doxygen/examples/structcmd/html/globals.html 884${PLIST.latex}share/doc/doxygen/examples/structcmd/html/globals.html
885share/doc/doxygen/examples/structcmd/html/globals_defs.html 885${PLIST.latex}share/doc/doxygen/examples/structcmd/html/globals_defs.html
886share/doc/doxygen/examples/structcmd/html/globals_func.html 886${PLIST.latex}share/doc/doxygen/examples/structcmd/html/globals_func.html
887share/doc/doxygen/examples/structcmd/html/globals_type.html 887${PLIST.latex}share/doc/doxygen/examples/structcmd/html/globals_type.html
888share/doc/doxygen/examples/structcmd/html/globals_vars.html 888${PLIST.latex}share/doc/doxygen/examples/structcmd/html/globals_vars.html
889share/doc/doxygen/examples/structcmd/html/index.html 889${PLIST.latex}share/doc/doxygen/examples/structcmd/html/index.html
890share/doc/doxygen/examples/structcmd/html/installdox 890${PLIST.latex}share/doc/doxygen/examples/structcmd/html/installdox
891share/doc/doxygen/examples/structcmd/html/search/all_63.html 891${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/all_63.html
892share/doc/doxygen/examples/structcmd/html/search/all_65.html 892${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/all_65.html
893share/doc/doxygen/examples/structcmd/html/search/all_6d.html 893${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/all_6d.html
894share/doc/doxygen/examples/structcmd/html/search/all_6f.html 894${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/all_6f.html
895share/doc/doxygen/examples/structcmd/html/search/all_72.html 895${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/all_72.html
896share/doc/doxygen/examples/structcmd/html/search/all_73.html 896${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/all_73.html
897share/doc/doxygen/examples/structcmd/html/search/all_75.html 897${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/all_75.html
898share/doc/doxygen/examples/structcmd/html/search/all_77.html 898${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/all_77.html
899share/doc/doxygen/examples/structcmd/html/search/close.png 899${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/close.png
900share/doc/doxygen/examples/structcmd/html/search/defines_6d.html 900${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/defines_6d.html
901share/doc/doxygen/examples/structcmd/html/search/files_73.html 901${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/files_73.html
902share/doc/doxygen/examples/structcmd/html/search/functions_63.html 902${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/functions_63.html
903share/doc/doxygen/examples/structcmd/html/search/functions_6f.html 903${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/functions_6f.html
904share/doc/doxygen/examples/structcmd/html/search/functions_72.html 904${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/functions_72.html
905share/doc/doxygen/examples/structcmd/html/search/functions_77.html 905${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/functions_77.html
906share/doc/doxygen/examples/structcmd/html/search/nomatches.html 906${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/nomatches.html
907share/doc/doxygen/examples/structcmd/html/search/search.css 907${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/search.css
908share/doc/doxygen/examples/structcmd/html/search/search.js 908${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/search.js
909share/doc/doxygen/examples/structcmd/html/search/search.png 909${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/search.png
910share/doc/doxygen/examples/structcmd/html/search/typedefs_75.html 910${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/typedefs_75.html
911share/doc/doxygen/examples/structcmd/html/search/variables_65.html 911${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/variables_65.html
912share/doc/doxygen/examples/structcmd/html/structcmd_8h.html 912${PLIST.latex}share/doc/doxygen/examples/structcmd/html/structcmd_8h.html
913share/doc/doxygen/examples/structcmd/html/structcmd_8h_source.html 913${PLIST.latex}share/doc/doxygen/examples/structcmd/html/structcmd_8h_source.html
914share/doc/doxygen/examples/structcmd/html/tab_b.gif 914${PLIST.latex}share/doc/doxygen/examples/structcmd/html/tab_b.gif
915share/doc/doxygen/examples/structcmd/html/tab_l.gif 915${PLIST.latex}share/doc/doxygen/examples/structcmd/html/tab_l.gif
916share/doc/doxygen/examples/structcmd/html/tab_r.gif 916${PLIST.latex}share/doc/doxygen/examples/structcmd/html/tab_r.gif
917share/doc/doxygen/examples/structcmd/html/tabs.css 917${PLIST.latex}share/doc/doxygen/examples/structcmd/html/tabs.css
918share/doc/doxygen/examples/tag.cfg 918${PLIST.latex}share/doc/doxygen/examples/tag.cfg
919share/doc/doxygen/examples/tag.cpp 919${PLIST.latex}share/doc/doxygen/examples/tag.cpp
920share/doc/doxygen/examples/tag/html/annotated.html 920${PLIST.latex}share/doc/doxygen/examples/tag/html/annotated.html
921share/doc/doxygen/examples/tag/html/class_tag-members.html 921${PLIST.latex}share/doc/doxygen/examples/tag/html/class_tag-members.html
922share/doc/doxygen/examples/tag/html/class_tag.html 922${PLIST.latex}share/doc/doxygen/examples/tag/html/class_tag.html
923share/doc/doxygen/examples/tag/html/class_tag.png 923${PLIST.latex}share/doc/doxygen/examples/tag/html/class_tag.png
924share/doc/doxygen/examples/tag/html/classes.html 924${PLIST.latex}share/doc/doxygen/examples/tag/html/classes.html
925share/doc/doxygen/examples/tag/html/doxygen.css 925${PLIST.latex}share/doc/doxygen/examples/tag/html/doxygen.css
926share/doc/doxygen/examples/tag/html/doxygen.png 926${PLIST.latex}share/doc/doxygen/examples/tag/html/doxygen.png
927share/doc/doxygen/examples/tag/html/functions.html 927${PLIST.latex}share/doc/doxygen/examples/tag/html/functions.html
928share/doc/doxygen/examples/tag/html/functions_func.html 928${PLIST.latex}share/doc/doxygen/examples/tag/html/functions_func.html
929share/doc/doxygen/examples/tag/html/hierarchy.html 929${PLIST.latex}share/doc/doxygen/examples/tag/html/hierarchy.html
930share/doc/doxygen/examples/tag/html/index.html 930${PLIST.latex}share/doc/doxygen/examples/tag/html/index.html
931share/doc/doxygen/examples/tag/html/installdox 931${PLIST.latex}share/doc/doxygen/examples/tag/html/installdox
932share/doc/doxygen/examples/tag/html/search/all_65.html 932${PLIST.latex}share/doc/doxygen/examples/tag/html/search/all_65.html
933share/doc/doxygen/examples/tag/html/search/all_74.html 933${PLIST.latex}share/doc/doxygen/examples/tag/html/search/all_74.html
934share/doc/doxygen/examples/tag/html/search/classes_74.html 934${PLIST.latex}share/doc/doxygen/examples/tag/html/search/classes_74.html
935share/doc/doxygen/examples/tag/html/search/close.png 935${PLIST.latex}share/doc/doxygen/examples/tag/html/search/close.png
936share/doc/doxygen/examples/tag/html/search/functions_65.html 936${PLIST.latex}share/doc/doxygen/examples/tag/html/search/functions_65.html
937share/doc/doxygen/examples/tag/html/search/nomatches.html 937${PLIST.latex}share/doc/doxygen/examples/tag/html/search/nomatches.html
938share/doc/doxygen/examples/tag/html/search/search.css 938${PLIST.latex}share/doc/doxygen/examples/tag/html/search/search.css
939share/doc/doxygen/examples/tag/html/search/search.js 939${PLIST.latex}share/doc/doxygen/examples/tag/html/search/search.js
940share/doc/doxygen/examples/tag/html/search/search.png 940${PLIST.latex}share/doc/doxygen/examples/tag/html/search/search.png
941share/doc/doxygen/examples/tag/html/tab_b.gif 941${PLIST.latex}share/doc/doxygen/examples/tag/html/tab_b.gif
942share/doc/doxygen/examples/tag/html/tab_l.gif 942${PLIST.latex}share/doc/doxygen/examples/tag/html/tab_l.gif
943share/doc/doxygen/examples/tag/html/tab_r.gif 943${PLIST.latex}share/doc/doxygen/examples/tag/html/tab_r.gif
944share/doc/doxygen/examples/tag/html/tabs.css 944${PLIST.latex}share/doc/doxygen/examples/tag/html/tabs.css
945share/doc/doxygen/examples/templ.cfg 945${PLIST.latex}share/doc/doxygen/examples/templ.cfg
946share/doc/doxygen/examples/templ.cpp 946${PLIST.latex}share/doc/doxygen/examples/templ.cpp
947share/doc/doxygen/examples/template/html/annotated.html 947${PLIST.latex}share/doc/doxygen/examples/template/html/annotated.html
948share/doc/doxygen/examples/template/html/class_test-members.html 948${PLIST.latex}share/doc/doxygen/examples/template/html/class_test-members.html
949share/doc/doxygen/examples/template/html/class_test.html 949${PLIST.latex}share/doc/doxygen/examples/template/html/class_test.html
950share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4-members.html 950${PLIST.latex}share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4-members.html
951share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4.html 951${PLIST.latex}share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4.html
952share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4.png 952${PLIST.latex}share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4.png
953share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4-members.html 953${PLIST.latex}share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4-members.html
954share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4.html 954${PLIST.latex}share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4.html
955share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4.png 955${PLIST.latex}share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4.png
956share/doc/doxygen/examples/template/html/classes.html 956${PLIST.latex}share/doc/doxygen/examples/template/html/classes.html
957share/doc/doxygen/examples/template/html/doxygen.css 957${PLIST.latex}share/doc/doxygen/examples/template/html/doxygen.css
958share/doc/doxygen/examples/template/html/doxygen.png 958${PLIST.latex}share/doc/doxygen/examples/template/html/doxygen.png
959share/doc/doxygen/examples/template/html/functions.html 959${PLIST.latex}share/doc/doxygen/examples/template/html/functions.html
960share/doc/doxygen/examples/template/html/functions_func.html 960${PLIST.latex}share/doc/doxygen/examples/template/html/functions_func.html
961share/doc/doxygen/examples/template/html/hierarchy.html 961${PLIST.latex}share/doc/doxygen/examples/template/html/hierarchy.html
962share/doc/doxygen/examples/template/html/index.html 962${PLIST.latex}share/doc/doxygen/examples/template/html/index.html
963share/doc/doxygen/examples/template/html/installdox 963${PLIST.latex}share/doc/doxygen/examples/template/html/installdox
964share/doc/doxygen/examples/template/html/search/all_74.html 964${PLIST.latex}share/doc/doxygen/examples/template/html/search/all_74.html
965share/doc/doxygen/examples/template/html/search/classes_74.html 965${PLIST.latex}share/doc/doxygen/examples/template/html/search/classes_74.html
966share/doc/doxygen/examples/template/html/search/close.png 966${PLIST.latex}share/doc/doxygen/examples/template/html/search/close.png
967share/doc/doxygen/examples/template/html/search/functions_74.html 967${PLIST.latex}share/doc/doxygen/examples/template/html/search/functions_74.html
968share/doc/doxygen/examples/template/html/search/nomatches.html 968${PLIST.latex}share/doc/doxygen/examples/template/html/search/nomatches.html
969share/doc/doxygen/examples/template/html/search/search.css 969${PLIST.latex}share/doc/doxygen/examples/template/html/search/search.css
970share/doc/doxygen/examples/template/html/search/search.js 970${PLIST.latex}share/doc/doxygen/examples/template/html/search/search.js
971share/doc/doxygen/examples/template/html/search/search.png 971${PLIST.latex}share/doc/doxygen/examples/template/html/search/search.png
972share/doc/doxygen/examples/template/html/tab_b.gif 972${PLIST.latex}share/doc/doxygen/examples/template/html/tab_b.gif
973share/doc/doxygen/examples/template/html/tab_l.gif 973${PLIST.latex}share/doc/doxygen/examples/template/html/tab_l.gif
974share/doc/doxygen/examples/template/html/tab_r.gif 974${PLIST.latex}share/doc/doxygen/examples/template/html/tab_r.gif
975share/doc/doxygen/examples/template/html/tabs.css 975${PLIST.latex}share/doc/doxygen/examples/template/html/tabs.css
976share/doc/doxygen/html/arch.html 976${PLIST.latex}share/doc/doxygen/html/arch.html
977share/doc/doxygen/html/archoverview.gif 977${PLIST.latex}share/doc/doxygen/html/archoverview.gif
978share/doc/doxygen/html/autolink.html 978${PLIST.latex}share/doc/doxygen/html/autolink.html
979share/doc/doxygen/html/commands.html 979${PLIST.latex}share/doc/doxygen/html/commands.html
980share/doc/doxygen/html/config.html 980${PLIST.latex}share/doc/doxygen/html/config.html
981share/doc/doxygen/html/custcmd.html 981${PLIST.latex}share/doc/doxygen/html/custcmd.html
982share/doc/doxygen/html/customize.html 982${PLIST.latex}share/doc/doxygen/html/customize.html
983share/doc/doxygen/html/diagrams.html 983${PLIST.latex}share/doc/doxygen/html/diagrams.html
984share/doc/doxygen/html/docblocks.html 984${PLIST.latex}share/doc/doxygen/html/docblocks.html
985share/doc/doxygen/html/doxygen.css 985${PLIST.latex}share/doc/doxygen/html/doxygen.css
986share/doc/doxygen/html/doxygen.png 986${PLIST.latex}share/doc/doxygen/html/doxygen.png
987share/doc/doxygen/html/doxygen__usage.html 987${PLIST.latex}share/doc/doxygen/html/doxygen__usage.html
988share/doc/doxygen/html/doxygen_logo.gif 988${PLIST.latex}share/doc/doxygen/html/doxygen_logo.gif
989share/doc/doxygen/html/doxygen_logo_low.gif 989${PLIST.latex}share/doc/doxygen/html/doxygen_logo_low.gif
990share/doc/doxygen/html/doxytag__usage.html 990${PLIST.latex}share/doc/doxygen/html/doxytag__usage.html
991share/doc/doxygen/html/doxywizard__usage.html 991${PLIST.latex}share/doc/doxygen/html/doxywizard__usage.html
992share/doc/doxygen/html/doxywizard_expert.png 992${PLIST.latex}share/doc/doxygen/html/doxywizard_expert.png
993share/doc/doxygen/html/doxywizard_main.png 993${PLIST.latex}share/doc/doxygen/html/doxywizard_main.png
994share/doc/doxygen/html/doxywizard_menu.png 994${PLIST.latex}share/doc/doxygen/html/doxywizard_menu.png
995share/doc/doxygen/html/doxywizard_page1.png 995${PLIST.latex}share/doc/doxygen/html/doxywizard_page1.png
996share/doc/doxygen/html/doxywizard_page2.png 996${PLIST.latex}share/doc/doxygen/html/doxywizard_page2.png
997share/doc/doxygen/html/doxywizard_page3.png 997${PLIST.latex}share/doc/doxygen/html/doxywizard_page3.png
998share/doc/doxygen/html/doxywizard_page4.png 998${PLIST.latex}share/doc/doxygen/html/doxywizard_page4.png
999share/doc/doxygen/html/external.html 999${PLIST.latex}share/doc/doxygen/html/external.html
1000share/doc/doxygen/html/faq.html 1000${PLIST.latex}share/doc/doxygen/html/faq.html
1001share/doc/doxygen/html/features.html 1001${PLIST.latex}share/doc/doxygen/html/features.html
1002share/doc/doxygen/html/form_0.png 1002${PLIST.latex}share/doc/doxygen/html/form_0.png
1003share/doc/doxygen/html/form_1.png 1003${PLIST.latex}share/doc/doxygen/html/form_1.png
1004share/doc/doxygen/html/form_2.png 1004${PLIST.latex}share/doc/doxygen/html/form_2.png
1005share/doc/doxygen/html/form_3.png 1005${PLIST.latex}share/doc/doxygen/html/form_3.png
1006share/doc/doxygen/html/form_4.png 1006${PLIST.latex}share/doc/doxygen/html/form_4.png
1007share/doc/doxygen/html/form_5.png 1007${PLIST.latex}share/doc/doxygen/html/form_5.png
1008share/doc/doxygen/html/form_6.png 1008${PLIST.latex}share/doc/doxygen/html/form_6.png
1009share/doc/doxygen/html/form_7.png 1009${PLIST.latex}share/doc/doxygen/html/form_7.png
1010share/doc/doxygen/html/formula.repository 1010${PLIST.latex}share/doc/doxygen/html/formula.repository
1011share/doc/doxygen/html/formulas.html 1011${PLIST.latex}share/doc/doxygen/html/formulas.html
1012share/doc/doxygen/html/grouping.html 1012${PLIST.latex}share/doc/doxygen/html/grouping.html
1013share/doc/doxygen/html/history.html 1013${PLIST.latex}share/doc/doxygen/html/history.html
1014share/doc/doxygen/html/htmlcmds.html 1014${PLIST.latex}share/doc/doxygen/html/htmlcmds.html
1015share/doc/doxygen/html/index.hhc 1015${PLIST.latex}share/doc/doxygen/html/index.hhc
1016share/doc/doxygen/html/index.hhk 1016${PLIST.latex}share/doc/doxygen/html/index.hhk
1017share/doc/doxygen/html/index.hhp 1017${PLIST.latex}share/doc/doxygen/html/index.hhp
1018share/doc/doxygen/html/index.html 1018${PLIST.latex}share/doc/doxygen/html/index.html
1019share/doc/doxygen/html/infoflow.gif 1019${PLIST.latex}share/doc/doxygen/html/infoflow.gif
1020share/doc/doxygen/html/install.html 1020${PLIST.latex}share/doc/doxygen/html/install.html
1021share/doc/doxygen/html/installdox__usage.html 1021${PLIST.latex}share/doc/doxygen/html/installdox__usage.html
1022share/doc/doxygen/html/langhowto.html 1022${PLIST.latex}share/doc/doxygen/html/langhowto.html
1023share/doc/doxygen/html/lists.html 1023${PLIST.latex}share/doc/doxygen/html/lists.html
1024share/doc/doxygen/html/output.html 1024${PLIST.latex}share/doc/doxygen/html/output.html
1025share/doc/doxygen/html/pages.html 1025${PLIST.latex}share/doc/doxygen/html/pages.html
1026share/doc/doxygen/html/perlmod.html 1026${PLIST.latex}share/doc/doxygen/html/perlmod.html
1027share/doc/doxygen/html/perlmod__tree.html 1027${PLIST.latex}share/doc/doxygen/html/perlmod__tree.html
1028share/doc/doxygen/html/preprocessing.html 1028${PLIST.latex}share/doc/doxygen/html/preprocessing.html
1029share/doc/doxygen/html/searching.html 1029${PLIST.latex}share/doc/doxygen/html/searching.html
1030share/doc/doxygen/html/starting.html 1030${PLIST.latex}share/doc/doxygen/html/starting.html
1031share/doc/doxygen/html/tab_b.gif 1031${PLIST.latex}share/doc/doxygen/html/tab_b.gif
1032share/doc/doxygen/html/tab_l.gif 1032${PLIST.latex}share/doc/doxygen/html/tab_l.gif
1033share/doc/doxygen/html/tab_r.gif 1033${PLIST.latex}share/doc/doxygen/html/tab_r.gif
1034share/doc/doxygen/html/tabs.css 1034${PLIST.latex}share/doc/doxygen/html/tabs.css
1035share/doc/doxygen/html/trouble.html 1035${PLIST.latex}share/doc/doxygen/html/trouble.html
1036share/doc/doxygen/html/xmlcmds.html 1036${PLIST.latex}share/doc/doxygen/html/xmlcmds.html

File Added: pkgsrc/devel/doxygen/options.mk
# $NetBSD: options.mk,v 1.1 2011/03/23 19:24:35 gdt Exp $
#
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

INSTALL_TARGET+=	install_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
BUILD_DEPENDS+=	tex-tocloft-[0-9]*:../../print/tex-tocloft
DEPENDS+=	dvipsk-[0-9]*:../../print/dvipsk
DEPENDS+=	makeindexk-[0-9]*:../../textproc/makeindexk
DEPENDS+=	tex-a4wide>=2010nb1:../../print/tex-a4wide
DEPENDS+=	tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr
DEPENDS+=	tex-float-[0-9]*:../../print/tex-float
DEPENDS+=	tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+=	tex-hyperref-[0-9]*:../../print/tex-hyperref
DEPENDS+=	tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+=	tex-latex-bin-[0-9]*:../../print/tex-latex-bin
DEPENDS+=	tex-listings-[0-9]*:../../print/tex-listings
DEPENDS+=	tex-oberdiek-[0-9]*:../../print/tex-oberdiek
DEPENDS+=	tex-psnfss>=9.2anb2:../../fonts/tex-psnfss
DEPENDS+=	tex-pspicture-[0-9]*:../../print/tex-pspicture
DEPENDS+=	tex-tools-[0-9]*:../../print/tex-tools
DEPENDS+=	texlive-pdftools-[0-9]*:../../print/texlive-pdftools

.include "../../mk/tex.buildlink3.mk"

.endif