summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
Diffstat (limited to 'print')
-rw-r--r--print/lyx-devel/Makefile120
-rw-r--r--print/lyx-devel/distinfo3
-rw-r--r--print/lyx-devel/files/patch-boost-13422
-rw-r--r--print/lyx-devel/files/patch-src-support-fs_extras.C62
-rw-r--r--print/lyx-devel/files/patch-src-support-tests-convert.C12
-rw-r--r--print/lyx-devel/files/patch-src-support-tests-regfiles-convert7
-rw-r--r--print/lyx-devel/pkg-descr10
-rw-r--r--print/lyx-devel/pkg-plist1123
-rw-r--r--print/lyx14/Makefile120
-rw-r--r--print/lyx14/distinfo3
-rw-r--r--print/lyx14/files/patch-boost-13422
-rw-r--r--print/lyx14/files/patch-src-support-fs_extras.C62
-rw-r--r--print/lyx14/files/patch-src-support-tests-convert.C12
-rw-r--r--print/lyx14/files/patch-src-support-tests-regfiles-convert7
-rw-r--r--print/lyx14/pkg-descr10
-rw-r--r--print/lyx14/pkg-plist1123
-rw-r--r--print/lyx16/Makefile120
-rw-r--r--print/lyx16/distinfo3
-rw-r--r--print/lyx16/files/patch-boost-13422
-rw-r--r--print/lyx16/files/patch-src-support-fs_extras.C62
-rw-r--r--print/lyx16/files/patch-src-support-tests-convert.C12
-rw-r--r--print/lyx16/files/patch-src-support-tests-regfiles-convert7
-rw-r--r--print/lyx16/pkg-descr10
-rw-r--r--print/lyx16/pkg-plist1123
-rw-r--r--print/scribus-devel/Makefile45
-rw-r--r--print/scribus-devel/distinfo3
-rw-r--r--print/scribus-devel/files/patch-CMakeLists26
-rw-r--r--print/scribus-devel/files/patch-scribus::manpages::CMakeLists23
-rw-r--r--print/scribus-devel/pkg-descr8
-rw-r--r--print/scribus-devel/pkg-plist1003
30 files changed, 0 insertions, 5185 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile
deleted file mode 100644
index 18b99dfc18cb..000000000000
--- a/print/lyx-devel/Makefile
+++ /dev/null
@@ -1,120 +0,0 @@
-# New ports collection makefile for: lyx
-# Date created: Sa 12 Okt 1996 19:20:51 MET DST
-# Whom: Andreas Klemm <andreas@klemm.gtn.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= lyx
-PORTVERSION= 1.4.5.1
-PORTREVISION= 2
-CATEGORIES= print
-MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/1.4.x/ \
- http://www-ftp.lip6.fr/ftp/pub/lyx/stable/1.4.x/ \
- ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/1.4.x/ \
- ftp://ftp.ntua.gr/pub/X11/LyX/stable/1.4.x/ \
- http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/1.4.x/ \
- ftp://ftp.chg.ru/pub/X11/lyx/stable/1.4.x/
-
-MAINTAINER= mi@aldan.algebra.com
-COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG)
-
-BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
-RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
-LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs
-
-OPTIONS= QT "Use Qt (instead of XForms)" ${QT_PRESENT} \
- ASPELL "Utilize ASPELL library" on \
- AIKSAUR "Build Aiksaurus support (English thesaurus)" on \
- ISPELL "Depend on ISPELL as well" off
-ALL_TARGET= all check
-USE_BZIP2= yes
-USE_GNOME= gnometarget lthack
-USE_PERL5= yes
-USE_PYTHON= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-EXTRACT_AFTER_ARGS=| ${TAR} -xf - --exclude ${PORTNAME}-${PORTVERSION}/intl/*.[ch] --exclude ${PORTNAME}-${PORTVERSION}/boost
-CONFIGURE_ARGS= --with-extra-lib="${LOCALBASE}/lib" \
- --without-included-boost \
- --with-extra-inc="${LOCALBASE}/include"
-MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
- AUTOHEADER="${TRUE}"
-MAN1= lyx.1 tex2lyx.1 lyxclient.1
-
-post-patch:
- # Removing mention of the bundled boost
- ${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
- ${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
- ${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \
- ${WRKSRC}/src/support/debugstream.h
- ${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
- ${WRKSRC}/src/support/filetools.C
- ${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
- ${WRKSRC}/src/support/tests/test_*
-
-pre-configure:
- # If the installed Boost is 1.34 or later, we must compile
- # with exceptions enabled:
- ${AWK} '/#define BOOST_VERSION / {exit($$NF >= 103400)}' \
- ${LOCALBASE}/include/boost/version.hpp || \
- ${REINPLACE_CMD} -e 's,\(AM_CXXFLAGS="\)-fno-exceptions,\1,' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-post-configure:
- # Removing explicit linking with -lc
- ${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
-
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/bin/makepsres)
-PLIST_SUB+= PSRES=
-.else
-PLIST_SUB+= PSRES='@comment '
-.endif
-
-.if defined(WITH_AIKSAUR)
-LIB_DEPENDS+= Aiksaurus:${PORTSDIR}/textproc/aiksaurus
-.else
-CONFIGURE_ARGS+=--without-aiksaurus
-.endif
-
-.if defined(WITH_QT)
-LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33
-CONFIGURE_ARGS+= --with-frontend=qt
-CFLAGS+= ${PTHREAD_CFLAGS}
-CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS}
-RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/texcm-ttf/cmex10.ttf:${PORTSDIR}/x11-fonts/texcm-ttf
-.else
-LIB_DEPENDS+= forms:${PORTSDIR}/x11-toolkits/xforms
-CONFIGURE_ARGS+=--with-frontend=xforms
-USE_XORG= x11
-.endif
-
-.if defined(WITH_ASPELL)
-LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
-CONFIGURE_ARGS+= --with-pspell \
- --with-pspell-lib="${LOCALBASE}/lib" \
- --with-pspell-include="${LOCALBASE}/include"
-.else
-CONFIGURE_ARGS+=--without-aspell --without-pspell
-.endif
-
-.if defined(WITH_ISPELL)
-RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
-.else
-CONFIGURE_ARGS+=--without-ispell
-.endif
-
-.if exists(${LOCALBASE}/lib/libqt-mt.prl)
-QT_PRESENT= on
-.else
-QT_PRESENT= off
-.endif
-
-.if ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++
-#BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/print/lyx-devel/distinfo b/print/lyx-devel/distinfo
deleted file mode 100644
index 55fcdfccac5b..000000000000
--- a/print/lyx-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (lyx-1.4.5.1.tar.bz2) = b74d82e80c49c7edb782ec7395b7ca27
-SHA256 (lyx-1.4.5.1.tar.bz2) = b26a09cc29aaf77f4a4593d437b62fcf044926e481a8468ac6eb2e5ac695ca9b
-SIZE (lyx-1.4.5.1.tar.bz2) = 8026585
diff --git a/print/lyx-devel/files/patch-boost-134 b/print/lyx-devel/files/patch-boost-134
deleted file mode 100644
index 2bfe3a8f6140..000000000000
--- a/print/lyx-devel/files/patch-boost-134
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/support/path.h Mon Oct 6 11:43:21 2003
-+++ src/support/path.h Fri Jul 6 14:23:38 2007
-@@ -55,5 +55,5 @@
- // we add this macro:
- ///
--#ifndef PATH_C
-+#if 0
- #define Path(x) unnamed_Path;
- #endif
---- src/client/client.C Wed Apr 12 05:37:33 2006
-+++ src/client/client.C Fri Jul 6 15:47:26 2007
-@@ -94,5 +94,10 @@
- for (; beg != end; ++beg) {
- if (prefixIs(beg->leaf(), "lyx_tmpdir" + pid)) {
-+#include <boost/version.hpp>
-+#if BOOST_VERSION < 103400
- fs::path lyxsocket = *beg / "lyxsocket";
-+#else
-+ fs::path lyxsocket = beg->path() / "lyxsocket";
-+#endif
- if (fs::exists(lyxsocket)) {
- dirlist.push_back(lyxsocket);
diff --git a/print/lyx-devel/files/patch-src-support-fs_extras.C b/print/lyx-devel/files/patch-src-support-fs_extras.C
deleted file mode 100644
index a109e06f5b87..000000000000
--- a/print/lyx-devel/files/patch-src-support-fs_extras.C
+++ /dev/null
@@ -1,62 +0,0 @@
---- src/support/fs_extras.C.orig 2005-05-07 18:31:16.000000000 +0400
-+++ src/support/fs_extras.C 2009-03-23 18:01:11.000000000 +0300
-@@ -93,13 +93,15 @@
- {
-
- #ifdef BOOST_POSIX
-+#include <boost/version.hpp>
- int const infile = ::open(source.string().c_str(), O_RDONLY);
- if (infile == -1) {
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- }
-
- struct stat source_stat;
-@@ -107,10 +109,11 @@
- if (ret == -1) {
- ::close(infile);
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- }
-
- int const flags = O_WRONLY | O_CREAT | (noclobber ? O_EXCL : O_TRUNC);
-@@ -119,10 +122,11 @@
- if (outfile == -1) {
- ::close(infile);
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- }
-
- std::size_t const buf_sz = 32768;
-@@ -149,10 +153,11 @@
-
- if (in == -1 || out == -1)
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- #endif
- #ifdef BOOST_WINDOWS
- if (::CopyFile(source.string().c_str(), target.string().c_str(), noclobber) == 0) {
diff --git a/print/lyx-devel/files/patch-src-support-tests-convert.C b/print/lyx-devel/files/patch-src-support-tests-convert.C
deleted file mode 100644
index ca9a46941ba8..000000000000
--- a/print/lyx-devel/files/patch-src-support-tests-convert.C
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/support/tests/convert.C.orig 2005-01-28 00:05:44.000000000 +0300
-+++ src/support/tests/convert.C 2009-03-25 06:33:54.000000000 +0300
-@@ -74,8 +74,7 @@
- << convert<string>(false) << '\n'
-
- << convert<string>('a') << '\n'
-- << convert<string>(1.0) << '\n'
-- << convert<string>(1.1) << endl;
-+ << convert<string>(1.0) << endl;
- }
-
- int main()
diff --git a/print/lyx-devel/files/patch-src-support-tests-regfiles-convert b/print/lyx-devel/files/patch-src-support-tests-regfiles-convert
deleted file mode 100644
index a63e24103730..000000000000
--- a/print/lyx-devel/files/patch-src-support-tests-regfiles-convert
+++ /dev/null
@@ -1,7 +0,0 @@
---- src/support/tests/regfiles/convert.orig 2005-01-28 00:05:44.000000000 +0300
-+++ src/support/tests/regfiles/convert 2009-03-25 06:34:11.000000000 +0300
-@@ -46,4 +46,3 @@
- false
- a
- 1
--1.1
diff --git a/print/lyx-devel/pkg-descr b/print/lyx-devel/pkg-descr
deleted file mode 100644
index 1e258d2b80eb..000000000000
--- a/print/lyx-devel/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-LyX is a document processor interfaced with LaTeX, which gives both the
-ease-of-use of a wordprocessor, and the flexibility and power of
-LaTeX.
-
-Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically
-generated. Speeds up learning LaTeX and makes complicated layouts
-easy and intuitive. New features include spell-checking, international
-character support, WYSIWYG graphics, tables, and equations.
-
-WWW: http://www.lyx.org/
diff --git a/print/lyx-devel/pkg-plist b/print/lyx-devel/pkg-plist
deleted file mode 100644
index 93f5cbf8bd9d..000000000000
--- a/print/lyx-devel/pkg-plist
+++ /dev/null
@@ -1,1123 +0,0 @@
-bin/lyx
-bin/tex2lyx
-bin/lyxclient
-share/locale/cs/LC_MESSAGES/lyx.mo
-share/locale/da/LC_MESSAGES/lyx.mo
-share/locale/de/LC_MESSAGES/lyx.mo
-share/locale/es/LC_MESSAGES/lyx.mo
-share/locale/eu/LC_MESSAGES/lyx.mo
-share/locale/fi/LC_MESSAGES/lyx.mo
-share/locale/fr/LC_MESSAGES/lyx.mo
-share/locale/gl/LC_MESSAGES/lyx.mo
-share/locale/hu/LC_MESSAGES/lyx.mo
-share/locale/it/LC_MESSAGES/lyx.mo
-share/locale/nb/LC_MESSAGES/lyx.mo
-share/locale/nl/LC_MESSAGES/lyx.mo
-share/locale/nn/LC_MESSAGES/lyx.mo
-share/locale/pl/LC_MESSAGES/lyx.mo
-share/locale/ro/LC_MESSAGES/lyx.mo
-share/locale/ru/LC_MESSAGES/lyx.mo
-share/locale/sk/LC_MESSAGES/lyx.mo
-share/locale/sl/LC_MESSAGES/lyx.mo
-share/locale/tr/LC_MESSAGES/lyx.mo
-%%DATADIR%%/CREDITS
-%%DATADIR%%/unicodesymbols
-%%DATADIR%%/bind/aqua.bind
-%%DATADIR%%/bind/broadway.bind
-%%DATADIR%%/bind/cua.bind
-%%DATADIR%%/bind/cyrkeys.bind
-%%DATADIR%%/bind/de_menus.bind
-%%DATADIR%%/bind/emacs.bind
-%%DATADIR%%/bind/fi_menus.bind
-%%DATADIR%%/bind/greekkeys.bind
-%%DATADIR%%/bind/hollywood.bind
-%%DATADIR%%/bind/latinkeys.bind
-%%DATADIR%%/bind/mac.bind
-%%DATADIR%%/bind/math.bind
-%%DATADIR%%/bind/menus.bind
-%%DATADIR%%/bind/pt_menus.bind
-%%DATADIR%%/bind/sciword.bind
-%%DATADIR%%/bind/sv_menus.bind
-%%DATADIR%%/bind/xemacs.bind
-%%DATADIR%%/chkconfig.ltx
-%%DATADIR%%/clipart/BoxInsetDefault.png
-%%DATADIR%%/clipart/ComentNotaImagen.png
-%%DATADIR%%/clipart/CommentNoteImage.png
-%%DATADIR%%/clipart/CuadroMinipag.png
-%%DATADIR%%/clipart/GreyedOutNoteImage.png
-%%DATADIR%%/clipart/GrisNotaImagen.png
-%%DATADIR%%/clipart/LyXNoteImage.png
-%%DATADIR%%/clipart/NotaLyXImagen.png
-%%DATADIR%%/clipart/endnotes.pdf
-%%DATADIR%%/clipart/etiqueta.png
-%%DATADIR%%/clipart/float.png
-%%DATADIR%%/clipart/flotante.png
-%%DATADIR%%/clipart/footnote.png
-%%DATADIR%%/clipart/label.png
-%%DATADIR%%/clipart/notapie.png
-%%DATADIR%%/clipart/platypus.eps
-%%DATADIR%%/clipart/reference2.png
-%%DATADIR%%/clipart/referencia2.png
-%%DATADIR%%/clipart/with_fntright.pdf
-%%DATADIR%%/clipart/without_fntright.pdf
-%%DATADIR%%/configure.py
-%%DATADIR%%/configure.pyc
-%%DATADIR%%/configure.pyo
-%%DATADIR%%/doc/Customization.lyx
-%%DATADIR%%/doc/DocStyle.lyx
-%%DATADIR%%/doc/Extended.lyx
-%%DATADIR%%/doc/EmbeddedObjects.lyx
-%%DATADIR%%/doc/FAQ.lyx
-%%DATADIR%%/doc/Intro.lyx
-%%DATADIR%%/doc/LaTeXConfig.lyx.in
-%%DATADIR%%/doc/Reference.lyx
-%%DATADIR%%/doc/TOC.lyx
-%%DATADIR%%/doc/Tutorial.lyx
-%%DATADIR%%/doc/UserGuide.lyx
-%%DATADIR%%/doc/cs_TOC.lyx
-%%DATADIR%%/doc/cs_Tutorial.lyx
-%%DATADIR%%/doc/da_Intro.lyx
-%%DATADIR%%/doc/da_TOC.lyx
-%%DATADIR%%/doc/de_Customization.lyx
-%%DATADIR%%/doc/de_Extended.lyx
-%%DATADIR%%/doc/de_FAQ.lyx
-%%DATADIR%%/doc/de_Intro.lyx
-%%DATADIR%%/doc/de_TOC.lyx
-%%DATADIR%%/doc/de_Tutorial.lyx
-%%DATADIR%%/doc/de_UserGuide.lyx
-%%DATADIR%%/doc/es_EmbeddedObjects.lyx
-%%DATADIR%%/doc/es_Intro.lyx
-%%DATADIR%%/doc/es_TOC.lyx
-%%DATADIR%%/doc/es_Tutorial.lyx
-%%DATADIR%%/doc/escher-lsd.eps
-%%DATADIR%%/doc/eu_Customization.lyx
-%%DATADIR%%/doc/eu_Extended.lyx
-%%DATADIR%%/doc/eu_FAQ.lyx
-%%DATADIR%%/doc/eu_Intro.lyx
-%%DATADIR%%/doc/eu_TOC.lyx
-%%DATADIR%%/doc/eu_Tutorial.lyx
-%%DATADIR%%/doc/eu_UserGuide.lyx
-%%DATADIR%%/doc/fr_Customization.lyx
-%%DATADIR%%/doc/fr_Extended.lyx
-%%DATADIR%%/doc/fr_FAQ.lyx
-%%DATADIR%%/doc/fr_Intro.lyx
-%%DATADIR%%/doc/fr_TOC.lyx
-%%DATADIR%%/doc/fr_Tutorial.lyx
-%%DATADIR%%/doc/fr_UserGuide.lyx
-%%DATADIR%%/doc/gl_Intro.lyx
-%%DATADIR%%/doc/gl_TOC.lyx
-%%DATADIR%%/doc/gl_Tutorial.lyx
-%%DATADIR%%/doc/he_Intro.lyx
-%%DATADIR%%/doc/he_TOC.lyx
-%%DATADIR%%/doc/he_Tutorial.lyx
-%%DATADIR%%/doc/hu_Intro.lyx
-%%DATADIR%%/doc/hu_TOC.lyx
-%%DATADIR%%/doc/hu_Tutorial.lyx
-%%DATADIR%%/doc/it_Customization.lyx
-%%DATADIR%%/doc/it_Intro.lyx
-%%DATADIR%%/doc/it_TOC.lyx
-%%DATADIR%%/doc/it_Tutorial.lyx
-%%DATADIR%%/doc/it_UserGuide.lyx
-%%DATADIR%%/doc/mobius.eps
-%%DATADIR%%/doc/nb_Intro.lyx
-%%DATADIR%%/doc/nb_TOC.lyx
-%%DATADIR%%/doc/nl_Intro.lyx
-%%DATADIR%%/doc/nl_TOC.lyx
-%%DATADIR%%/doc/nl_Tutorial.lyx
-%%DATADIR%%/doc/pl_Extended.lyx
-%%DATADIR%%/doc/pl_Intro.lyx
-%%DATADIR%%/doc/pl_TOC.lyx
-%%DATADIR%%/doc/pl_Tutorial.lyx
-%%DATADIR%%/doc/platypus.eps
-%%DATADIR%%/doc/pt_Intro.lyx
-%%DATADIR%%/doc/pt_TOC.lyx
-%%DATADIR%%/doc/pt_Tutorial.lyx
-%%DATADIR%%/doc/ro_Intro.lyx
-%%DATADIR%%/doc/ro_TOC.lyx
-%%DATADIR%%/doc/ru_FAQ.lyx
-%%DATADIR%%/doc/ru_Intro.lyx
-%%DATADIR%%/doc/ru_TOC.lyx
-%%DATADIR%%/doc/ru_Tutorial.lyx
-%%DATADIR%%/doc/sk_TOC.lyx
-%%DATADIR%%/doc/sk_Tutorial.lyx
-%%DATADIR%%/doc/sk_UserGuide.lyx
-%%DATADIR%%/doc/sl_Intro.lyx
-%%DATADIR%%/doc/sl_TOC.lyx
-%%DATADIR%%/doc/sl_Tutorial.lyx
-%%DATADIR%%/doc/sv_Intro.lyx
-%%DATADIR%%/doc/sv_TOC.lyx
-%%DATADIR%%/doc/sv_Tutorial.lyx
-%%DATADIR%%/encodings
-%%DATADIR%%/examples/Foils.lyx
-%%DATADIR%%/examples/ItemizeBullets.lyx
-%%DATADIR%%/examples/Literate.lyx
-%%DATADIR%%/examples/Minipage.lyx
-%%DATADIR%%/examples/TableExamples.lyx
-%%DATADIR%%/examples/aa_sample.lyx
-%%DATADIR%%/examples/aas_sample.lyx
-%%DATADIR%%/examples/amsart-test.lyx
-%%DATADIR%%/examples/amsbook-test.lyx
-%%DATADIR%%/examples/beamer-g4-mask.jpg
-%%DATADIR%%/examples/beamer-g4.jpg
-%%DATADIR%%/examples/beamer-icsi-logo.pdf
-%%DATADIR%%/examples/beamer-knight1-mask.png
-%%DATADIR%%/examples/beamer-knight1.png
-%%DATADIR%%/examples/beamer-knight2-mask.png
-%%DATADIR%%/examples/beamer-knight2.png
-%%DATADIR%%/examples/beamer-knight3-mask.png
-%%DATADIR%%/examples/beamer-knight3.png
-%%DATADIR%%/examples/beamer-knight4-mask.png
-%%DATADIR%%/examples/beamer-knight4.png
-%%DATADIR%%/examples/beamerlyxexample1.lyx
-%%DATADIR%%/examples/ca_splash.lyx
-%%DATADIR%%/examples/cs_splash.lyx
-%%DATADIR%%/examples/chess-article.lyx
-%%DATADIR%%/examples/chessgame.lyx
-%%DATADIR%%/examples/currency.lyx
-%%DATADIR%%/examples/cv.lyx
-%%DATADIR%%/examples/da_splash.lyx
-%%DATADIR%%/examples/de_ItemizeBullets.lyx
-%%DATADIR%%/examples/de_Lebenslauf.lyx
-%%DATADIR%%/examples/de_Minipage.lyx
-%%DATADIR%%/examples/de_TableExamples.lyx
-%%DATADIR%%/examples/de_Waehrungen.lyx
-%%DATADIR%%/examples/de_beispiel_gelyxt.lyx
-%%DATADIR%%/examples/de_beispiel_roh.lyx
-%%DATADIR%%/examples/de_decimal.lyx
-%%DATADIR%%/examples/de_mathed.lyx
-%%DATADIR%%/examples/de_multicol.lyx
-%%DATADIR%%/examples/de_splash.lyx
-%%DATADIR%%/examples/decimal.lyx
-%%DATADIR%%/examples/docbook_article.lyx
-%%DATADIR%%/examples/es_ejemplo_con_lyx.lyx
-%%DATADIR%%/examples/es_ejemplo_sin_lyx.lyx
-%%DATADIR%%/examples/es_splash.lyx
-%%DATADIR%%/examples/eu_adibide_gordina.lyx
-%%DATADIR%%/examples/eu_adibide_lyx-atua.lyx
-%%DATADIR%%/examples/eu_splash.lyx
-%%DATADIR%%/examples/example_lyxified.lyx
-%%DATADIR%%/examples/example_raw.lyx
-%%DATADIR%%/examples/fr_AlignementDecimal.lyx
-%%DATADIR%%/examples/fr_CV.lyx
-%%DATADIR%%/examples/fr_ExemplesTableaux.lyx
-%%DATADIR%%/examples/fr_Foils.lyx
-%%DATADIR%%/examples/fr_ListesPuces.lyx
-%%DATADIR%%/examples/fr_Minipage.lyx
-%%DATADIR%%/examples/fr_exemple_brut.lyx
-%%DATADIR%%/examples/fr_exemple_lyxifie.lyx
-%%DATADIR%%/examples/fr_mathed.lyx
-%%DATADIR%%/examples/fr_multicol.lyx
-%%DATADIR%%/examples/fr_splash.lyx
-%%DATADIR%%/examples/g-brief2.lyx
-%%DATADIR%%/examples/gl_exemplo_bruto.lyx
-%%DATADIR%%/examples/gl_exemplo_lyxificado.lyx
-%%DATADIR%%/examples/gl_splash.lyx
-%%DATADIR%%/examples/he_example_raw.lyx
-%%DATADIR%%/examples/he_he_example_lyxified.lyx
-%%DATADIR%%/examples/he_he_example_raw.lyx
-%%DATADIR%%/examples/hu_splash.lyx
-%%DATADIR%%/examples/iecc05.fen
-%%DATADIR%%/examples/iecc07.fen
-%%DATADIR%%/examples/iecc12.fen
-%%DATADIR%%/examples/it_ItemizeBullets.lyx
-%%DATADIR%%/examples/it_splash.lyx
-%%DATADIR%%/examples/landslide.lyx
-%%DATADIR%%/examples/linuxdoc_manpage.lyx
-%%DATADIR%%/examples/listerrors.lyx
-%%DATADIR%%/examples/mathed.lyx
-%%DATADIR%%/examples/multicol.lyx
-%%DATADIR%%/examples/nl_multicol.lyx
-%%DATADIR%%/examples/nl_opsommingstekens.lyx
-%%DATADIR%%/examples/nl_splash.lyx
-%%DATADIR%%/examples/nl_voorbeeld_ruw.lyx
-%%DATADIR%%/examples/nl_voorbeeld_verlyxt.lyx
-%%DATADIR%%/examples/noweb2lyx.lyx
-%%DATADIR%%/examples/pl_splash.lyx
-%%DATADIR%%/examples/pt_splash.lyx
-%%DATADIR%%/examples/ro_splash.lyx
-%%DATADIR%%/examples/ru_splash.lyx
-%%DATADIR%%/examples/script_form.lyx
-%%DATADIR%%/examples/sl_primer_lyxan.lyx
-%%DATADIR%%/examples/sl_primer_surov.lyx
-%%DATADIR%%/examples/sl_splash.lyx
-%%DATADIR%%/examples/splash.lyx
-%%DATADIR%%/external_templates
-%%DATADIR%%/images/amssymb.xpm
-%%DATADIR%%/images/banner.ppm
-%%DATADIR%%/images/bookmark-goto.xpm
-%%DATADIR%%/images/bookmark-save.xpm
-%%DATADIR%%/images/break-line.xpm
-%%DATADIR%%/images/buffer-close.xpm
-%%DATADIR%%/images/buffer-export_dvi.xpm
-%%DATADIR%%/images/buffer-export_latex.xpm
-%%DATADIR%%/images/buffer-export_ps.xpm
-%%DATADIR%%/images/buffer-export_text.xpm
-%%DATADIR%%/images/buffer-new.xpm
-%%DATADIR%%/images/buffer-reload.xpm
-%%DATADIR%%/images/buffer-update_dvi.xpm
-%%DATADIR%%/images/buffer-update_ps.xpm
-%%DATADIR%%/images/buffer-view_dvi.xpm
-%%DATADIR%%/images/buffer-view_ps.xpm
-%%DATADIR%%/images/buffer-write-as.xpm
-%%DATADIR%%/images/buffer-write.xpm
-%%DATADIR%%/images/build-program.xpm
-%%DATADIR%%/images/copy.xpm
-%%DATADIR%%/images/cut.xpm
-%%DATADIR%%/images/depth-decrement.xpm
-%%DATADIR%%/images/depth-increment.xpm
-%%DATADIR%%/images/dialog-preferences.xpm
-%%DATADIR%%/images/dialog-show-new-inset_citation.xpm
-%%DATADIR%%/images/dialog-show-new-inset_graphics.xpm
-%%DATADIR%%/images/dialog-show-new-inset_include.xpm
-%%DATADIR%%/images/dialog-show-new-inset_ref.xpm
-%%DATADIR%%/images/dialog-show_character.xpm
-%%DATADIR%%/images/dialog-show_findreplace.xpm
-%%DATADIR%%/images/dialog-show_mathpanel.xpm
-%%DATADIR%%/images/dialog-show_print.xpm
-%%DATADIR%%/images/dialog-show_spellchecker.xpm
-%%DATADIR%%/images/down.xpm
-%%DATADIR%%/images/ert-insert.xpm
-%%DATADIR%%/images/file-open.xpm
-%%DATADIR%%/images/float-insert_figure.xpm
-%%DATADIR%%/images/float-insert_table.xpm
-%%DATADIR%%/images/font-bold.xpm
-%%DATADIR%%/images/font-emph.xpm
-%%DATADIR%%/images/font-free-apply.xpm
-%%DATADIR%%/images/font-noun.xpm
-%%DATADIR%%/images/font-sans.xpm
-%%DATADIR%%/images/footnote-insert.xpm
-%%DATADIR%%/images/index-insert.xpm
-%%DATADIR%%/images/label-insert.xpm
-%%DATADIR%%/images/layout.xpm
-%%DATADIR%%/images/layout-document.xpm
-%%DATADIR%%/images/layout-paragraph.xpm
-%%DATADIR%%/images/layout_Description.xpm
-%%DATADIR%%/images/layout_Enumerate.xpm
-%%DATADIR%%/images/layout_Itemize.xpm
-%%DATADIR%%/images/layout_List.xpm
-%%DATADIR%%/images/layout_LyX-Code.xpm
-%%DATADIR%%/images/layout_Scrap.xpm
-%%DATADIR%%/images/layout_Section.xpm
-%%DATADIR%%/images/lyx-quit.xpm
-%%DATADIR%%/images/lyx.xpm
-%%DATADIR%%/images/marginalnote-insert.xpm
-%%DATADIR%%/images/math-display.xpm
-%%DATADIR%%/images/math-matrix.xpm
-%%DATADIR%%/images/math-mode.xpm
-%%DATADIR%%/images/math-subscript.xpm
-%%DATADIR%%/images/math-superscript.xpm
-%%DATADIR%%/images/math/Bbbk.xpm
-%%DATADIR%%/images/math/Finv.xpm
-%%DATADIR%%/images/math/Game.xpm
-%%DATADIR%%/images/math/Im.xpm
-%%DATADIR%%/images/math/Lleftarrow.xpm
-%%DATADIR%%/images/math/Lsh.xpm
-%%DATADIR%%/images/math/Re.xpm
-%%DATADIR%%/images/math/Rsh.xpm
-%%DATADIR%%/images/math/Vert.xpm
-%%DATADIR%%/images/math/Vvdash.xpm
-%%DATADIR%%/images/math/acute.xpm
-%%DATADIR%%/images/math/aleph.xpm
-%%DATADIR%%/images/math/alpha.xpm
-%%DATADIR%%/images/math/amalg.xpm
-%%DATADIR%%/images/math/angle.xpm
-%%DATADIR%%/images/math/approx.xpm
-%%DATADIR%%/images/math/approxeq.xpm
-%%DATADIR%%/images/math/asymp.xpm
-%%DATADIR%%/images/math/backepsilon.xpm
-%%DATADIR%%/images/math/backprime.xpm
-%%DATADIR%%/images/math/backsim.xpm
-%%DATADIR%%/images/math/backsimeq.xpm
-%%DATADIR%%/images/math/backslash.xpm
-%%DATADIR%%/images/math/bar.xpm
-%%DATADIR%%/images/math/bars.xpm
-%%DATADIR%%/images/math/barwedge.xpm
-%%DATADIR%%/images/math/because.xpm
-%%DATADIR%%/images/math/beta.xpm
-%%DATADIR%%/images/math/beth.xpm
-%%DATADIR%%/images/math/between.xpm
-%%DATADIR%%/images/math/bigcap.xpm
-%%DATADIR%%/images/math/bigcirc.xpm
-%%DATADIR%%/images/math/bigcup.xpm
-%%DATADIR%%/images/math/bigodot.xpm
-%%DATADIR%%/images/math/bigoplus.xpm
-%%DATADIR%%/images/math/bigotimes.xpm
-%%DATADIR%%/images/math/bigsqcup.xpm
-%%DATADIR%%/images/math/bigstar.xpm
-%%DATADIR%%/images/math/bigtriangledown.xpm
-%%DATADIR%%/images/math/bigtriangleup.xpm
-%%DATADIR%%/images/math/biguplus.xpm
-%%DATADIR%%/images/math/bigvee.xpm
-%%DATADIR%%/images/math/bigwedge.xpm
-%%DATADIR%%/images/math/blacklozenge.xpm
-%%DATADIR%%/images/math/blacksquare.xpm
-%%DATADIR%%/images/math/blacktriangle.xpm
-%%DATADIR%%/images/math/blacktriangledown.xpm
-%%DATADIR%%/images/math/blacktriangleleft.xpm
-%%DATADIR%%/images/math/blacktriangleright.xpm
-%%DATADIR%%/images/math/bot.xpm
-%%DATADIR%%/images/math/bowtie.xpm
-%%DATADIR%%/images/math/boxdot.xpm
-%%DATADIR%%/images/math/boxminus.xpm
-%%DATADIR%%/images/math/boxplus.xpm
-%%DATADIR%%/images/math/boxtimes.xpm
-%%DATADIR%%/images/math/breve.xpm
-%%DATADIR%%/images/math/bullet.xpm
-%%DATADIR%%/images/math/bumpeq.xpm
-%%DATADIR%%/images/math/bumpeq2.xpm
-%%DATADIR%%/images/math/cap.xpm
-%%DATADIR%%/images/math/cap2.xpm
-%%DATADIR%%/images/math/cases.xpm
-%%DATADIR%%/images/math/cdot.xpm
-%%DATADIR%%/images/math/cdots.xpm
-%%DATADIR%%/images/math/centerdot.xpm
-%%DATADIR%%/images/math/check.xpm
-%%DATADIR%%/images/math/chi.xpm
-%%DATADIR%%/images/math/circ.xpm
-%%DATADIR%%/images/math/circeq.xpm
-%%DATADIR%%/images/math/circlearrowleft.xpm
-%%DATADIR%%/images/math/circlearrowright.xpm
-%%DATADIR%%/images/math/circledS.xpm
-%%DATADIR%%/images/math/circledast.xpm
-%%DATADIR%%/images/math/circledcirc.xpm
-%%DATADIR%%/images/math/circleddash.xpm
-%%DATADIR%%/images/math/clubsuit.xpm
-%%DATADIR%%/images/math/complement.xpm
-%%DATADIR%%/images/math/cong.xpm
-%%DATADIR%%/images/math/coprod.xpm
-%%DATADIR%%/images/math/cup.xpm
-%%DATADIR%%/images/math/cup2.xpm
-%%DATADIR%%/images/math/curlyeqprec.xpm
-%%DATADIR%%/images/math/curlyeqsucc.xpm
-%%DATADIR%%/images/math/curlyvee.xpm
-%%DATADIR%%/images/math/curlywedge.xpm
-%%DATADIR%%/images/math/curvearrowleft.xpm
-%%DATADIR%%/images/math/curvearrowright.xpm
-%%DATADIR%%/images/math/dagger.xpm
-%%DATADIR%%/images/math/daleth.xpm
-%%DATADIR%%/images/math/dashleftarrow.xpm
-%%DATADIR%%/images/math/dashrightarrow.xpm
-%%DATADIR%%/images/math/dashv.xpm
-%%DATADIR%%/images/math/ddagger.xpm
-%%DATADIR%%/images/math/ddot.xpm
-%%DATADIR%%/images/math/ddots.xpm
-%%DATADIR%%/images/math/delim.xpm
-%%DATADIR%%/images/math/delta.xpm
-%%DATADIR%%/images/math/delta2.xpm
-%%DATADIR%%/images/math/diagdown.xpm
-%%DATADIR%%/images/math/diagup.xpm
-%%DATADIR%%/images/math/diamond.xpm
-%%DATADIR%%/images/math/diamondsuit.xpm
-%%DATADIR%%/images/math/digamma.xpm
-%%DATADIR%%/images/math/div.xpm
-%%DATADIR%%/images/math/divideontimes.xpm
-%%DATADIR%%/images/math/dot.xpm
-%%DATADIR%%/images/math/doteq.xpm
-%%DATADIR%%/images/math/doteqdot.xpm
-%%DATADIR%%/images/math/dotplus.xpm
-%%DATADIR%%/images/math/doublebarwedge.xpm
-%%DATADIR%%/images/math/downarrow.xpm
-%%DATADIR%%/images/math/downarrow2.xpm
-%%DATADIR%%/images/math/downdownarrows.xpm
-%%DATADIR%%/images/math/downharpoonleft.xpm
-%%DATADIR%%/images/math/downharpoonright.xpm
-%%DATADIR%%/images/math/ell.xpm
-%%DATADIR%%/images/math/empty.xpm
-%%DATADIR%%/images/math/emptyset.xpm
-%%DATADIR%%/images/math/epsilon.xpm
-%%DATADIR%%/images/math/eqcirc.xpm
-%%DATADIR%%/images/math/eqslantgtr.xpm
-%%DATADIR%%/images/math/eqslantless.xpm
-%%DATADIR%%/images/math/equation.xpm
-%%DATADIR%%/images/math/equiv.xpm
-%%DATADIR%%/images/math/eta.xpm
-%%DATADIR%%/images/math/eth.xpm
-%%DATADIR%%/images/math/exists.xpm
-%%DATADIR%%/images/math/fallingdotseq.xpm
-%%DATADIR%%/images/math/flat.xpm
-%%DATADIR%%/images/math/font.xpm
-%%DATADIR%%/images/math/forall.xpm
-%%DATADIR%%/images/math/frac.xpm
-%%DATADIR%%/images/math/frown.xpm
-%%DATADIR%%/images/math/gamma.xpm
-%%DATADIR%%/images/math/gamma2.xpm
-%%DATADIR%%/images/math/geq.xpm
-%%DATADIR%%/images/math/geqq.xpm
-%%DATADIR%%/images/math/geqslant.xpm
-%%DATADIR%%/images/math/gg.xpm
-%%DATADIR%%/images/math/ggg.xpm
-%%DATADIR%%/images/math/gimel.xpm
-%%DATADIR%%/images/math/gnapprox.xpm
-%%DATADIR%%/images/math/gneq.xpm
-%%DATADIR%%/images/math/gneqq.xpm
-%%DATADIR%%/images/math/gnsim.xpm
-%%DATADIR%%/images/math/grave.xpm
-%%DATADIR%%/images/math/gtrapprox.xpm
-%%DATADIR%%/images/math/gtrdot.xpm
-%%DATADIR%%/images/math/gtreqless.xpm
-%%DATADIR%%/images/math/gtreqqless.xpm
-%%DATADIR%%/images/math/gtrless.xpm
-%%DATADIR%%/images/math/gtrsim.xpm
-%%DATADIR%%/images/math/gvertneqq.xpm
-%%DATADIR%%/images/math/hat.xpm
-%%DATADIR%%/images/math/hbar.xpm
-%%DATADIR%%/images/math/heartsuit.xpm
-%%DATADIR%%/images/math/hookleftarrow.xpm
-%%DATADIR%%/images/math/hookrightarrow.xpm
-%%DATADIR%%/images/math/hphantom.xpm
-%%DATADIR%%/images/math/hslash.xpm
-%%DATADIR%%/images/math/imath.xpm
-%%DATADIR%%/images/math/in.xpm
-%%DATADIR%%/images/math/infty.xpm
-%%DATADIR%%/images/math/int.xpm
-%%DATADIR%%/images/math/intercal.xpm
-%%DATADIR%%/images/math/intop.xpm
-%%DATADIR%%/images/math/iota.xpm
-%%DATADIR%%/images/math/jmath.xpm
-%%DATADIR%%/images/math/kappa.xpm
-%%DATADIR%%/images/math/lambda.xpm
-%%DATADIR%%/images/math/lambda2.xpm
-%%DATADIR%%/images/math/langle.xpm
-%%DATADIR%%/images/math/lbrace.xpm
-%%DATADIR%%/images/math/lbrace_rbrace.xpm
-%%DATADIR%%/images/math/lbracket.xpm
-%%DATADIR%%/images/math/lbracket_rbracket.xpm
-%%DATADIR%%/images/math/lceil.xpm
-%%DATADIR%%/images/math/lceil_rceil.xpm
-%%DATADIR%%/images/math/ldots.xpm
-%%DATADIR%%/images/math/leftarrow.xpm
-%%DATADIR%%/images/math/leftarrow2.xpm
-%%DATADIR%%/images/math/leftarrowtail.xpm
-%%DATADIR%%/images/math/leftharpoondown.xpm
-%%DATADIR%%/images/math/leftharpoonup.xpm
-%%DATADIR%%/images/math/leftleftarrows.xpm
-%%DATADIR%%/images/math/leftrightarrow.xpm
-%%DATADIR%%/images/math/leftrightarrow2.xpm
-%%DATADIR%%/images/math/leftrightarrows.xpm
-%%DATADIR%%/images/math/leftrightharpoons.xpm
-%%DATADIR%%/images/math/leftrightsquigarrow.xpm
-%%DATADIR%%/images/math/leftthreetimes.xpm
-%%DATADIR%%/images/math/leq.xpm
-%%DATADIR%%/images/math/leqq.xpm
-%%DATADIR%%/images/math/leqslant.xpm
-%%DATADIR%%/images/math/lessapprox.xpm
-%%DATADIR%%/images/math/lessdot.xpm
-%%DATADIR%%/images/math/lesseqgtr.xpm
-%%DATADIR%%/images/math/lesseqqgtr.xpm
-%%DATADIR%%/images/math/lessgtr.xpm
-%%DATADIR%%/images/math/lesssim.xpm
-%%DATADIR%%/images/math/lfloor.xpm
-%%DATADIR%%/images/math/lfloor_rfloor.xpm
-%%DATADIR%%/images/math/ll.xpm
-%%DATADIR%%/images/math/llcorner.xpm
-%%DATADIR%%/images/math/lll.xpm
-%%DATADIR%%/images/math/lnapprox.xpm
-%%DATADIR%%/images/math/lneq.xpm
-%%DATADIR%%/images/math/lneqq.xpm
-%%DATADIR%%/images/math/lnsim.xpm
-%%DATADIR%%/images/math/longleftarrow.xpm
-%%DATADIR%%/images/math/longleftarrow2.xpm
-%%DATADIR%%/images/math/longleftrightarrow.xpm
-%%DATADIR%%/images/math/longleftrightarrow2.xpm
-%%DATADIR%%/images/math/longmapsto.xpm
-%%DATADIR%%/images/math/longrightarrow.xpm
-%%DATADIR%%/images/math/longrightarrow2.xpm
-%%DATADIR%%/images/math/looparrowleft.xpm
-%%DATADIR%%/images/math/looparrowright.xpm
-%%DATADIR%%/images/math/lozenge.xpm
-%%DATADIR%%/images/math/lparen.xpm
-%%DATADIR%%/images/math/lparen_rparen.xpm
-%%DATADIR%%/images/math/lrcorner.xpm
-%%DATADIR%%/images/math/ltimes.xpm
-%%DATADIR%%/images/math/lvertneqq.xpm
-%%DATADIR%%/images/math/mapsto.xpm
-%%DATADIR%%/images/math/mathbb_C.xpm
-%%DATADIR%%/images/math/mathbb_H.xpm
-%%DATADIR%%/images/math/mathbb_N.xpm
-%%DATADIR%%/images/math/mathbb_Q.xpm
-%%DATADIR%%/images/math/mathbb_R.xpm
-%%DATADIR%%/images/math/mathbb_Z.xpm
-%%DATADIR%%/images/math/mathcal_F.xpm
-%%DATADIR%%/images/math/mathcal_H.xpm
-%%DATADIR%%/images/math/mathcal_L.xpm
-%%DATADIR%%/images/math/mathcal_O.xpm
-%%DATADIR%%/images/math/mathcircumflex.xpm
-%%DATADIR%%/images/math/mathrm_T.xpm
-%%DATADIR%%/images/math/matrix.xpm
-%%DATADIR%%/images/math/measuredangle.xpm
-%%DATADIR%%/images/math/mho.xpm
-%%DATADIR%%/images/math/mid.xpm
-%%DATADIR%%/images/math/models.xpm
-%%DATADIR%%/images/math/mp.xpm
-%%DATADIR%%/images/math/mu.xpm
-%%DATADIR%%/images/math/multimap.xpm
-%%DATADIR%%/images/math/nabla.xpm
-%%DATADIR%%/images/math/natural.xpm
-%%DATADIR%%/images/math/ncong.xpm
-%%DATADIR%%/images/math/nearrow.xpm
-%%DATADIR%%/images/math/neg.xpm
-%%DATADIR%%/images/math/neq.xpm
-%%DATADIR%%/images/math/nexists.xpm
-%%DATADIR%%/images/math/ngeq.xpm
-%%DATADIR%%/images/math/ngeqq.xpm
-%%DATADIR%%/images/math/ngeqslant.xpm
-%%DATADIR%%/images/math/ngtr.xpm
-%%DATADIR%%/images/math/ni.xpm
-%%DATADIR%%/images/math/nleftarrow.xpm
-%%DATADIR%%/images/math/nleftarrow2.xpm
-%%DATADIR%%/images/math/nleftrightarrow.xpm
-%%DATADIR%%/images/math/nleftrightarrow2.xpm
-%%DATADIR%%/images/math/nleq.xpm
-%%DATADIR%%/images/math/nleqq.xpm
-%%DATADIR%%/images/math/nleqslant.xpm
-%%DATADIR%%/images/math/nless.xpm
-%%DATADIR%%/images/math/nmid.xpm
-%%DATADIR%%/images/math/notin.xpm
-%%DATADIR%%/images/math/nparallel.xpm
-%%DATADIR%%/images/math/nprec.xpm
-%%DATADIR%%/images/math/npreceq.xpm
-%%DATADIR%%/images/math/nrightarrow.xpm
-%%DATADIR%%/images/math/nrightarrow2.xpm
-%%DATADIR%%/images/math/nshortmid.xpm
-%%DATADIR%%/images/math/nshortparallel.xpm
-%%DATADIR%%/images/math/nsim.xpm
-%%DATADIR%%/images/math/nsubseteq.xpm
-%%DATADIR%%/images/math/nsucc.xpm
-%%DATADIR%%/images/math/nsucceq.xpm
-%%DATADIR%%/images/math/nsupseteq.xpm
-%%DATADIR%%/images/math/nsupseteqq.xpm
-%%DATADIR%%/images/math/ntriangleleft.xpm
-%%DATADIR%%/images/math/ntrianglelefteq.xpm
-%%DATADIR%%/images/math/ntriangleright.xpm
-%%DATADIR%%/images/math/ntrianglerighteq.xpm
-%%DATADIR%%/images/math/nu.xpm
-%%DATADIR%%/images/math/nvdash.xpm
-%%DATADIR%%/images/math/nvdash2.xpm
-%%DATADIR%%/images/math/nvdash3.xpm
-%%DATADIR%%/images/math/nwarrow.xpm
-%%DATADIR%%/images/math/odot.xpm
-%%DATADIR%%/images/math/oint.xpm
-%%DATADIR%%/images/math/ointop.xpm
-%%DATADIR%%/images/math/omega.xpm
-%%DATADIR%%/images/math/omega2.xpm
-%%DATADIR%%/images/math/ominus.xpm
-%%DATADIR%%/images/math/oplus.xpm
-%%DATADIR%%/images/math/oslash.xpm
-%%DATADIR%%/images/math/otimes.xpm
-%%DATADIR%%/images/math/overbrace.xpm
-%%DATADIR%%/images/math/overleftarrow.xpm
-%%DATADIR%%/images/math/overleftrightarrow.xpm
-%%DATADIR%%/images/math/overline.xpm
-%%DATADIR%%/images/math/overrightarrow.xpm
-%%DATADIR%%/images/math/overset.xpm
-%%DATADIR%%/images/math/parallel.xpm
-%%DATADIR%%/images/math/partial.xpm
-%%DATADIR%%/images/math/perp.xpm
-%%DATADIR%%/images/math/phantom.xpm
-%%DATADIR%%/images/math/phi.xpm
-%%DATADIR%%/images/math/phi2.xpm
-%%DATADIR%%/images/math/pi.xpm
-%%DATADIR%%/images/math/pi2.xpm
-%%DATADIR%%/images/math/pitchfork.xpm
-%%DATADIR%%/images/math/pm.xpm
-%%DATADIR%%/images/math/prec.xpm
-%%DATADIR%%/images/math/precapprox.xpm
-%%DATADIR%%/images/math/preccurlyeq.xpm
-%%DATADIR%%/images/math/preceq.xpm
-%%DATADIR%%/images/math/precnapprox.xpm
-%%DATADIR%%/images/math/precnsim.xpm
-%%DATADIR%%/images/math/precsim.xpm
-%%DATADIR%%/images/math/prime.xpm
-%%DATADIR%%/images/math/prod.xpm
-%%DATADIR%%/images/math/propto.xpm
-%%DATADIR%%/images/math/psi.xpm
-%%DATADIR%%/images/math/psi2.xpm
-%%DATADIR%%/images/math/rangle.xpm
-%%DATADIR%%/images/math/rbrace.xpm
-%%DATADIR%%/images/math/rbracket.xpm
-%%DATADIR%%/images/math/rceil.xpm
-%%DATADIR%%/images/math/rfloor.xpm
-%%DATADIR%%/images/math/rho.xpm
-%%DATADIR%%/images/math/rightarrow.xpm
-%%DATADIR%%/images/math/rightarrow2.xpm
-%%DATADIR%%/images/math/rightarrowtail.xpm
-%%DATADIR%%/images/math/rightharpoondown.xpm
-%%DATADIR%%/images/math/rightharpoonup.xpm
-%%DATADIR%%/images/math/rightleftarrows.xpm
-%%DATADIR%%/images/math/rightleftharpoons.xpm
-%%DATADIR%%/images/math/rightrightarrows.xpm
-%%DATADIR%%/images/math/rightsquigarrow.xpm
-%%DATADIR%%/images/math/rightthreetimes.xpm
-%%DATADIR%%/images/math/risingdotseq.xpm
-%%DATADIR%%/images/math/root.xpm
-%%DATADIR%%/images/math/rparen.xpm
-%%DATADIR%%/images/math/rtimes.xpm
-%%DATADIR%%/images/math/searrow.xpm
-%%DATADIR%%/images/math/setminus.xpm
-%%DATADIR%%/images/math/sharp.xpm
-%%DATADIR%%/images/math/shortmid.xpm
-%%DATADIR%%/images/math/shortparallel.xpm
-%%DATADIR%%/images/math/sigma.xpm
-%%DATADIR%%/images/math/sigma2.xpm
-%%DATADIR%%/images/math/sim.xpm
-%%DATADIR%%/images/math/simeq.xpm
-%%DATADIR%%/images/math/slash.xpm
-%%DATADIR%%/images/math/smallfrown.xpm
-%%DATADIR%%/images/math/smallsetminus.xpm
-%%DATADIR%%/images/math/smallsmile.xpm
-%%DATADIR%%/images/math/smile.xpm
-%%DATADIR%%/images/math/space.xpm
-%%DATADIR%%/images/math/spadesuit.xpm
-%%DATADIR%%/images/math/sphericalangle.xpm
-%%DATADIR%%/images/math/sqcap.xpm
-%%DATADIR%%/images/math/sqcup.xpm
-%%DATADIR%%/images/math/sqrt.xpm
-%%DATADIR%%/images/math/sqrt-square.xpm
-%%DATADIR%%/images/math/sqsubset.xpm
-%%DATADIR%%/images/math/sqsubseteq.xpm
-%%DATADIR%%/images/math/sqsupset.xpm
-%%DATADIR%%/images/math/sqsupseteq.xpm
-%%DATADIR%%/images/math/square.xpm
-%%DATADIR%%/images/math/star.xpm
-%%DATADIR%%/images/math/style.xbm
-%%DATADIR%%/images/math/style.xpm
-%%DATADIR%%/images/math/sub.xpm
-%%DATADIR%%/images/math/subset.xpm
-%%DATADIR%%/images/math/subset2.xpm
-%%DATADIR%%/images/math/subseteq.xpm
-%%DATADIR%%/images/math/subseteqq.xpm
-%%DATADIR%%/images/math/subsetneq.xpm
-%%DATADIR%%/images/math/subsetneqq.xpm
-%%DATADIR%%/images/math/succ.xpm
-%%DATADIR%%/images/math/succapprox.xpm
-%%DATADIR%%/images/math/succcurlyeq.xpm
-%%DATADIR%%/images/math/succeq.xpm
-%%DATADIR%%/images/math/succnapprox.xpm
-%%DATADIR%%/images/math/succnsim.xpm
-%%DATADIR%%/images/math/succsim.xpm
-%%DATADIR%%/images/math/sum.xpm
-%%DATADIR%%/images/math/super.xpm
-%%DATADIR%%/images/math/supset.xpm
-%%DATADIR%%/images/math/supset2.xpm
-%%DATADIR%%/images/math/supseteq.xpm
-%%DATADIR%%/images/math/supseteqq.xpm
-%%DATADIR%%/images/math/supsetneq.xpm
-%%DATADIR%%/images/math/supsetneqq.xpm
-%%DATADIR%%/images/math/surd.xpm
-%%DATADIR%%/images/math/swarrow.xpm
-%%DATADIR%%/images/math/tau.xpm
-%%DATADIR%%/images/math/textrm_AA.xpm
-%%DATADIR%%/images/math/textrm_Oe.xpm
-%%DATADIR%%/images/math/therefore.xpm
-%%DATADIR%%/images/math/theta.xpm
-%%DATADIR%%/images/math/theta2.xpm
-%%DATADIR%%/images/math/thickapprox.xpm
-%%DATADIR%%/images/math/thicksim.xpm
-%%DATADIR%%/images/math/tilde.xpm
-%%DATADIR%%/images/math/times.xpm
-%%DATADIR%%/images/math/top.xpm
-%%DATADIR%%/images/math/triangle.xpm
-%%DATADIR%%/images/math/triangledown.xpm
-%%DATADIR%%/images/math/triangleleft.xpm
-%%DATADIR%%/images/math/trianglelefteq.xpm
-%%DATADIR%%/images/math/triangleq.xpm
-%%DATADIR%%/images/math/triangleright.xpm
-%%DATADIR%%/images/math/trianglerighteq.xpm
-%%DATADIR%%/images/math/twoheadleftarrow.xpm
-%%DATADIR%%/images/math/twoheadrightarrow.xpm
-%%DATADIR%%/images/math/ulcorner.xpm
-%%DATADIR%%/images/math/underbrace.xpm
-%%DATADIR%%/images/math/underleftarrow.xpm
-%%DATADIR%%/images/math/underleftrightarrow.xpm
-%%DATADIR%%/images/math/underline.xpm
-%%DATADIR%%/images/math/underrightarrow.xpm
-%%DATADIR%%/images/math/underscore.xpm
-%%DATADIR%%/images/math/underset.xpm
-%%DATADIR%%/images/math/uparrow.xpm
-%%DATADIR%%/images/math/uparrow2.xpm
-%%DATADIR%%/images/math/updownarrow.xpm
-%%DATADIR%%/images/math/updownarrow2.xpm
-%%DATADIR%%/images/math/upharpoonleft.xpm
-%%DATADIR%%/images/math/upharpoonright.xpm
-%%DATADIR%%/images/math/uplus.xpm
-%%DATADIR%%/images/math/upsilon.xpm
-%%DATADIR%%/images/math/upsilon2.xpm
-%%DATADIR%%/images/math/upuparrows.xpm
-%%DATADIR%%/images/math/urcorner.xpm
-%%DATADIR%%/images/math/varepsilon.xpm
-%%DATADIR%%/images/math/varkappa.xpm
-%%DATADIR%%/images/math/varnothing.xpm
-%%DATADIR%%/images/math/varphi.xpm
-%%DATADIR%%/images/math/varpi.xpm
-%%DATADIR%%/images/math/varpropto.xpm
-%%DATADIR%%/images/math/varsigma.xpm
-%%DATADIR%%/images/math/varsubsetneq.xpm
-%%DATADIR%%/images/math/varsubsetneqq.xpm
-%%DATADIR%%/images/math/varsupsetneq.xpm
-%%DATADIR%%/images/math/varsupsetneqq.xpm
-%%DATADIR%%/images/math/vartheta.xpm
-%%DATADIR%%/images/math/vartriangle.xpm
-%%DATADIR%%/images/math/vartriangleleft.xpm
-%%DATADIR%%/images/math/vartriangleright.xpm
-%%DATADIR%%/images/math/vdash.xpm
-%%DATADIR%%/images/math/vdash2.xpm
-%%DATADIR%%/images/math/vdash3.xpm
-%%DATADIR%%/images/math/vdots.xpm
-%%DATADIR%%/images/math/vec.xpm
-%%DATADIR%%/images/math/vee.xpm
-%%DATADIR%%/images/math/veebar.xpm
-%%DATADIR%%/images/math/vphantom.xpm
-%%DATADIR%%/images/math/wedge.xpm
-%%DATADIR%%/images/math/widehat.xpm
-%%DATADIR%%/images/math/widetilde.xpm
-%%DATADIR%%/images/math/wp.xpm
-%%DATADIR%%/images/math/wr.xpm
-%%DATADIR%%/images/math/xi.xpm
-%%DATADIR%%/images/math/xi2.xpm
-%%DATADIR%%/images/math/zeta.xpm
-%%DATADIR%%/images/note-insert.xpm
-%%DATADIR%%/images/paste.xpm
-%%DATADIR%%/images/psnfss1.xpm
-%%DATADIR%%/images/psnfss2.xpm
-%%DATADIR%%/images/psnfss3.xpm
-%%DATADIR%%/images/psnfss4.xpm
-%%DATADIR%%/images/redo.xpm
-%%DATADIR%%/images/standard.xpm
-%%DATADIR%%/images/tabular-feature_align-center.xpm
-%%DATADIR%%/images/tabular-feature_align-left.xpm
-%%DATADIR%%/images/tabular-feature_align-right.xpm
-%%DATADIR%%/images/tabular-feature_append-column.xpm
-%%DATADIR%%/images/tabular-feature_append-row.xpm
-%%DATADIR%%/images/tabular-feature_delete-column.xpm
-%%DATADIR%%/images/tabular-feature_delete-row.xpm
-%%DATADIR%%/images/tabular-feature_multicolumn.xpm
-%%DATADIR%%/images/tabular-feature_set-all-lines.xpm
-%%DATADIR%%/images/tabular-feature_set-longtabular.xpm
-%%DATADIR%%/images/tabular-feature_set-rotate-cell.xpm
-%%DATADIR%%/images/tabular-feature_set-rotate-tabular.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-bottom.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-left.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-right.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-top.xpm
-%%DATADIR%%/images/tabular-feature_unset-all-lines.xpm
-%%DATADIR%%/images/tabular-feature_valign-bottom.xpm
-%%DATADIR%%/images/tabular-feature_valign-middle.xpm
-%%DATADIR%%/images/tabular-feature_valign-top.xpm
-%%DATADIR%%/images/tabular-insert.xpm
-%%DATADIR%%/images/thesaurus-entry.xpm
-%%DATADIR%%/images/toc-view.xpm
-%%DATADIR%%/images/undo.xpm
-%%DATADIR%%/images/unknown.xpm
-%%DATADIR%%/images/up.xpm
-%%DATADIR%%/images/url-insert.xpm
-%%DATADIR%%/kbd/american-2.kmap
-%%DATADIR%%/kbd/american.kmap
-%%DATADIR%%/kbd/arabic.kmap
-%%DATADIR%%/kbd/bg-bds-1251.kmap
-%%DATADIR%%/kbd/brazil.kmap
-%%DATADIR%%/kbd/brazil2.kmap
-%%DATADIR%%/kbd/cp1251.cdef
-%%DATADIR%%/kbd/czech-prg.kmap
-%%DATADIR%%/kbd/czech.kmap
-%%DATADIR%%/kbd/espanol.kmap
-%%DATADIR%%/kbd/european.kmap
-%%DATADIR%%/kbd/francais.kmap
-%%DATADIR%%/kbd/french.kmap
-%%DATADIR%%/kbd/german-2.kmap
-%%DATADIR%%/kbd/german-3.kmap
-%%DATADIR%%/kbd/german.kmap
-%%DATADIR%%/kbd/greek.kmap
-%%DATADIR%%/kbd/hebrew.kmap
-%%DATADIR%%/kbd/ibm866.cdef
-%%DATADIR%%/kbd/iso8859-1.cdef
-%%DATADIR%%/kbd/iso8859-15.cdef
-%%DATADIR%%/kbd/iso8859-2.cdef
-%%DATADIR%%/kbd/iso8859-3.cdef
-%%DATADIR%%/kbd/iso8859-4.cdef
-%%DATADIR%%/kbd/iso8859-7.cdef
-%%DATADIR%%/kbd/iso8859-8.cdef
-%%DATADIR%%/kbd/iso8859-9.cdef
-%%DATADIR%%/kbd/koi8-r.cdef
-%%DATADIR%%/kbd/koi8-r.kmap
-%%DATADIR%%/kbd/koi8-t.cdef
-%%DATADIR%%/kbd/koi8-u.cdef
-%%DATADIR%%/kbd/koi8-u.kmap
-%%DATADIR%%/kbd/latvian.kmap
-%%DATADIR%%/kbd/magyar-2.kmap
-%%DATADIR%%/kbd/magyar-3.kmap
-%%DATADIR%%/kbd/magyar.kmap
-%%DATADIR%%/kbd/null.kmap
-%%DATADIR%%/kbd/polish.kmap
-%%DATADIR%%/kbd/polski.kmap
-%%DATADIR%%/kbd/portuges.kmap
-%%DATADIR%%/kbd/romanian.kmap
-%%DATADIR%%/kbd/serbian.kmap
-%%DATADIR%%/kbd/serbocroatian.kmap
-%%DATADIR%%/kbd/sf.kmap
-%%DATADIR%%/kbd/sg.kmap
-%%DATADIR%%/kbd/slovak.kmap
-%%DATADIR%%/kbd/slovene.kmap
-%%DATADIR%%/kbd/thai-kedmanee.kmap
-%%DATADIR%%/kbd/tis620-0.cdef
-%%DATADIR%%/kbd/transilvanian.kmap
-%%DATADIR%%/kbd/turkish-f.kmap
-%%DATADIR%%/kbd/turkish.kmap
-%%DATADIR%%/languages
-%%DATADIR%%/layouts/IEEEtran.layout
-%%DATADIR%%/layouts/aa.layout
-%%DATADIR%%/layouts/aapaper.inc
-%%DATADIR%%/layouts/aapaper.layout
-%%DATADIR%%/layouts/aastex.layout
-%%DATADIR%%/layouts/agu-dtd.layout
-%%DATADIR%%/layouts/agu_stdclass.inc
-%%DATADIR%%/layouts/agu_stdcounters.inc
-%%DATADIR%%/layouts/agu_stdlists.inc
-%%DATADIR%%/layouts/agu_stdsections.inc
-%%DATADIR%%/layouts/agu_stdtitle.inc
-%%DATADIR%%/layouts/agums.layout
-%%DATADIR%%/layouts/aguplus.inc
-%%DATADIR%%/layouts/amsart-plain.layout
-%%DATADIR%%/layouts/amsart-seq.layout
-%%DATADIR%%/layouts/amsart.layout
-%%DATADIR%%/layouts/amsbook.layout
-%%DATADIR%%/layouts/amsdefs.inc
-%%DATADIR%%/layouts/amsmaths-plain.inc
-%%DATADIR%%/layouts/amsmaths-seq.inc
-%%DATADIR%%/layouts/amsmaths.inc
-%%DATADIR%%/layouts/apa.layout
-%%DATADIR%%/layouts/arab-article.layout
-%%DATADIR%%/layouts/article.layout
-%%DATADIR%%/layouts/beamer.layout
-%%DATADIR%%/layouts/book.layout
-%%DATADIR%%/layouts/broadway.layout
-%%DATADIR%%/layouts/chess.layout
-%%DATADIR%%/layouts/cl2emult.layout
-%%DATADIR%%/layouts/cv.layout
-%%DATADIR%%/layouts/db_lyxmacros.inc
-%%DATADIR%%/layouts/db_stdcharstyles.inc
-%%DATADIR%%/layouts/db_stdclass.inc
-%%DATADIR%%/layouts/db_stdcounters.inc
-%%DATADIR%%/layouts/db_stdlayouts.inc
-%%DATADIR%%/layouts/db_stdlists.inc
-%%DATADIR%%/layouts/db_stdsections.inc
-%%DATADIR%%/layouts/db_stdstarsections.inc
-%%DATADIR%%/layouts/db_stdstruct.inc
-%%DATADIR%%/layouts/db_stdtitle.inc
-%%DATADIR%%/layouts/dinbrief.layout
-%%DATADIR%%/layouts/docbook-book.layout
-%%DATADIR%%/layouts/docbook-chapter.layout
-%%DATADIR%%/layouts/docbook-section.layout
-%%DATADIR%%/layouts/docbook.layout
-%%DATADIR%%/layouts/dtk.layout
-%%DATADIR%%/layouts/egs.layout
-%%DATADIR%%/layouts/elsart.layout
-%%DATADIR%%/layouts/entcs.layout
-%%DATADIR%%/layouts/extarticle.layout
-%%DATADIR%%/layouts/extbook.layout
-%%DATADIR%%/layouts/extletter.layout
-%%DATADIR%%/layouts/extreport.layout
-%%DATADIR%%/layouts/foils.layout
-%%DATADIR%%/layouts/g-brief-de.layout
-%%DATADIR%%/layouts/g-brief-en.layout
-%%DATADIR%%/layouts/g-brief2.layout
-%%DATADIR%%/layouts/heb-article.layout
-%%DATADIR%%/layouts/heb-letter.layout
-%%DATADIR%%/layouts/hollywood.layout
-%%DATADIR%%/layouts/ijmpc.layout
-%%DATADIR%%/layouts/ijmpd.layout
-%%DATADIR%%/layouts/jgrga.layout
-%%DATADIR%%/layouts/kluwer.layout
-%%DATADIR%%/layouts/latex8.layout
-%%DATADIR%%/layouts/letter.layout
-%%DATADIR%%/layouts/linuxdoc.layout
-%%DATADIR%%/layouts/literate-article.layout
-%%DATADIR%%/layouts/literate-book.layout
-%%DATADIR%%/layouts/literate-report.layout
-%%DATADIR%%/layouts/literate-scrap.inc
-%%DATADIR%%/layouts/llncs.layout
-%%DATADIR%%/layouts/ltugboat.layout
-%%DATADIR%%/layouts/lyxmacros.inc
-%%DATADIR%%/layouts/manpage.layout
-%%DATADIR%%/layouts/memoir.layout
-%%DATADIR%%/layouts/mwart.layout
-%%DATADIR%%/layouts/mwbk.layout
-%%DATADIR%%/layouts/mwrep.layout
-%%DATADIR%%/layouts/numarticle.inc
-%%DATADIR%%/layouts/numreport.inc
-%%DATADIR%%/layouts/numrevtex.inc
-%%DATADIR%%/layouts/paper.layout
-%%DATADIR%%/layouts/report.layout
-%%DATADIR%%/layouts/revtex.layout
-%%DATADIR%%/layouts/revtex4.layout
-%%DATADIR%%/layouts/scrartcl.layout
-%%DATADIR%%/layouts/scrbook.layout
-%%DATADIR%%/layouts/scrclass.inc
-%%DATADIR%%/layouts/scrlettr.layout
-%%DATADIR%%/layouts/scrlttr2.layout
-%%DATADIR%%/layouts/scrreprt.layout
-%%DATADIR%%/layouts/seminar.layout
-%%DATADIR%%/layouts/siamltex.layout
-%%DATADIR%%/layouts/slides.layout
-%%DATADIR%%/layouts/spie.layout
-%%DATADIR%%/layouts/stdclass.inc
-%%DATADIR%%/layouts/stdcounters.inc
-%%DATADIR%%/layouts/stdfloats.inc
-%%DATADIR%%/layouts/stdlayouts.inc
-%%DATADIR%%/layouts/stdletter.inc
-%%DATADIR%%/layouts/stdlists.inc
-%%DATADIR%%/layouts/stdsections.inc
-%%DATADIR%%/layouts/stdstarsections.inc
-%%DATADIR%%/layouts/stdstruct.inc
-%%DATADIR%%/layouts/stdtitle.inc
-%%DATADIR%%/layouts/svglobal.layout
-%%DATADIR%%/layouts/svjog.layout
-%%DATADIR%%/layouts/svjour.inc
-%%DATADIR%%/layouts/svprobth.layout
-%%DATADIR%%/lyx2lyx/LyX.py
-%%DATADIR%%/lyx2lyx/LyX.pyc
-%%DATADIR%%/lyx2lyx/LyX.pyo
-%%DATADIR%%/lyx2lyx/lyx2lyx
-%%DATADIR%%/lyx2lyx/lyx2lyx_lang.py
-%%DATADIR%%/lyx2lyx/lyx2lyx_lang.pyc
-%%DATADIR%%/lyx2lyx/lyx2lyx_lang.pyo
-%%DATADIR%%/lyx2lyx/lyx2lyx_version.py
-%%DATADIR%%/lyx2lyx/lyx2lyx_version.pyc
-%%DATADIR%%/lyx2lyx/lyx2lyx_version.pyo
-%%DATADIR%%/lyx2lyx/lyx_0_06.py
-%%DATADIR%%/lyx2lyx/lyx_0_06.pyc
-%%DATADIR%%/lyx2lyx/lyx_0_06.pyo
-%%DATADIR%%/lyx2lyx/lyx_0_08.py
-%%DATADIR%%/lyx2lyx/lyx_0_08.pyc
-%%DATADIR%%/lyx2lyx/lyx_0_08.pyo
-%%DATADIR%%/lyx2lyx/lyx_0_10.py
-%%DATADIR%%/lyx2lyx/lyx_0_10.pyc
-%%DATADIR%%/lyx2lyx/lyx_0_10.pyo
-%%DATADIR%%/lyx2lyx/lyx_0_12.py
-%%DATADIR%%/lyx2lyx/lyx_0_12.pyc
-%%DATADIR%%/lyx2lyx/lyx_0_12.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_0.py
-%%DATADIR%%/lyx2lyx/lyx_1_0.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_0.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_1.py
-%%DATADIR%%/lyx2lyx/lyx_1_1.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_1.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_1_5.py
-%%DATADIR%%/lyx2lyx/lyx_1_1_5.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_1_5.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_1_6_0.py
-%%DATADIR%%/lyx2lyx/lyx_1_1_6_0.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_1_6_0.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_1_6_3.py
-%%DATADIR%%/lyx2lyx/lyx_1_1_6_3.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_1_6_3.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_2.py
-%%DATADIR%%/lyx2lyx/lyx_1_2.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_2.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_3.py
-%%DATADIR%%/lyx2lyx/lyx_1_3.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_3.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_4.py
-%%DATADIR%%/lyx2lyx/lyx_1_4.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_4.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_5.py
-%%DATADIR%%/lyx2lyx/lyx_1_5.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_5.pyo
-%%DATADIR%%/lyx2lyx/parser_tools.py
-%%DATADIR%%/lyx2lyx/parser_tools.pyc
-%%DATADIR%%/lyx2lyx/parser_tools.pyo
-%%DATADIR%%/lyx2lyx/profiling.py
-%%DATADIR%%/lyx2lyx/profiling.pyc
-%%DATADIR%%/lyx2lyx/profiling.pyo
-%%DATADIR%%/lyxrc.example
-%%DATADIR%%/scripts/TeXFiles.py
-%%DATADIR%%/scripts/TeXFiles.pyc
-%%DATADIR%%/scripts/TeXFiles.pyo
-%%DATADIR%%/scripts/clean_dvi.py
-%%DATADIR%%/scripts/clean_dvi.pyc
-%%DATADIR%%/scripts/clean_dvi.pyo
-%%DATADIR%%/scripts/convertDefault.py
-%%DATADIR%%/scripts/convertDefault.pyc
-%%DATADIR%%/scripts/convertDefault.pyo
-%%DATADIR%%/scripts/date.py
-%%DATADIR%%/scripts/date.pyc
-%%DATADIR%%/scripts/date.pyo
-%%DATADIR%%/scripts/fen2ascii.py
-%%DATADIR%%/scripts/fen2ascii.pyc
-%%DATADIR%%/scripts/fen2ascii.pyo
-%%DATADIR%%/scripts/fig2pdftex.py
-%%DATADIR%%/scripts/fig2pdftex.pyc
-%%DATADIR%%/scripts/fig2pdftex.pyo
-%%DATADIR%%/scripts/fig2pstex.py
-%%DATADIR%%/scripts/fig2pstex.pyc
-%%DATADIR%%/scripts/fig2pstex.pyo
-%%DATADIR%%/scripts/fig_copy.py
-%%DATADIR%%/scripts/fig_copy.pyc
-%%DATADIR%%/scripts/fig_copy.pyo
-%%DATADIR%%/scripts/layout2layout.py
-%%DATADIR%%/scripts/layout2layout.pyc
-%%DATADIR%%/scripts/layout2layout.pyo
-%%DATADIR%%/scripts/legacy_lyxpreview2ppm.py
-%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyc
-%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyo
-%%DATADIR%%/scripts/listerrors
-%%DATADIR%%/scripts/lyxpreview2bitmap.py
-%%DATADIR%%/scripts/lyxpreview2bitmap.pyc
-%%DATADIR%%/scripts/lyxpreview2bitmap.pyo
-%%DATADIR%%/scripts/lyxpreview_tools.py
-%%DATADIR%%/scripts/lyxpreview_tools.pyc
-%%DATADIR%%/scripts/lyxpreview_tools.pyo
-%%DATADIR%%/scripts/tex_copy.py
-%%DATADIR%%/scripts/tex_copy.pyc
-%%DATADIR%%/scripts/tex_copy.pyo
-%%DATADIR%%/symbols
-%%DATADIR%%/syntax.default
-%%DATADIR%%/templates/IEEEtran.lyx
-%%DATADIR%%/templates/README.new_templates
-%%DATADIR%%/templates/aa.lyx
-%%DATADIR%%/templates/aastex.lyx
-%%DATADIR%%/templates/agu_article.lyx
-%%DATADIR%%/templates/beamer-conference-ornate-20min.lyx
-%%DATADIR%%/templates/de_beamer-conference-ornate-20min.lyx
-%%DATADIR%%/templates/dinbrief.lyx
-%%DATADIR%%/templates/docbook_article.lyx
-%%DATADIR%%/templates/elsart.lyx
-%%DATADIR%%/templates/fr_beamer-conference-ornate-20min.lyx
-%%DATADIR%%/templates/g-brief-de.lyx
-%%DATADIR%%/templates/g-brief-en.lyx
-%%DATADIR%%/templates/hollywood.lyx
-%%DATADIR%%/templates/ijmpc.lyx
-%%DATADIR%%/templates/ijmpd.lyx
-%%DATADIR%%/templates/kluwer.lyx
-%%DATADIR%%/templates/koma-letter2.lyx
-%%DATADIR%%/templates/latex8.lyx
-%%DATADIR%%/templates/letter.lyx
-%%DATADIR%%/templates/linuxdoc_article.lyx
-%%DATADIR%%/templates/revtex.lyx
-%%DATADIR%%/templates/revtex4.lyx
-%%DATADIR%%/templates/slides.lyx
-%%DATADIR%%/tex/broadway.cls
-%%DATADIR%%/tex/cv.cls
-%%DATADIR%%/tex/hollywood.cls
-%%DATADIR%%/tex/lyxchess.sty
-%%DATADIR%%/tex/lyxskak.sty
-%%DATADIR%%/tex/revtex.cls
-%%DATADIR%%/ui/classic.ui
-%%DATADIR%%/ui/default.ui
-%%DATADIR%%/ui/default-alltoolbars.ui
-%%DATADIR%%/ui/default-autotoolbars.ui
-%%DATADIR%%/ui/stdmenus.inc
-%%DATADIR%%/ui/stdtoolbars.inc
-@dirrm %%DATADIR%%/ui
-@dirrm %%DATADIR%%/tex
-@dirrm %%DATADIR%%/templates
-@dirrm %%DATADIR%%/scripts
-@dirrm %%DATADIR%%/lyx2lyx
-@dirrm %%DATADIR%%/layouts
-@dirrm %%DATADIR%%/kbd
-@dirrm %%DATADIR%%/images/math
-@dirrm %%DATADIR%%/images
-@dirrm %%DATADIR%%/examples
-@dirrm %%DATADIR%%/doc
-@dirrm %%DATADIR%%/clipart
-@dirrm %%DATADIR%%/bind
-@dirrm %%DATADIR%%
diff --git a/print/lyx14/Makefile b/print/lyx14/Makefile
deleted file mode 100644
index 18b99dfc18cb..000000000000
--- a/print/lyx14/Makefile
+++ /dev/null
@@ -1,120 +0,0 @@
-# New ports collection makefile for: lyx
-# Date created: Sa 12 Okt 1996 19:20:51 MET DST
-# Whom: Andreas Klemm <andreas@klemm.gtn.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= lyx
-PORTVERSION= 1.4.5.1
-PORTREVISION= 2
-CATEGORIES= print
-MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/1.4.x/ \
- http://www-ftp.lip6.fr/ftp/pub/lyx/stable/1.4.x/ \
- ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/1.4.x/ \
- ftp://ftp.ntua.gr/pub/X11/LyX/stable/1.4.x/ \
- http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/1.4.x/ \
- ftp://ftp.chg.ru/pub/X11/lyx/stable/1.4.x/
-
-MAINTAINER= mi@aldan.algebra.com
-COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG)
-
-BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
-RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
-LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs
-
-OPTIONS= QT "Use Qt (instead of XForms)" ${QT_PRESENT} \
- ASPELL "Utilize ASPELL library" on \
- AIKSAUR "Build Aiksaurus support (English thesaurus)" on \
- ISPELL "Depend on ISPELL as well" off
-ALL_TARGET= all check
-USE_BZIP2= yes
-USE_GNOME= gnometarget lthack
-USE_PERL5= yes
-USE_PYTHON= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-EXTRACT_AFTER_ARGS=| ${TAR} -xf - --exclude ${PORTNAME}-${PORTVERSION}/intl/*.[ch] --exclude ${PORTNAME}-${PORTVERSION}/boost
-CONFIGURE_ARGS= --with-extra-lib="${LOCALBASE}/lib" \
- --without-included-boost \
- --with-extra-inc="${LOCALBASE}/include"
-MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
- AUTOHEADER="${TRUE}"
-MAN1= lyx.1 tex2lyx.1 lyxclient.1
-
-post-patch:
- # Removing mention of the bundled boost
- ${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
- ${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
- ${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \
- ${WRKSRC}/src/support/debugstream.h
- ${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
- ${WRKSRC}/src/support/filetools.C
- ${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
- ${WRKSRC}/src/support/tests/test_*
-
-pre-configure:
- # If the installed Boost is 1.34 or later, we must compile
- # with exceptions enabled:
- ${AWK} '/#define BOOST_VERSION / {exit($$NF >= 103400)}' \
- ${LOCALBASE}/include/boost/version.hpp || \
- ${REINPLACE_CMD} -e 's,\(AM_CXXFLAGS="\)-fno-exceptions,\1,' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-post-configure:
- # Removing explicit linking with -lc
- ${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
-
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/bin/makepsres)
-PLIST_SUB+= PSRES=
-.else
-PLIST_SUB+= PSRES='@comment '
-.endif
-
-.if defined(WITH_AIKSAUR)
-LIB_DEPENDS+= Aiksaurus:${PORTSDIR}/textproc/aiksaurus
-.else
-CONFIGURE_ARGS+=--without-aiksaurus
-.endif
-
-.if defined(WITH_QT)
-LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33
-CONFIGURE_ARGS+= --with-frontend=qt
-CFLAGS+= ${PTHREAD_CFLAGS}
-CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS}
-RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/texcm-ttf/cmex10.ttf:${PORTSDIR}/x11-fonts/texcm-ttf
-.else
-LIB_DEPENDS+= forms:${PORTSDIR}/x11-toolkits/xforms
-CONFIGURE_ARGS+=--with-frontend=xforms
-USE_XORG= x11
-.endif
-
-.if defined(WITH_ASPELL)
-LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
-CONFIGURE_ARGS+= --with-pspell \
- --with-pspell-lib="${LOCALBASE}/lib" \
- --with-pspell-include="${LOCALBASE}/include"
-.else
-CONFIGURE_ARGS+=--without-aspell --without-pspell
-.endif
-
-.if defined(WITH_ISPELL)
-RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
-.else
-CONFIGURE_ARGS+=--without-ispell
-.endif
-
-.if exists(${LOCALBASE}/lib/libqt-mt.prl)
-QT_PRESENT= on
-.else
-QT_PRESENT= off
-.endif
-
-.if ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++
-#BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/print/lyx14/distinfo b/print/lyx14/distinfo
deleted file mode 100644
index 55fcdfccac5b..000000000000
--- a/print/lyx14/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (lyx-1.4.5.1.tar.bz2) = b74d82e80c49c7edb782ec7395b7ca27
-SHA256 (lyx-1.4.5.1.tar.bz2) = b26a09cc29aaf77f4a4593d437b62fcf044926e481a8468ac6eb2e5ac695ca9b
-SIZE (lyx-1.4.5.1.tar.bz2) = 8026585
diff --git a/print/lyx14/files/patch-boost-134 b/print/lyx14/files/patch-boost-134
deleted file mode 100644
index 2bfe3a8f6140..000000000000
--- a/print/lyx14/files/patch-boost-134
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/support/path.h Mon Oct 6 11:43:21 2003
-+++ src/support/path.h Fri Jul 6 14:23:38 2007
-@@ -55,5 +55,5 @@
- // we add this macro:
- ///
--#ifndef PATH_C
-+#if 0
- #define Path(x) unnamed_Path;
- #endif
---- src/client/client.C Wed Apr 12 05:37:33 2006
-+++ src/client/client.C Fri Jul 6 15:47:26 2007
-@@ -94,5 +94,10 @@
- for (; beg != end; ++beg) {
- if (prefixIs(beg->leaf(), "lyx_tmpdir" + pid)) {
-+#include <boost/version.hpp>
-+#if BOOST_VERSION < 103400
- fs::path lyxsocket = *beg / "lyxsocket";
-+#else
-+ fs::path lyxsocket = beg->path() / "lyxsocket";
-+#endif
- if (fs::exists(lyxsocket)) {
- dirlist.push_back(lyxsocket);
diff --git a/print/lyx14/files/patch-src-support-fs_extras.C b/print/lyx14/files/patch-src-support-fs_extras.C
deleted file mode 100644
index a109e06f5b87..000000000000
--- a/print/lyx14/files/patch-src-support-fs_extras.C
+++ /dev/null
@@ -1,62 +0,0 @@
---- src/support/fs_extras.C.orig 2005-05-07 18:31:16.000000000 +0400
-+++ src/support/fs_extras.C 2009-03-23 18:01:11.000000000 +0300
-@@ -93,13 +93,15 @@
- {
-
- #ifdef BOOST_POSIX
-+#include <boost/version.hpp>
- int const infile = ::open(source.string().c_str(), O_RDONLY);
- if (infile == -1) {
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- }
-
- struct stat source_stat;
-@@ -107,10 +109,11 @@
- if (ret == -1) {
- ::close(infile);
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- }
-
- int const flags = O_WRONLY | O_CREAT | (noclobber ? O_EXCL : O_TRUNC);
-@@ -119,10 +122,11 @@
- if (outfile == -1) {
- ::close(infile);
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- }
-
- std::size_t const buf_sz = 32768;
-@@ -149,10 +153,11 @@
-
- if (in == -1 || out == -1)
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- #endif
- #ifdef BOOST_WINDOWS
- if (::CopyFile(source.string().c_str(), target.string().c_str(), noclobber) == 0) {
diff --git a/print/lyx14/files/patch-src-support-tests-convert.C b/print/lyx14/files/patch-src-support-tests-convert.C
deleted file mode 100644
index ca9a46941ba8..000000000000
--- a/print/lyx14/files/patch-src-support-tests-convert.C
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/support/tests/convert.C.orig 2005-01-28 00:05:44.000000000 +0300
-+++ src/support/tests/convert.C 2009-03-25 06:33:54.000000000 +0300
-@@ -74,8 +74,7 @@
- << convert<string>(false) << '\n'
-
- << convert<string>('a') << '\n'
-- << convert<string>(1.0) << '\n'
-- << convert<string>(1.1) << endl;
-+ << convert<string>(1.0) << endl;
- }
-
- int main()
diff --git a/print/lyx14/files/patch-src-support-tests-regfiles-convert b/print/lyx14/files/patch-src-support-tests-regfiles-convert
deleted file mode 100644
index a63e24103730..000000000000
--- a/print/lyx14/files/patch-src-support-tests-regfiles-convert
+++ /dev/null
@@ -1,7 +0,0 @@
---- src/support/tests/regfiles/convert.orig 2005-01-28 00:05:44.000000000 +0300
-+++ src/support/tests/regfiles/convert 2009-03-25 06:34:11.000000000 +0300
-@@ -46,4 +46,3 @@
- false
- a
- 1
--1.1
diff --git a/print/lyx14/pkg-descr b/print/lyx14/pkg-descr
deleted file mode 100644
index 1e258d2b80eb..000000000000
--- a/print/lyx14/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-LyX is a document processor interfaced with LaTeX, which gives both the
-ease-of-use of a wordprocessor, and the flexibility and power of
-LaTeX.
-
-Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically
-generated. Speeds up learning LaTeX and makes complicated layouts
-easy and intuitive. New features include spell-checking, international
-character support, WYSIWYG graphics, tables, and equations.
-
-WWW: http://www.lyx.org/
diff --git a/print/lyx14/pkg-plist b/print/lyx14/pkg-plist
deleted file mode 100644
index 93f5cbf8bd9d..000000000000
--- a/print/lyx14/pkg-plist
+++ /dev/null
@@ -1,1123 +0,0 @@
-bin/lyx
-bin/tex2lyx
-bin/lyxclient
-share/locale/cs/LC_MESSAGES/lyx.mo
-share/locale/da/LC_MESSAGES/lyx.mo
-share/locale/de/LC_MESSAGES/lyx.mo
-share/locale/es/LC_MESSAGES/lyx.mo
-share/locale/eu/LC_MESSAGES/lyx.mo
-share/locale/fi/LC_MESSAGES/lyx.mo
-share/locale/fr/LC_MESSAGES/lyx.mo
-share/locale/gl/LC_MESSAGES/lyx.mo
-share/locale/hu/LC_MESSAGES/lyx.mo
-share/locale/it/LC_MESSAGES/lyx.mo
-share/locale/nb/LC_MESSAGES/lyx.mo
-share/locale/nl/LC_MESSAGES/lyx.mo
-share/locale/nn/LC_MESSAGES/lyx.mo
-share/locale/pl/LC_MESSAGES/lyx.mo
-share/locale/ro/LC_MESSAGES/lyx.mo
-share/locale/ru/LC_MESSAGES/lyx.mo
-share/locale/sk/LC_MESSAGES/lyx.mo
-share/locale/sl/LC_MESSAGES/lyx.mo
-share/locale/tr/LC_MESSAGES/lyx.mo
-%%DATADIR%%/CREDITS
-%%DATADIR%%/unicodesymbols
-%%DATADIR%%/bind/aqua.bind
-%%DATADIR%%/bind/broadway.bind
-%%DATADIR%%/bind/cua.bind
-%%DATADIR%%/bind/cyrkeys.bind
-%%DATADIR%%/bind/de_menus.bind
-%%DATADIR%%/bind/emacs.bind
-%%DATADIR%%/bind/fi_menus.bind
-%%DATADIR%%/bind/greekkeys.bind
-%%DATADIR%%/bind/hollywood.bind
-%%DATADIR%%/bind/latinkeys.bind
-%%DATADIR%%/bind/mac.bind
-%%DATADIR%%/bind/math.bind
-%%DATADIR%%/bind/menus.bind
-%%DATADIR%%/bind/pt_menus.bind
-%%DATADIR%%/bind/sciword.bind
-%%DATADIR%%/bind/sv_menus.bind
-%%DATADIR%%/bind/xemacs.bind
-%%DATADIR%%/chkconfig.ltx
-%%DATADIR%%/clipart/BoxInsetDefault.png
-%%DATADIR%%/clipart/ComentNotaImagen.png
-%%DATADIR%%/clipart/CommentNoteImage.png
-%%DATADIR%%/clipart/CuadroMinipag.png
-%%DATADIR%%/clipart/GreyedOutNoteImage.png
-%%DATADIR%%/clipart/GrisNotaImagen.png
-%%DATADIR%%/clipart/LyXNoteImage.png
-%%DATADIR%%/clipart/NotaLyXImagen.png
-%%DATADIR%%/clipart/endnotes.pdf
-%%DATADIR%%/clipart/etiqueta.png
-%%DATADIR%%/clipart/float.png
-%%DATADIR%%/clipart/flotante.png
-%%DATADIR%%/clipart/footnote.png
-%%DATADIR%%/clipart/label.png
-%%DATADIR%%/clipart/notapie.png
-%%DATADIR%%/clipart/platypus.eps
-%%DATADIR%%/clipart/reference2.png
-%%DATADIR%%/clipart/referencia2.png
-%%DATADIR%%/clipart/with_fntright.pdf
-%%DATADIR%%/clipart/without_fntright.pdf
-%%DATADIR%%/configure.py
-%%DATADIR%%/configure.pyc
-%%DATADIR%%/configure.pyo
-%%DATADIR%%/doc/Customization.lyx
-%%DATADIR%%/doc/DocStyle.lyx
-%%DATADIR%%/doc/Extended.lyx
-%%DATADIR%%/doc/EmbeddedObjects.lyx
-%%DATADIR%%/doc/FAQ.lyx
-%%DATADIR%%/doc/Intro.lyx
-%%DATADIR%%/doc/LaTeXConfig.lyx.in
-%%DATADIR%%/doc/Reference.lyx
-%%DATADIR%%/doc/TOC.lyx
-%%DATADIR%%/doc/Tutorial.lyx
-%%DATADIR%%/doc/UserGuide.lyx
-%%DATADIR%%/doc/cs_TOC.lyx
-%%DATADIR%%/doc/cs_Tutorial.lyx
-%%DATADIR%%/doc/da_Intro.lyx
-%%DATADIR%%/doc/da_TOC.lyx
-%%DATADIR%%/doc/de_Customization.lyx
-%%DATADIR%%/doc/de_Extended.lyx
-%%DATADIR%%/doc/de_FAQ.lyx
-%%DATADIR%%/doc/de_Intro.lyx
-%%DATADIR%%/doc/de_TOC.lyx
-%%DATADIR%%/doc/de_Tutorial.lyx
-%%DATADIR%%/doc/de_UserGuide.lyx
-%%DATADIR%%/doc/es_EmbeddedObjects.lyx
-%%DATADIR%%/doc/es_Intro.lyx
-%%DATADIR%%/doc/es_TOC.lyx
-%%DATADIR%%/doc/es_Tutorial.lyx
-%%DATADIR%%/doc/escher-lsd.eps
-%%DATADIR%%/doc/eu_Customization.lyx
-%%DATADIR%%/doc/eu_Extended.lyx
-%%DATADIR%%/doc/eu_FAQ.lyx
-%%DATADIR%%/doc/eu_Intro.lyx
-%%DATADIR%%/doc/eu_TOC.lyx
-%%DATADIR%%/doc/eu_Tutorial.lyx
-%%DATADIR%%/doc/eu_UserGuide.lyx
-%%DATADIR%%/doc/fr_Customization.lyx
-%%DATADIR%%/doc/fr_Extended.lyx
-%%DATADIR%%/doc/fr_FAQ.lyx
-%%DATADIR%%/doc/fr_Intro.lyx
-%%DATADIR%%/doc/fr_TOC.lyx
-%%DATADIR%%/doc/fr_Tutorial.lyx
-%%DATADIR%%/doc/fr_UserGuide.lyx
-%%DATADIR%%/doc/gl_Intro.lyx
-%%DATADIR%%/doc/gl_TOC.lyx
-%%DATADIR%%/doc/gl_Tutorial.lyx
-%%DATADIR%%/doc/he_Intro.lyx
-%%DATADIR%%/doc/he_TOC.lyx
-%%DATADIR%%/doc/he_Tutorial.lyx
-%%DATADIR%%/doc/hu_Intro.lyx
-%%DATADIR%%/doc/hu_TOC.lyx
-%%DATADIR%%/doc/hu_Tutorial.lyx
-%%DATADIR%%/doc/it_Customization.lyx
-%%DATADIR%%/doc/it_Intro.lyx
-%%DATADIR%%/doc/it_TOC.lyx
-%%DATADIR%%/doc/it_Tutorial.lyx
-%%DATADIR%%/doc/it_UserGuide.lyx
-%%DATADIR%%/doc/mobius.eps
-%%DATADIR%%/doc/nb_Intro.lyx
-%%DATADIR%%/doc/nb_TOC.lyx
-%%DATADIR%%/doc/nl_Intro.lyx
-%%DATADIR%%/doc/nl_TOC.lyx
-%%DATADIR%%/doc/nl_Tutorial.lyx
-%%DATADIR%%/doc/pl_Extended.lyx
-%%DATADIR%%/doc/pl_Intro.lyx
-%%DATADIR%%/doc/pl_TOC.lyx
-%%DATADIR%%/doc/pl_Tutorial.lyx
-%%DATADIR%%/doc/platypus.eps
-%%DATADIR%%/doc/pt_Intro.lyx
-%%DATADIR%%/doc/pt_TOC.lyx
-%%DATADIR%%/doc/pt_Tutorial.lyx
-%%DATADIR%%/doc/ro_Intro.lyx
-%%DATADIR%%/doc/ro_TOC.lyx
-%%DATADIR%%/doc/ru_FAQ.lyx
-%%DATADIR%%/doc/ru_Intro.lyx
-%%DATADIR%%/doc/ru_TOC.lyx
-%%DATADIR%%/doc/ru_Tutorial.lyx
-%%DATADIR%%/doc/sk_TOC.lyx
-%%DATADIR%%/doc/sk_Tutorial.lyx
-%%DATADIR%%/doc/sk_UserGuide.lyx
-%%DATADIR%%/doc/sl_Intro.lyx
-%%DATADIR%%/doc/sl_TOC.lyx
-%%DATADIR%%/doc/sl_Tutorial.lyx
-%%DATADIR%%/doc/sv_Intro.lyx
-%%DATADIR%%/doc/sv_TOC.lyx
-%%DATADIR%%/doc/sv_Tutorial.lyx
-%%DATADIR%%/encodings
-%%DATADIR%%/examples/Foils.lyx
-%%DATADIR%%/examples/ItemizeBullets.lyx
-%%DATADIR%%/examples/Literate.lyx
-%%DATADIR%%/examples/Minipage.lyx
-%%DATADIR%%/examples/TableExamples.lyx
-%%DATADIR%%/examples/aa_sample.lyx
-%%DATADIR%%/examples/aas_sample.lyx
-%%DATADIR%%/examples/amsart-test.lyx
-%%DATADIR%%/examples/amsbook-test.lyx
-%%DATADIR%%/examples/beamer-g4-mask.jpg
-%%DATADIR%%/examples/beamer-g4.jpg
-%%DATADIR%%/examples/beamer-icsi-logo.pdf
-%%DATADIR%%/examples/beamer-knight1-mask.png
-%%DATADIR%%/examples/beamer-knight1.png
-%%DATADIR%%/examples/beamer-knight2-mask.png
-%%DATADIR%%/examples/beamer-knight2.png
-%%DATADIR%%/examples/beamer-knight3-mask.png
-%%DATADIR%%/examples/beamer-knight3.png
-%%DATADIR%%/examples/beamer-knight4-mask.png
-%%DATADIR%%/examples/beamer-knight4.png
-%%DATADIR%%/examples/beamerlyxexample1.lyx
-%%DATADIR%%/examples/ca_splash.lyx
-%%DATADIR%%/examples/cs_splash.lyx
-%%DATADIR%%/examples/chess-article.lyx
-%%DATADIR%%/examples/chessgame.lyx
-%%DATADIR%%/examples/currency.lyx
-%%DATADIR%%/examples/cv.lyx
-%%DATADIR%%/examples/da_splash.lyx
-%%DATADIR%%/examples/de_ItemizeBullets.lyx
-%%DATADIR%%/examples/de_Lebenslauf.lyx
-%%DATADIR%%/examples/de_Minipage.lyx
-%%DATADIR%%/examples/de_TableExamples.lyx
-%%DATADIR%%/examples/de_Waehrungen.lyx
-%%DATADIR%%/examples/de_beispiel_gelyxt.lyx
-%%DATADIR%%/examples/de_beispiel_roh.lyx
-%%DATADIR%%/examples/de_decimal.lyx
-%%DATADIR%%/examples/de_mathed.lyx
-%%DATADIR%%/examples/de_multicol.lyx
-%%DATADIR%%/examples/de_splash.lyx
-%%DATADIR%%/examples/decimal.lyx
-%%DATADIR%%/examples/docbook_article.lyx
-%%DATADIR%%/examples/es_ejemplo_con_lyx.lyx
-%%DATADIR%%/examples/es_ejemplo_sin_lyx.lyx
-%%DATADIR%%/examples/es_splash.lyx
-%%DATADIR%%/examples/eu_adibide_gordina.lyx
-%%DATADIR%%/examples/eu_adibide_lyx-atua.lyx
-%%DATADIR%%/examples/eu_splash.lyx
-%%DATADIR%%/examples/example_lyxified.lyx
-%%DATADIR%%/examples/example_raw.lyx
-%%DATADIR%%/examples/fr_AlignementDecimal.lyx
-%%DATADIR%%/examples/fr_CV.lyx
-%%DATADIR%%/examples/fr_ExemplesTableaux.lyx
-%%DATADIR%%/examples/fr_Foils.lyx
-%%DATADIR%%/examples/fr_ListesPuces.lyx
-%%DATADIR%%/examples/fr_Minipage.lyx
-%%DATADIR%%/examples/fr_exemple_brut.lyx
-%%DATADIR%%/examples/fr_exemple_lyxifie.lyx
-%%DATADIR%%/examples/fr_mathed.lyx
-%%DATADIR%%/examples/fr_multicol.lyx
-%%DATADIR%%/examples/fr_splash.lyx
-%%DATADIR%%/examples/g-brief2.lyx
-%%DATADIR%%/examples/gl_exemplo_bruto.lyx
-%%DATADIR%%/examples/gl_exemplo_lyxificado.lyx
-%%DATADIR%%/examples/gl_splash.lyx
-%%DATADIR%%/examples/he_example_raw.lyx
-%%DATADIR%%/examples/he_he_example_lyxified.lyx
-%%DATADIR%%/examples/he_he_example_raw.lyx
-%%DATADIR%%/examples/hu_splash.lyx
-%%DATADIR%%/examples/iecc05.fen
-%%DATADIR%%/examples/iecc07.fen
-%%DATADIR%%/examples/iecc12.fen
-%%DATADIR%%/examples/it_ItemizeBullets.lyx
-%%DATADIR%%/examples/it_splash.lyx
-%%DATADIR%%/examples/landslide.lyx
-%%DATADIR%%/examples/linuxdoc_manpage.lyx
-%%DATADIR%%/examples/listerrors.lyx
-%%DATADIR%%/examples/mathed.lyx
-%%DATADIR%%/examples/multicol.lyx
-%%DATADIR%%/examples/nl_multicol.lyx
-%%DATADIR%%/examples/nl_opsommingstekens.lyx
-%%DATADIR%%/examples/nl_splash.lyx
-%%DATADIR%%/examples/nl_voorbeeld_ruw.lyx
-%%DATADIR%%/examples/nl_voorbeeld_verlyxt.lyx
-%%DATADIR%%/examples/noweb2lyx.lyx
-%%DATADIR%%/examples/pl_splash.lyx
-%%DATADIR%%/examples/pt_splash.lyx
-%%DATADIR%%/examples/ro_splash.lyx
-%%DATADIR%%/examples/ru_splash.lyx
-%%DATADIR%%/examples/script_form.lyx
-%%DATADIR%%/examples/sl_primer_lyxan.lyx
-%%DATADIR%%/examples/sl_primer_surov.lyx
-%%DATADIR%%/examples/sl_splash.lyx
-%%DATADIR%%/examples/splash.lyx
-%%DATADIR%%/external_templates
-%%DATADIR%%/images/amssymb.xpm
-%%DATADIR%%/images/banner.ppm
-%%DATADIR%%/images/bookmark-goto.xpm
-%%DATADIR%%/images/bookmark-save.xpm
-%%DATADIR%%/images/break-line.xpm
-%%DATADIR%%/images/buffer-close.xpm
-%%DATADIR%%/images/buffer-export_dvi.xpm
-%%DATADIR%%/images/buffer-export_latex.xpm
-%%DATADIR%%/images/buffer-export_ps.xpm
-%%DATADIR%%/images/buffer-export_text.xpm
-%%DATADIR%%/images/buffer-new.xpm
-%%DATADIR%%/images/buffer-reload.xpm
-%%DATADIR%%/images/buffer-update_dvi.xpm
-%%DATADIR%%/images/buffer-update_ps.xpm
-%%DATADIR%%/images/buffer-view_dvi.xpm
-%%DATADIR%%/images/buffer-view_ps.xpm
-%%DATADIR%%/images/buffer-write-as.xpm
-%%DATADIR%%/images/buffer-write.xpm
-%%DATADIR%%/images/build-program.xpm
-%%DATADIR%%/images/copy.xpm
-%%DATADIR%%/images/cut.xpm
-%%DATADIR%%/images/depth-decrement.xpm
-%%DATADIR%%/images/depth-increment.xpm
-%%DATADIR%%/images/dialog-preferences.xpm
-%%DATADIR%%/images/dialog-show-new-inset_citation.xpm
-%%DATADIR%%/images/dialog-show-new-inset_graphics.xpm
-%%DATADIR%%/images/dialog-show-new-inset_include.xpm
-%%DATADIR%%/images/dialog-show-new-inset_ref.xpm
-%%DATADIR%%/images/dialog-show_character.xpm
-%%DATADIR%%/images/dialog-show_findreplace.xpm
-%%DATADIR%%/images/dialog-show_mathpanel.xpm
-%%DATADIR%%/images/dialog-show_print.xpm
-%%DATADIR%%/images/dialog-show_spellchecker.xpm
-%%DATADIR%%/images/down.xpm
-%%DATADIR%%/images/ert-insert.xpm
-%%DATADIR%%/images/file-open.xpm
-%%DATADIR%%/images/float-insert_figure.xpm
-%%DATADIR%%/images/float-insert_table.xpm
-%%DATADIR%%/images/font-bold.xpm
-%%DATADIR%%/images/font-emph.xpm
-%%DATADIR%%/images/font-free-apply.xpm
-%%DATADIR%%/images/font-noun.xpm
-%%DATADIR%%/images/font-sans.xpm
-%%DATADIR%%/images/footnote-insert.xpm
-%%DATADIR%%/images/index-insert.xpm
-%%DATADIR%%/images/label-insert.xpm
-%%DATADIR%%/images/layout.xpm
-%%DATADIR%%/images/layout-document.xpm
-%%DATADIR%%/images/layout-paragraph.xpm
-%%DATADIR%%/images/layout_Description.xpm
-%%DATADIR%%/images/layout_Enumerate.xpm
-%%DATADIR%%/images/layout_Itemize.xpm
-%%DATADIR%%/images/layout_List.xpm
-%%DATADIR%%/images/layout_LyX-Code.xpm
-%%DATADIR%%/images/layout_Scrap.xpm
-%%DATADIR%%/images/layout_Section.xpm
-%%DATADIR%%/images/lyx-quit.xpm
-%%DATADIR%%/images/lyx.xpm
-%%DATADIR%%/images/marginalnote-insert.xpm
-%%DATADIR%%/images/math-display.xpm
-%%DATADIR%%/images/math-matrix.xpm
-%%DATADIR%%/images/math-mode.xpm
-%%DATADIR%%/images/math-subscript.xpm
-%%DATADIR%%/images/math-superscript.xpm
-%%DATADIR%%/images/math/Bbbk.xpm
-%%DATADIR%%/images/math/Finv.xpm
-%%DATADIR%%/images/math/Game.xpm
-%%DATADIR%%/images/math/Im.xpm
-%%DATADIR%%/images/math/Lleftarrow.xpm
-%%DATADIR%%/images/math/Lsh.xpm
-%%DATADIR%%/images/math/Re.xpm
-%%DATADIR%%/images/math/Rsh.xpm
-%%DATADIR%%/images/math/Vert.xpm
-%%DATADIR%%/images/math/Vvdash.xpm
-%%DATADIR%%/images/math/acute.xpm
-%%DATADIR%%/images/math/aleph.xpm
-%%DATADIR%%/images/math/alpha.xpm
-%%DATADIR%%/images/math/amalg.xpm
-%%DATADIR%%/images/math/angle.xpm
-%%DATADIR%%/images/math/approx.xpm
-%%DATADIR%%/images/math/approxeq.xpm
-%%DATADIR%%/images/math/asymp.xpm
-%%DATADIR%%/images/math/backepsilon.xpm
-%%DATADIR%%/images/math/backprime.xpm
-%%DATADIR%%/images/math/backsim.xpm
-%%DATADIR%%/images/math/backsimeq.xpm
-%%DATADIR%%/images/math/backslash.xpm
-%%DATADIR%%/images/math/bar.xpm
-%%DATADIR%%/images/math/bars.xpm
-%%DATADIR%%/images/math/barwedge.xpm
-%%DATADIR%%/images/math/because.xpm
-%%DATADIR%%/images/math/beta.xpm
-%%DATADIR%%/images/math/beth.xpm
-%%DATADIR%%/images/math/between.xpm
-%%DATADIR%%/images/math/bigcap.xpm
-%%DATADIR%%/images/math/bigcirc.xpm
-%%DATADIR%%/images/math/bigcup.xpm
-%%DATADIR%%/images/math/bigodot.xpm
-%%DATADIR%%/images/math/bigoplus.xpm
-%%DATADIR%%/images/math/bigotimes.xpm
-%%DATADIR%%/images/math/bigsqcup.xpm
-%%DATADIR%%/images/math/bigstar.xpm
-%%DATADIR%%/images/math/bigtriangledown.xpm
-%%DATADIR%%/images/math/bigtriangleup.xpm
-%%DATADIR%%/images/math/biguplus.xpm
-%%DATADIR%%/images/math/bigvee.xpm
-%%DATADIR%%/images/math/bigwedge.xpm
-%%DATADIR%%/images/math/blacklozenge.xpm
-%%DATADIR%%/images/math/blacksquare.xpm
-%%DATADIR%%/images/math/blacktriangle.xpm
-%%DATADIR%%/images/math/blacktriangledown.xpm
-%%DATADIR%%/images/math/blacktriangleleft.xpm
-%%DATADIR%%/images/math/blacktriangleright.xpm
-%%DATADIR%%/images/math/bot.xpm
-%%DATADIR%%/images/math/bowtie.xpm
-%%DATADIR%%/images/math/boxdot.xpm
-%%DATADIR%%/images/math/boxminus.xpm
-%%DATADIR%%/images/math/boxplus.xpm
-%%DATADIR%%/images/math/boxtimes.xpm
-%%DATADIR%%/images/math/breve.xpm
-%%DATADIR%%/images/math/bullet.xpm
-%%DATADIR%%/images/math/bumpeq.xpm
-%%DATADIR%%/images/math/bumpeq2.xpm
-%%DATADIR%%/images/math/cap.xpm
-%%DATADIR%%/images/math/cap2.xpm
-%%DATADIR%%/images/math/cases.xpm
-%%DATADIR%%/images/math/cdot.xpm
-%%DATADIR%%/images/math/cdots.xpm
-%%DATADIR%%/images/math/centerdot.xpm
-%%DATADIR%%/images/math/check.xpm
-%%DATADIR%%/images/math/chi.xpm
-%%DATADIR%%/images/math/circ.xpm
-%%DATADIR%%/images/math/circeq.xpm
-%%DATADIR%%/images/math/circlearrowleft.xpm
-%%DATADIR%%/images/math/circlearrowright.xpm
-%%DATADIR%%/images/math/circledS.xpm
-%%DATADIR%%/images/math/circledast.xpm
-%%DATADIR%%/images/math/circledcirc.xpm
-%%DATADIR%%/images/math/circleddash.xpm
-%%DATADIR%%/images/math/clubsuit.xpm
-%%DATADIR%%/images/math/complement.xpm
-%%DATADIR%%/images/math/cong.xpm
-%%DATADIR%%/images/math/coprod.xpm
-%%DATADIR%%/images/math/cup.xpm
-%%DATADIR%%/images/math/cup2.xpm
-%%DATADIR%%/images/math/curlyeqprec.xpm
-%%DATADIR%%/images/math/curlyeqsucc.xpm
-%%DATADIR%%/images/math/curlyvee.xpm
-%%DATADIR%%/images/math/curlywedge.xpm
-%%DATADIR%%/images/math/curvearrowleft.xpm
-%%DATADIR%%/images/math/curvearrowright.xpm
-%%DATADIR%%/images/math/dagger.xpm
-%%DATADIR%%/images/math/daleth.xpm
-%%DATADIR%%/images/math/dashleftarrow.xpm
-%%DATADIR%%/images/math/dashrightarrow.xpm
-%%DATADIR%%/images/math/dashv.xpm
-%%DATADIR%%/images/math/ddagger.xpm
-%%DATADIR%%/images/math/ddot.xpm
-%%DATADIR%%/images/math/ddots.xpm
-%%DATADIR%%/images/math/delim.xpm
-%%DATADIR%%/images/math/delta.xpm
-%%DATADIR%%/images/math/delta2.xpm
-%%DATADIR%%/images/math/diagdown.xpm
-%%DATADIR%%/images/math/diagup.xpm
-%%DATADIR%%/images/math/diamond.xpm
-%%DATADIR%%/images/math/diamondsuit.xpm
-%%DATADIR%%/images/math/digamma.xpm
-%%DATADIR%%/images/math/div.xpm
-%%DATADIR%%/images/math/divideontimes.xpm
-%%DATADIR%%/images/math/dot.xpm
-%%DATADIR%%/images/math/doteq.xpm
-%%DATADIR%%/images/math/doteqdot.xpm
-%%DATADIR%%/images/math/dotplus.xpm
-%%DATADIR%%/images/math/doublebarwedge.xpm
-%%DATADIR%%/images/math/downarrow.xpm
-%%DATADIR%%/images/math/downarrow2.xpm
-%%DATADIR%%/images/math/downdownarrows.xpm
-%%DATADIR%%/images/math/downharpoonleft.xpm
-%%DATADIR%%/images/math/downharpoonright.xpm
-%%DATADIR%%/images/math/ell.xpm
-%%DATADIR%%/images/math/empty.xpm
-%%DATADIR%%/images/math/emptyset.xpm
-%%DATADIR%%/images/math/epsilon.xpm
-%%DATADIR%%/images/math/eqcirc.xpm
-%%DATADIR%%/images/math/eqslantgtr.xpm
-%%DATADIR%%/images/math/eqslantless.xpm
-%%DATADIR%%/images/math/equation.xpm
-%%DATADIR%%/images/math/equiv.xpm
-%%DATADIR%%/images/math/eta.xpm
-%%DATADIR%%/images/math/eth.xpm
-%%DATADIR%%/images/math/exists.xpm
-%%DATADIR%%/images/math/fallingdotseq.xpm
-%%DATADIR%%/images/math/flat.xpm
-%%DATADIR%%/images/math/font.xpm
-%%DATADIR%%/images/math/forall.xpm
-%%DATADIR%%/images/math/frac.xpm
-%%DATADIR%%/images/math/frown.xpm
-%%DATADIR%%/images/math/gamma.xpm
-%%DATADIR%%/images/math/gamma2.xpm
-%%DATADIR%%/images/math/geq.xpm
-%%DATADIR%%/images/math/geqq.xpm
-%%DATADIR%%/images/math/geqslant.xpm
-%%DATADIR%%/images/math/gg.xpm
-%%DATADIR%%/images/math/ggg.xpm
-%%DATADIR%%/images/math/gimel.xpm
-%%DATADIR%%/images/math/gnapprox.xpm
-%%DATADIR%%/images/math/gneq.xpm
-%%DATADIR%%/images/math/gneqq.xpm
-%%DATADIR%%/images/math/gnsim.xpm
-%%DATADIR%%/images/math/grave.xpm
-%%DATADIR%%/images/math/gtrapprox.xpm
-%%DATADIR%%/images/math/gtrdot.xpm
-%%DATADIR%%/images/math/gtreqless.xpm
-%%DATADIR%%/images/math/gtreqqless.xpm
-%%DATADIR%%/images/math/gtrless.xpm
-%%DATADIR%%/images/math/gtrsim.xpm
-%%DATADIR%%/images/math/gvertneqq.xpm
-%%DATADIR%%/images/math/hat.xpm
-%%DATADIR%%/images/math/hbar.xpm
-%%DATADIR%%/images/math/heartsuit.xpm
-%%DATADIR%%/images/math/hookleftarrow.xpm
-%%DATADIR%%/images/math/hookrightarrow.xpm
-%%DATADIR%%/images/math/hphantom.xpm
-%%DATADIR%%/images/math/hslash.xpm
-%%DATADIR%%/images/math/imath.xpm
-%%DATADIR%%/images/math/in.xpm
-%%DATADIR%%/images/math/infty.xpm
-%%DATADIR%%/images/math/int.xpm
-%%DATADIR%%/images/math/intercal.xpm
-%%DATADIR%%/images/math/intop.xpm
-%%DATADIR%%/images/math/iota.xpm
-%%DATADIR%%/images/math/jmath.xpm
-%%DATADIR%%/images/math/kappa.xpm
-%%DATADIR%%/images/math/lambda.xpm
-%%DATADIR%%/images/math/lambda2.xpm
-%%DATADIR%%/images/math/langle.xpm
-%%DATADIR%%/images/math/lbrace.xpm
-%%DATADIR%%/images/math/lbrace_rbrace.xpm
-%%DATADIR%%/images/math/lbracket.xpm
-%%DATADIR%%/images/math/lbracket_rbracket.xpm
-%%DATADIR%%/images/math/lceil.xpm
-%%DATADIR%%/images/math/lceil_rceil.xpm
-%%DATADIR%%/images/math/ldots.xpm
-%%DATADIR%%/images/math/leftarrow.xpm
-%%DATADIR%%/images/math/leftarrow2.xpm
-%%DATADIR%%/images/math/leftarrowtail.xpm
-%%DATADIR%%/images/math/leftharpoondown.xpm
-%%DATADIR%%/images/math/leftharpoonup.xpm
-%%DATADIR%%/images/math/leftleftarrows.xpm
-%%DATADIR%%/images/math/leftrightarrow.xpm
-%%DATADIR%%/images/math/leftrightarrow2.xpm
-%%DATADIR%%/images/math/leftrightarrows.xpm
-%%DATADIR%%/images/math/leftrightharpoons.xpm
-%%DATADIR%%/images/math/leftrightsquigarrow.xpm
-%%DATADIR%%/images/math/leftthreetimes.xpm
-%%DATADIR%%/images/math/leq.xpm
-%%DATADIR%%/images/math/leqq.xpm
-%%DATADIR%%/images/math/leqslant.xpm
-%%DATADIR%%/images/math/lessapprox.xpm
-%%DATADIR%%/images/math/lessdot.xpm
-%%DATADIR%%/images/math/lesseqgtr.xpm
-%%DATADIR%%/images/math/lesseqqgtr.xpm
-%%DATADIR%%/images/math/lessgtr.xpm
-%%DATADIR%%/images/math/lesssim.xpm
-%%DATADIR%%/images/math/lfloor.xpm
-%%DATADIR%%/images/math/lfloor_rfloor.xpm
-%%DATADIR%%/images/math/ll.xpm
-%%DATADIR%%/images/math/llcorner.xpm
-%%DATADIR%%/images/math/lll.xpm
-%%DATADIR%%/images/math/lnapprox.xpm
-%%DATADIR%%/images/math/lneq.xpm
-%%DATADIR%%/images/math/lneqq.xpm
-%%DATADIR%%/images/math/lnsim.xpm
-%%DATADIR%%/images/math/longleftarrow.xpm
-%%DATADIR%%/images/math/longleftarrow2.xpm
-%%DATADIR%%/images/math/longleftrightarrow.xpm
-%%DATADIR%%/images/math/longleftrightarrow2.xpm
-%%DATADIR%%/images/math/longmapsto.xpm
-%%DATADIR%%/images/math/longrightarrow.xpm
-%%DATADIR%%/images/math/longrightarrow2.xpm
-%%DATADIR%%/images/math/looparrowleft.xpm
-%%DATADIR%%/images/math/looparrowright.xpm
-%%DATADIR%%/images/math/lozenge.xpm
-%%DATADIR%%/images/math/lparen.xpm
-%%DATADIR%%/images/math/lparen_rparen.xpm
-%%DATADIR%%/images/math/lrcorner.xpm
-%%DATADIR%%/images/math/ltimes.xpm
-%%DATADIR%%/images/math/lvertneqq.xpm
-%%DATADIR%%/images/math/mapsto.xpm
-%%DATADIR%%/images/math/mathbb_C.xpm
-%%DATADIR%%/images/math/mathbb_H.xpm
-%%DATADIR%%/images/math/mathbb_N.xpm
-%%DATADIR%%/images/math/mathbb_Q.xpm
-%%DATADIR%%/images/math/mathbb_R.xpm
-%%DATADIR%%/images/math/mathbb_Z.xpm
-%%DATADIR%%/images/math/mathcal_F.xpm
-%%DATADIR%%/images/math/mathcal_H.xpm
-%%DATADIR%%/images/math/mathcal_L.xpm
-%%DATADIR%%/images/math/mathcal_O.xpm
-%%DATADIR%%/images/math/mathcircumflex.xpm
-%%DATADIR%%/images/math/mathrm_T.xpm
-%%DATADIR%%/images/math/matrix.xpm
-%%DATADIR%%/images/math/measuredangle.xpm
-%%DATADIR%%/images/math/mho.xpm
-%%DATADIR%%/images/math/mid.xpm
-%%DATADIR%%/images/math/models.xpm
-%%DATADIR%%/images/math/mp.xpm
-%%DATADIR%%/images/math/mu.xpm
-%%DATADIR%%/images/math/multimap.xpm
-%%DATADIR%%/images/math/nabla.xpm
-%%DATADIR%%/images/math/natural.xpm
-%%DATADIR%%/images/math/ncong.xpm
-%%DATADIR%%/images/math/nearrow.xpm
-%%DATADIR%%/images/math/neg.xpm
-%%DATADIR%%/images/math/neq.xpm
-%%DATADIR%%/images/math/nexists.xpm
-%%DATADIR%%/images/math/ngeq.xpm
-%%DATADIR%%/images/math/ngeqq.xpm
-%%DATADIR%%/images/math/ngeqslant.xpm
-%%DATADIR%%/images/math/ngtr.xpm
-%%DATADIR%%/images/math/ni.xpm
-%%DATADIR%%/images/math/nleftarrow.xpm
-%%DATADIR%%/images/math/nleftarrow2.xpm
-%%DATADIR%%/images/math/nleftrightarrow.xpm
-%%DATADIR%%/images/math/nleftrightarrow2.xpm
-%%DATADIR%%/images/math/nleq.xpm
-%%DATADIR%%/images/math/nleqq.xpm
-%%DATADIR%%/images/math/nleqslant.xpm
-%%DATADIR%%/images/math/nless.xpm
-%%DATADIR%%/images/math/nmid.xpm
-%%DATADIR%%/images/math/notin.xpm
-%%DATADIR%%/images/math/nparallel.xpm
-%%DATADIR%%/images/math/nprec.xpm
-%%DATADIR%%/images/math/npreceq.xpm
-%%DATADIR%%/images/math/nrightarrow.xpm
-%%DATADIR%%/images/math/nrightarrow2.xpm
-%%DATADIR%%/images/math/nshortmid.xpm
-%%DATADIR%%/images/math/nshortparallel.xpm
-%%DATADIR%%/images/math/nsim.xpm
-%%DATADIR%%/images/math/nsubseteq.xpm
-%%DATADIR%%/images/math/nsucc.xpm
-%%DATADIR%%/images/math/nsucceq.xpm
-%%DATADIR%%/images/math/nsupseteq.xpm
-%%DATADIR%%/images/math/nsupseteqq.xpm
-%%DATADIR%%/images/math/ntriangleleft.xpm
-%%DATADIR%%/images/math/ntrianglelefteq.xpm
-%%DATADIR%%/images/math/ntriangleright.xpm
-%%DATADIR%%/images/math/ntrianglerighteq.xpm
-%%DATADIR%%/images/math/nu.xpm
-%%DATADIR%%/images/math/nvdash.xpm
-%%DATADIR%%/images/math/nvdash2.xpm
-%%DATADIR%%/images/math/nvdash3.xpm
-%%DATADIR%%/images/math/nwarrow.xpm
-%%DATADIR%%/images/math/odot.xpm
-%%DATADIR%%/images/math/oint.xpm
-%%DATADIR%%/images/math/ointop.xpm
-%%DATADIR%%/images/math/omega.xpm
-%%DATADIR%%/images/math/omega2.xpm
-%%DATADIR%%/images/math/ominus.xpm
-%%DATADIR%%/images/math/oplus.xpm
-%%DATADIR%%/images/math/oslash.xpm
-%%DATADIR%%/images/math/otimes.xpm
-%%DATADIR%%/images/math/overbrace.xpm
-%%DATADIR%%/images/math/overleftarrow.xpm
-%%DATADIR%%/images/math/overleftrightarrow.xpm
-%%DATADIR%%/images/math/overline.xpm
-%%DATADIR%%/images/math/overrightarrow.xpm
-%%DATADIR%%/images/math/overset.xpm
-%%DATADIR%%/images/math/parallel.xpm
-%%DATADIR%%/images/math/partial.xpm
-%%DATADIR%%/images/math/perp.xpm
-%%DATADIR%%/images/math/phantom.xpm
-%%DATADIR%%/images/math/phi.xpm
-%%DATADIR%%/images/math/phi2.xpm
-%%DATADIR%%/images/math/pi.xpm
-%%DATADIR%%/images/math/pi2.xpm
-%%DATADIR%%/images/math/pitchfork.xpm
-%%DATADIR%%/images/math/pm.xpm
-%%DATADIR%%/images/math/prec.xpm
-%%DATADIR%%/images/math/precapprox.xpm
-%%DATADIR%%/images/math/preccurlyeq.xpm
-%%DATADIR%%/images/math/preceq.xpm
-%%DATADIR%%/images/math/precnapprox.xpm
-%%DATADIR%%/images/math/precnsim.xpm
-%%DATADIR%%/images/math/precsim.xpm
-%%DATADIR%%/images/math/prime.xpm
-%%DATADIR%%/images/math/prod.xpm
-%%DATADIR%%/images/math/propto.xpm
-%%DATADIR%%/images/math/psi.xpm
-%%DATADIR%%/images/math/psi2.xpm
-%%DATADIR%%/images/math/rangle.xpm
-%%DATADIR%%/images/math/rbrace.xpm
-%%DATADIR%%/images/math/rbracket.xpm
-%%DATADIR%%/images/math/rceil.xpm
-%%DATADIR%%/images/math/rfloor.xpm
-%%DATADIR%%/images/math/rho.xpm
-%%DATADIR%%/images/math/rightarrow.xpm
-%%DATADIR%%/images/math/rightarrow2.xpm
-%%DATADIR%%/images/math/rightarrowtail.xpm
-%%DATADIR%%/images/math/rightharpoondown.xpm
-%%DATADIR%%/images/math/rightharpoonup.xpm
-%%DATADIR%%/images/math/rightleftarrows.xpm
-%%DATADIR%%/images/math/rightleftharpoons.xpm
-%%DATADIR%%/images/math/rightrightarrows.xpm
-%%DATADIR%%/images/math/rightsquigarrow.xpm
-%%DATADIR%%/images/math/rightthreetimes.xpm
-%%DATADIR%%/images/math/risingdotseq.xpm
-%%DATADIR%%/images/math/root.xpm
-%%DATADIR%%/images/math/rparen.xpm
-%%DATADIR%%/images/math/rtimes.xpm
-%%DATADIR%%/images/math/searrow.xpm
-%%DATADIR%%/images/math/setminus.xpm
-%%DATADIR%%/images/math/sharp.xpm
-%%DATADIR%%/images/math/shortmid.xpm
-%%DATADIR%%/images/math/shortparallel.xpm
-%%DATADIR%%/images/math/sigma.xpm
-%%DATADIR%%/images/math/sigma2.xpm
-%%DATADIR%%/images/math/sim.xpm
-%%DATADIR%%/images/math/simeq.xpm
-%%DATADIR%%/images/math/slash.xpm
-%%DATADIR%%/images/math/smallfrown.xpm
-%%DATADIR%%/images/math/smallsetminus.xpm
-%%DATADIR%%/images/math/smallsmile.xpm
-%%DATADIR%%/images/math/smile.xpm
-%%DATADIR%%/images/math/space.xpm
-%%DATADIR%%/images/math/spadesuit.xpm
-%%DATADIR%%/images/math/sphericalangle.xpm
-%%DATADIR%%/images/math/sqcap.xpm
-%%DATADIR%%/images/math/sqcup.xpm
-%%DATADIR%%/images/math/sqrt.xpm
-%%DATADIR%%/images/math/sqrt-square.xpm
-%%DATADIR%%/images/math/sqsubset.xpm
-%%DATADIR%%/images/math/sqsubseteq.xpm
-%%DATADIR%%/images/math/sqsupset.xpm
-%%DATADIR%%/images/math/sqsupseteq.xpm
-%%DATADIR%%/images/math/square.xpm
-%%DATADIR%%/images/math/star.xpm
-%%DATADIR%%/images/math/style.xbm
-%%DATADIR%%/images/math/style.xpm
-%%DATADIR%%/images/math/sub.xpm
-%%DATADIR%%/images/math/subset.xpm
-%%DATADIR%%/images/math/subset2.xpm
-%%DATADIR%%/images/math/subseteq.xpm
-%%DATADIR%%/images/math/subseteqq.xpm
-%%DATADIR%%/images/math/subsetneq.xpm
-%%DATADIR%%/images/math/subsetneqq.xpm
-%%DATADIR%%/images/math/succ.xpm
-%%DATADIR%%/images/math/succapprox.xpm
-%%DATADIR%%/images/math/succcurlyeq.xpm
-%%DATADIR%%/images/math/succeq.xpm
-%%DATADIR%%/images/math/succnapprox.xpm
-%%DATADIR%%/images/math/succnsim.xpm
-%%DATADIR%%/images/math/succsim.xpm
-%%DATADIR%%/images/math/sum.xpm
-%%DATADIR%%/images/math/super.xpm
-%%DATADIR%%/images/math/supset.xpm
-%%DATADIR%%/images/math/supset2.xpm
-%%DATADIR%%/images/math/supseteq.xpm
-%%DATADIR%%/images/math/supseteqq.xpm
-%%DATADIR%%/images/math/supsetneq.xpm
-%%DATADIR%%/images/math/supsetneqq.xpm
-%%DATADIR%%/images/math/surd.xpm
-%%DATADIR%%/images/math/swarrow.xpm
-%%DATADIR%%/images/math/tau.xpm
-%%DATADIR%%/images/math/textrm_AA.xpm
-%%DATADIR%%/images/math/textrm_Oe.xpm
-%%DATADIR%%/images/math/therefore.xpm
-%%DATADIR%%/images/math/theta.xpm
-%%DATADIR%%/images/math/theta2.xpm
-%%DATADIR%%/images/math/thickapprox.xpm
-%%DATADIR%%/images/math/thicksim.xpm
-%%DATADIR%%/images/math/tilde.xpm
-%%DATADIR%%/images/math/times.xpm
-%%DATADIR%%/images/math/top.xpm
-%%DATADIR%%/images/math/triangle.xpm
-%%DATADIR%%/images/math/triangledown.xpm
-%%DATADIR%%/images/math/triangleleft.xpm
-%%DATADIR%%/images/math/trianglelefteq.xpm
-%%DATADIR%%/images/math/triangleq.xpm
-%%DATADIR%%/images/math/triangleright.xpm
-%%DATADIR%%/images/math/trianglerighteq.xpm
-%%DATADIR%%/images/math/twoheadleftarrow.xpm
-%%DATADIR%%/images/math/twoheadrightarrow.xpm
-%%DATADIR%%/images/math/ulcorner.xpm
-%%DATADIR%%/images/math/underbrace.xpm
-%%DATADIR%%/images/math/underleftarrow.xpm
-%%DATADIR%%/images/math/underleftrightarrow.xpm
-%%DATADIR%%/images/math/underline.xpm
-%%DATADIR%%/images/math/underrightarrow.xpm
-%%DATADIR%%/images/math/underscore.xpm
-%%DATADIR%%/images/math/underset.xpm
-%%DATADIR%%/images/math/uparrow.xpm
-%%DATADIR%%/images/math/uparrow2.xpm
-%%DATADIR%%/images/math/updownarrow.xpm
-%%DATADIR%%/images/math/updownarrow2.xpm
-%%DATADIR%%/images/math/upharpoonleft.xpm
-%%DATADIR%%/images/math/upharpoonright.xpm
-%%DATADIR%%/images/math/uplus.xpm
-%%DATADIR%%/images/math/upsilon.xpm
-%%DATADIR%%/images/math/upsilon2.xpm
-%%DATADIR%%/images/math/upuparrows.xpm
-%%DATADIR%%/images/math/urcorner.xpm
-%%DATADIR%%/images/math/varepsilon.xpm
-%%DATADIR%%/images/math/varkappa.xpm
-%%DATADIR%%/images/math/varnothing.xpm
-%%DATADIR%%/images/math/varphi.xpm
-%%DATADIR%%/images/math/varpi.xpm
-%%DATADIR%%/images/math/varpropto.xpm
-%%DATADIR%%/images/math/varsigma.xpm
-%%DATADIR%%/images/math/varsubsetneq.xpm
-%%DATADIR%%/images/math/varsubsetneqq.xpm
-%%DATADIR%%/images/math/varsupsetneq.xpm
-%%DATADIR%%/images/math/varsupsetneqq.xpm
-%%DATADIR%%/images/math/vartheta.xpm
-%%DATADIR%%/images/math/vartriangle.xpm
-%%DATADIR%%/images/math/vartriangleleft.xpm
-%%DATADIR%%/images/math/vartriangleright.xpm
-%%DATADIR%%/images/math/vdash.xpm
-%%DATADIR%%/images/math/vdash2.xpm
-%%DATADIR%%/images/math/vdash3.xpm
-%%DATADIR%%/images/math/vdots.xpm
-%%DATADIR%%/images/math/vec.xpm
-%%DATADIR%%/images/math/vee.xpm
-%%DATADIR%%/images/math/veebar.xpm
-%%DATADIR%%/images/math/vphantom.xpm
-%%DATADIR%%/images/math/wedge.xpm
-%%DATADIR%%/images/math/widehat.xpm
-%%DATADIR%%/images/math/widetilde.xpm
-%%DATADIR%%/images/math/wp.xpm
-%%DATADIR%%/images/math/wr.xpm
-%%DATADIR%%/images/math/xi.xpm
-%%DATADIR%%/images/math/xi2.xpm
-%%DATADIR%%/images/math/zeta.xpm
-%%DATADIR%%/images/note-insert.xpm
-%%DATADIR%%/images/paste.xpm
-%%DATADIR%%/images/psnfss1.xpm
-%%DATADIR%%/images/psnfss2.xpm
-%%DATADIR%%/images/psnfss3.xpm
-%%DATADIR%%/images/psnfss4.xpm
-%%DATADIR%%/images/redo.xpm
-%%DATADIR%%/images/standard.xpm
-%%DATADIR%%/images/tabular-feature_align-center.xpm
-%%DATADIR%%/images/tabular-feature_align-left.xpm
-%%DATADIR%%/images/tabular-feature_align-right.xpm
-%%DATADIR%%/images/tabular-feature_append-column.xpm
-%%DATADIR%%/images/tabular-feature_append-row.xpm
-%%DATADIR%%/images/tabular-feature_delete-column.xpm
-%%DATADIR%%/images/tabular-feature_delete-row.xpm
-%%DATADIR%%/images/tabular-feature_multicolumn.xpm
-%%DATADIR%%/images/tabular-feature_set-all-lines.xpm
-%%DATADIR%%/images/tabular-feature_set-longtabular.xpm
-%%DATADIR%%/images/tabular-feature_set-rotate-cell.xpm
-%%DATADIR%%/images/tabular-feature_set-rotate-tabular.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-bottom.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-left.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-right.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-top.xpm
-%%DATADIR%%/images/tabular-feature_unset-all-lines.xpm
-%%DATADIR%%/images/tabular-feature_valign-bottom.xpm
-%%DATADIR%%/images/tabular-feature_valign-middle.xpm
-%%DATADIR%%/images/tabular-feature_valign-top.xpm
-%%DATADIR%%/images/tabular-insert.xpm
-%%DATADIR%%/images/thesaurus-entry.xpm
-%%DATADIR%%/images/toc-view.xpm
-%%DATADIR%%/images/undo.xpm
-%%DATADIR%%/images/unknown.xpm
-%%DATADIR%%/images/up.xpm
-%%DATADIR%%/images/url-insert.xpm
-%%DATADIR%%/kbd/american-2.kmap
-%%DATADIR%%/kbd/american.kmap
-%%DATADIR%%/kbd/arabic.kmap
-%%DATADIR%%/kbd/bg-bds-1251.kmap
-%%DATADIR%%/kbd/brazil.kmap
-%%DATADIR%%/kbd/brazil2.kmap
-%%DATADIR%%/kbd/cp1251.cdef
-%%DATADIR%%/kbd/czech-prg.kmap
-%%DATADIR%%/kbd/czech.kmap
-%%DATADIR%%/kbd/espanol.kmap
-%%DATADIR%%/kbd/european.kmap
-%%DATADIR%%/kbd/francais.kmap
-%%DATADIR%%/kbd/french.kmap
-%%DATADIR%%/kbd/german-2.kmap
-%%DATADIR%%/kbd/german-3.kmap
-%%DATADIR%%/kbd/german.kmap
-%%DATADIR%%/kbd/greek.kmap
-%%DATADIR%%/kbd/hebrew.kmap
-%%DATADIR%%/kbd/ibm866.cdef
-%%DATADIR%%/kbd/iso8859-1.cdef
-%%DATADIR%%/kbd/iso8859-15.cdef
-%%DATADIR%%/kbd/iso8859-2.cdef
-%%DATADIR%%/kbd/iso8859-3.cdef
-%%DATADIR%%/kbd/iso8859-4.cdef
-%%DATADIR%%/kbd/iso8859-7.cdef
-%%DATADIR%%/kbd/iso8859-8.cdef
-%%DATADIR%%/kbd/iso8859-9.cdef
-%%DATADIR%%/kbd/koi8-r.cdef
-%%DATADIR%%/kbd/koi8-r.kmap
-%%DATADIR%%/kbd/koi8-t.cdef
-%%DATADIR%%/kbd/koi8-u.cdef
-%%DATADIR%%/kbd/koi8-u.kmap
-%%DATADIR%%/kbd/latvian.kmap
-%%DATADIR%%/kbd/magyar-2.kmap
-%%DATADIR%%/kbd/magyar-3.kmap
-%%DATADIR%%/kbd/magyar.kmap
-%%DATADIR%%/kbd/null.kmap
-%%DATADIR%%/kbd/polish.kmap
-%%DATADIR%%/kbd/polski.kmap
-%%DATADIR%%/kbd/portuges.kmap
-%%DATADIR%%/kbd/romanian.kmap
-%%DATADIR%%/kbd/serbian.kmap
-%%DATADIR%%/kbd/serbocroatian.kmap
-%%DATADIR%%/kbd/sf.kmap
-%%DATADIR%%/kbd/sg.kmap
-%%DATADIR%%/kbd/slovak.kmap
-%%DATADIR%%/kbd/slovene.kmap
-%%DATADIR%%/kbd/thai-kedmanee.kmap
-%%DATADIR%%/kbd/tis620-0.cdef
-%%DATADIR%%/kbd/transilvanian.kmap
-%%DATADIR%%/kbd/turkish-f.kmap
-%%DATADIR%%/kbd/turkish.kmap
-%%DATADIR%%/languages
-%%DATADIR%%/layouts/IEEEtran.layout
-%%DATADIR%%/layouts/aa.layout
-%%DATADIR%%/layouts/aapaper.inc
-%%DATADIR%%/layouts/aapaper.layout
-%%DATADIR%%/layouts/aastex.layout
-%%DATADIR%%/layouts/agu-dtd.layout
-%%DATADIR%%/layouts/agu_stdclass.inc
-%%DATADIR%%/layouts/agu_stdcounters.inc
-%%DATADIR%%/layouts/agu_stdlists.inc
-%%DATADIR%%/layouts/agu_stdsections.inc
-%%DATADIR%%/layouts/agu_stdtitle.inc
-%%DATADIR%%/layouts/agums.layout
-%%DATADIR%%/layouts/aguplus.inc
-%%DATADIR%%/layouts/amsart-plain.layout
-%%DATADIR%%/layouts/amsart-seq.layout
-%%DATADIR%%/layouts/amsart.layout
-%%DATADIR%%/layouts/amsbook.layout
-%%DATADIR%%/layouts/amsdefs.inc
-%%DATADIR%%/layouts/amsmaths-plain.inc
-%%DATADIR%%/layouts/amsmaths-seq.inc
-%%DATADIR%%/layouts/amsmaths.inc
-%%DATADIR%%/layouts/apa.layout
-%%DATADIR%%/layouts/arab-article.layout
-%%DATADIR%%/layouts/article.layout
-%%DATADIR%%/layouts/beamer.layout
-%%DATADIR%%/layouts/book.layout
-%%DATADIR%%/layouts/broadway.layout
-%%DATADIR%%/layouts/chess.layout
-%%DATADIR%%/layouts/cl2emult.layout
-%%DATADIR%%/layouts/cv.layout
-%%DATADIR%%/layouts/db_lyxmacros.inc
-%%DATADIR%%/layouts/db_stdcharstyles.inc
-%%DATADIR%%/layouts/db_stdclass.inc
-%%DATADIR%%/layouts/db_stdcounters.inc
-%%DATADIR%%/layouts/db_stdlayouts.inc
-%%DATADIR%%/layouts/db_stdlists.inc
-%%DATADIR%%/layouts/db_stdsections.inc
-%%DATADIR%%/layouts/db_stdstarsections.inc
-%%DATADIR%%/layouts/db_stdstruct.inc
-%%DATADIR%%/layouts/db_stdtitle.inc
-%%DATADIR%%/layouts/dinbrief.layout
-%%DATADIR%%/layouts/docbook-book.layout
-%%DATADIR%%/layouts/docbook-chapter.layout
-%%DATADIR%%/layouts/docbook-section.layout
-%%DATADIR%%/layouts/docbook.layout
-%%DATADIR%%/layouts/dtk.layout
-%%DATADIR%%/layouts/egs.layout
-%%DATADIR%%/layouts/elsart.layout
-%%DATADIR%%/layouts/entcs.layout
-%%DATADIR%%/layouts/extarticle.layout
-%%DATADIR%%/layouts/extbook.layout
-%%DATADIR%%/layouts/extletter.layout
-%%DATADIR%%/layouts/extreport.layout
-%%DATADIR%%/layouts/foils.layout
-%%DATADIR%%/layouts/g-brief-de.layout
-%%DATADIR%%/layouts/g-brief-en.layout
-%%DATADIR%%/layouts/g-brief2.layout
-%%DATADIR%%/layouts/heb-article.layout
-%%DATADIR%%/layouts/heb-letter.layout
-%%DATADIR%%/layouts/hollywood.layout
-%%DATADIR%%/layouts/ijmpc.layout
-%%DATADIR%%/layouts/ijmpd.layout
-%%DATADIR%%/layouts/jgrga.layout
-%%DATADIR%%/layouts/kluwer.layout
-%%DATADIR%%/layouts/latex8.layout
-%%DATADIR%%/layouts/letter.layout
-%%DATADIR%%/layouts/linuxdoc.layout
-%%DATADIR%%/layouts/literate-article.layout
-%%DATADIR%%/layouts/literate-book.layout
-%%DATADIR%%/layouts/literate-report.layout
-%%DATADIR%%/layouts/literate-scrap.inc
-%%DATADIR%%/layouts/llncs.layout
-%%DATADIR%%/layouts/ltugboat.layout
-%%DATADIR%%/layouts/lyxmacros.inc
-%%DATADIR%%/layouts/manpage.layout
-%%DATADIR%%/layouts/memoir.layout
-%%DATADIR%%/layouts/mwart.layout
-%%DATADIR%%/layouts/mwbk.layout
-%%DATADIR%%/layouts/mwrep.layout
-%%DATADIR%%/layouts/numarticle.inc
-%%DATADIR%%/layouts/numreport.inc
-%%DATADIR%%/layouts/numrevtex.inc
-%%DATADIR%%/layouts/paper.layout
-%%DATADIR%%/layouts/report.layout
-%%DATADIR%%/layouts/revtex.layout
-%%DATADIR%%/layouts/revtex4.layout
-%%DATADIR%%/layouts/scrartcl.layout
-%%DATADIR%%/layouts/scrbook.layout
-%%DATADIR%%/layouts/scrclass.inc
-%%DATADIR%%/layouts/scrlettr.layout
-%%DATADIR%%/layouts/scrlttr2.layout
-%%DATADIR%%/layouts/scrreprt.layout
-%%DATADIR%%/layouts/seminar.layout
-%%DATADIR%%/layouts/siamltex.layout
-%%DATADIR%%/layouts/slides.layout
-%%DATADIR%%/layouts/spie.layout
-%%DATADIR%%/layouts/stdclass.inc
-%%DATADIR%%/layouts/stdcounters.inc
-%%DATADIR%%/layouts/stdfloats.inc
-%%DATADIR%%/layouts/stdlayouts.inc
-%%DATADIR%%/layouts/stdletter.inc
-%%DATADIR%%/layouts/stdlists.inc
-%%DATADIR%%/layouts/stdsections.inc
-%%DATADIR%%/layouts/stdstarsections.inc
-%%DATADIR%%/layouts/stdstruct.inc
-%%DATADIR%%/layouts/stdtitle.inc
-%%DATADIR%%/layouts/svglobal.layout
-%%DATADIR%%/layouts/svjog.layout
-%%DATADIR%%/layouts/svjour.inc
-%%DATADIR%%/layouts/svprobth.layout
-%%DATADIR%%/lyx2lyx/LyX.py
-%%DATADIR%%/lyx2lyx/LyX.pyc
-%%DATADIR%%/lyx2lyx/LyX.pyo
-%%DATADIR%%/lyx2lyx/lyx2lyx
-%%DATADIR%%/lyx2lyx/lyx2lyx_lang.py
-%%DATADIR%%/lyx2lyx/lyx2lyx_lang.pyc
-%%DATADIR%%/lyx2lyx/lyx2lyx_lang.pyo
-%%DATADIR%%/lyx2lyx/lyx2lyx_version.py
-%%DATADIR%%/lyx2lyx/lyx2lyx_version.pyc
-%%DATADIR%%/lyx2lyx/lyx2lyx_version.pyo
-%%DATADIR%%/lyx2lyx/lyx_0_06.py
-%%DATADIR%%/lyx2lyx/lyx_0_06.pyc
-%%DATADIR%%/lyx2lyx/lyx_0_06.pyo
-%%DATADIR%%/lyx2lyx/lyx_0_08.py
-%%DATADIR%%/lyx2lyx/lyx_0_08.pyc
-%%DATADIR%%/lyx2lyx/lyx_0_08.pyo
-%%DATADIR%%/lyx2lyx/lyx_0_10.py
-%%DATADIR%%/lyx2lyx/lyx_0_10.pyc
-%%DATADIR%%/lyx2lyx/lyx_0_10.pyo
-%%DATADIR%%/lyx2lyx/lyx_0_12.py
-%%DATADIR%%/lyx2lyx/lyx_0_12.pyc
-%%DATADIR%%/lyx2lyx/lyx_0_12.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_0.py
-%%DATADIR%%/lyx2lyx/lyx_1_0.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_0.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_1.py
-%%DATADIR%%/lyx2lyx/lyx_1_1.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_1.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_1_5.py
-%%DATADIR%%/lyx2lyx/lyx_1_1_5.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_1_5.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_1_6_0.py
-%%DATADIR%%/lyx2lyx/lyx_1_1_6_0.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_1_6_0.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_1_6_3.py
-%%DATADIR%%/lyx2lyx/lyx_1_1_6_3.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_1_6_3.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_2.py
-%%DATADIR%%/lyx2lyx/lyx_1_2.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_2.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_3.py
-%%DATADIR%%/lyx2lyx/lyx_1_3.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_3.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_4.py
-%%DATADIR%%/lyx2lyx/lyx_1_4.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_4.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_5.py
-%%DATADIR%%/lyx2lyx/lyx_1_5.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_5.pyo
-%%DATADIR%%/lyx2lyx/parser_tools.py
-%%DATADIR%%/lyx2lyx/parser_tools.pyc
-%%DATADIR%%/lyx2lyx/parser_tools.pyo
-%%DATADIR%%/lyx2lyx/profiling.py
-%%DATADIR%%/lyx2lyx/profiling.pyc
-%%DATADIR%%/lyx2lyx/profiling.pyo
-%%DATADIR%%/lyxrc.example
-%%DATADIR%%/scripts/TeXFiles.py
-%%DATADIR%%/scripts/TeXFiles.pyc
-%%DATADIR%%/scripts/TeXFiles.pyo
-%%DATADIR%%/scripts/clean_dvi.py
-%%DATADIR%%/scripts/clean_dvi.pyc
-%%DATADIR%%/scripts/clean_dvi.pyo
-%%DATADIR%%/scripts/convertDefault.py
-%%DATADIR%%/scripts/convertDefault.pyc
-%%DATADIR%%/scripts/convertDefault.pyo
-%%DATADIR%%/scripts/date.py
-%%DATADIR%%/scripts/date.pyc
-%%DATADIR%%/scripts/date.pyo
-%%DATADIR%%/scripts/fen2ascii.py
-%%DATADIR%%/scripts/fen2ascii.pyc
-%%DATADIR%%/scripts/fen2ascii.pyo
-%%DATADIR%%/scripts/fig2pdftex.py
-%%DATADIR%%/scripts/fig2pdftex.pyc
-%%DATADIR%%/scripts/fig2pdftex.pyo
-%%DATADIR%%/scripts/fig2pstex.py
-%%DATADIR%%/scripts/fig2pstex.pyc
-%%DATADIR%%/scripts/fig2pstex.pyo
-%%DATADIR%%/scripts/fig_copy.py
-%%DATADIR%%/scripts/fig_copy.pyc
-%%DATADIR%%/scripts/fig_copy.pyo
-%%DATADIR%%/scripts/layout2layout.py
-%%DATADIR%%/scripts/layout2layout.pyc
-%%DATADIR%%/scripts/layout2layout.pyo
-%%DATADIR%%/scripts/legacy_lyxpreview2ppm.py
-%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyc
-%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyo
-%%DATADIR%%/scripts/listerrors
-%%DATADIR%%/scripts/lyxpreview2bitmap.py
-%%DATADIR%%/scripts/lyxpreview2bitmap.pyc
-%%DATADIR%%/scripts/lyxpreview2bitmap.pyo
-%%DATADIR%%/scripts/lyxpreview_tools.py
-%%DATADIR%%/scripts/lyxpreview_tools.pyc
-%%DATADIR%%/scripts/lyxpreview_tools.pyo
-%%DATADIR%%/scripts/tex_copy.py
-%%DATADIR%%/scripts/tex_copy.pyc
-%%DATADIR%%/scripts/tex_copy.pyo
-%%DATADIR%%/symbols
-%%DATADIR%%/syntax.default
-%%DATADIR%%/templates/IEEEtran.lyx
-%%DATADIR%%/templates/README.new_templates
-%%DATADIR%%/templates/aa.lyx
-%%DATADIR%%/templates/aastex.lyx
-%%DATADIR%%/templates/agu_article.lyx
-%%DATADIR%%/templates/beamer-conference-ornate-20min.lyx
-%%DATADIR%%/templates/de_beamer-conference-ornate-20min.lyx
-%%DATADIR%%/templates/dinbrief.lyx
-%%DATADIR%%/templates/docbook_article.lyx
-%%DATADIR%%/templates/elsart.lyx
-%%DATADIR%%/templates/fr_beamer-conference-ornate-20min.lyx
-%%DATADIR%%/templates/g-brief-de.lyx
-%%DATADIR%%/templates/g-brief-en.lyx
-%%DATADIR%%/templates/hollywood.lyx
-%%DATADIR%%/templates/ijmpc.lyx
-%%DATADIR%%/templates/ijmpd.lyx
-%%DATADIR%%/templates/kluwer.lyx
-%%DATADIR%%/templates/koma-letter2.lyx
-%%DATADIR%%/templates/latex8.lyx
-%%DATADIR%%/templates/letter.lyx
-%%DATADIR%%/templates/linuxdoc_article.lyx
-%%DATADIR%%/templates/revtex.lyx
-%%DATADIR%%/templates/revtex4.lyx
-%%DATADIR%%/templates/slides.lyx
-%%DATADIR%%/tex/broadway.cls
-%%DATADIR%%/tex/cv.cls
-%%DATADIR%%/tex/hollywood.cls
-%%DATADIR%%/tex/lyxchess.sty
-%%DATADIR%%/tex/lyxskak.sty
-%%DATADIR%%/tex/revtex.cls
-%%DATADIR%%/ui/classic.ui
-%%DATADIR%%/ui/default.ui
-%%DATADIR%%/ui/default-alltoolbars.ui
-%%DATADIR%%/ui/default-autotoolbars.ui
-%%DATADIR%%/ui/stdmenus.inc
-%%DATADIR%%/ui/stdtoolbars.inc
-@dirrm %%DATADIR%%/ui
-@dirrm %%DATADIR%%/tex
-@dirrm %%DATADIR%%/templates
-@dirrm %%DATADIR%%/scripts
-@dirrm %%DATADIR%%/lyx2lyx
-@dirrm %%DATADIR%%/layouts
-@dirrm %%DATADIR%%/kbd
-@dirrm %%DATADIR%%/images/math
-@dirrm %%DATADIR%%/images
-@dirrm %%DATADIR%%/examples
-@dirrm %%DATADIR%%/doc
-@dirrm %%DATADIR%%/clipart
-@dirrm %%DATADIR%%/bind
-@dirrm %%DATADIR%%
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile
deleted file mode 100644
index 18b99dfc18cb..000000000000
--- a/print/lyx16/Makefile
+++ /dev/null
@@ -1,120 +0,0 @@
-# New ports collection makefile for: lyx
-# Date created: Sa 12 Okt 1996 19:20:51 MET DST
-# Whom: Andreas Klemm <andreas@klemm.gtn.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= lyx
-PORTVERSION= 1.4.5.1
-PORTREVISION= 2
-CATEGORIES= print
-MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/1.4.x/ \
- http://www-ftp.lip6.fr/ftp/pub/lyx/stable/1.4.x/ \
- ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/1.4.x/ \
- ftp://ftp.ntua.gr/pub/X11/LyX/stable/1.4.x/ \
- http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/1.4.x/ \
- ftp://ftp.chg.ru/pub/X11/lyx/stable/1.4.x/
-
-MAINTAINER= mi@aldan.algebra.com
-COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG)
-
-BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
-RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
-LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs
-
-OPTIONS= QT "Use Qt (instead of XForms)" ${QT_PRESENT} \
- ASPELL "Utilize ASPELL library" on \
- AIKSAUR "Build Aiksaurus support (English thesaurus)" on \
- ISPELL "Depend on ISPELL as well" off
-ALL_TARGET= all check
-USE_BZIP2= yes
-USE_GNOME= gnometarget lthack
-USE_PERL5= yes
-USE_PYTHON= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-EXTRACT_AFTER_ARGS=| ${TAR} -xf - --exclude ${PORTNAME}-${PORTVERSION}/intl/*.[ch] --exclude ${PORTNAME}-${PORTVERSION}/boost
-CONFIGURE_ARGS= --with-extra-lib="${LOCALBASE}/lib" \
- --without-included-boost \
- --with-extra-inc="${LOCALBASE}/include"
-MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
- AUTOHEADER="${TRUE}"
-MAN1= lyx.1 tex2lyx.1 lyxclient.1
-
-post-patch:
- # Removing mention of the bundled boost
- ${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
- ${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
- ${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \
- ${WRKSRC}/src/support/debugstream.h
- ${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
- ${WRKSRC}/src/support/filetools.C
- ${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
- ${WRKSRC}/src/support/tests/test_*
-
-pre-configure:
- # If the installed Boost is 1.34 or later, we must compile
- # with exceptions enabled:
- ${AWK} '/#define BOOST_VERSION / {exit($$NF >= 103400)}' \
- ${LOCALBASE}/include/boost/version.hpp || \
- ${REINPLACE_CMD} -e 's,\(AM_CXXFLAGS="\)-fno-exceptions,\1,' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-post-configure:
- # Removing explicit linking with -lc
- ${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
-
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/bin/makepsres)
-PLIST_SUB+= PSRES=
-.else
-PLIST_SUB+= PSRES='@comment '
-.endif
-
-.if defined(WITH_AIKSAUR)
-LIB_DEPENDS+= Aiksaurus:${PORTSDIR}/textproc/aiksaurus
-.else
-CONFIGURE_ARGS+=--without-aiksaurus
-.endif
-
-.if defined(WITH_QT)
-LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33
-CONFIGURE_ARGS+= --with-frontend=qt
-CFLAGS+= ${PTHREAD_CFLAGS}
-CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS}
-RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/texcm-ttf/cmex10.ttf:${PORTSDIR}/x11-fonts/texcm-ttf
-.else
-LIB_DEPENDS+= forms:${PORTSDIR}/x11-toolkits/xforms
-CONFIGURE_ARGS+=--with-frontend=xforms
-USE_XORG= x11
-.endif
-
-.if defined(WITH_ASPELL)
-LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
-CONFIGURE_ARGS+= --with-pspell \
- --with-pspell-lib="${LOCALBASE}/lib" \
- --with-pspell-include="${LOCALBASE}/include"
-.else
-CONFIGURE_ARGS+=--without-aspell --without-pspell
-.endif
-
-.if defined(WITH_ISPELL)
-RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
-.else
-CONFIGURE_ARGS+=--without-ispell
-.endif
-
-.if exists(${LOCALBASE}/lib/libqt-mt.prl)
-QT_PRESENT= on
-.else
-QT_PRESENT= off
-.endif
-
-.if ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++
-#BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/print/lyx16/distinfo b/print/lyx16/distinfo
deleted file mode 100644
index 55fcdfccac5b..000000000000
--- a/print/lyx16/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (lyx-1.4.5.1.tar.bz2) = b74d82e80c49c7edb782ec7395b7ca27
-SHA256 (lyx-1.4.5.1.tar.bz2) = b26a09cc29aaf77f4a4593d437b62fcf044926e481a8468ac6eb2e5ac695ca9b
-SIZE (lyx-1.4.5.1.tar.bz2) = 8026585
diff --git a/print/lyx16/files/patch-boost-134 b/print/lyx16/files/patch-boost-134
deleted file mode 100644
index 2bfe3a8f6140..000000000000
--- a/print/lyx16/files/patch-boost-134
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/support/path.h Mon Oct 6 11:43:21 2003
-+++ src/support/path.h Fri Jul 6 14:23:38 2007
-@@ -55,5 +55,5 @@
- // we add this macro:
- ///
--#ifndef PATH_C
-+#if 0
- #define Path(x) unnamed_Path;
- #endif
---- src/client/client.C Wed Apr 12 05:37:33 2006
-+++ src/client/client.C Fri Jul 6 15:47:26 2007
-@@ -94,5 +94,10 @@
- for (; beg != end; ++beg) {
- if (prefixIs(beg->leaf(), "lyx_tmpdir" + pid)) {
-+#include <boost/version.hpp>
-+#if BOOST_VERSION < 103400
- fs::path lyxsocket = *beg / "lyxsocket";
-+#else
-+ fs::path lyxsocket = beg->path() / "lyxsocket";
-+#endif
- if (fs::exists(lyxsocket)) {
- dirlist.push_back(lyxsocket);
diff --git a/print/lyx16/files/patch-src-support-fs_extras.C b/print/lyx16/files/patch-src-support-fs_extras.C
deleted file mode 100644
index a109e06f5b87..000000000000
--- a/print/lyx16/files/patch-src-support-fs_extras.C
+++ /dev/null
@@ -1,62 +0,0 @@
---- src/support/fs_extras.C.orig 2005-05-07 18:31:16.000000000 +0400
-+++ src/support/fs_extras.C 2009-03-23 18:01:11.000000000 +0300
-@@ -93,13 +93,15 @@
- {
-
- #ifdef BOOST_POSIX
-+#include <boost/version.hpp>
- int const infile = ::open(source.string().c_str(), O_RDONLY);
- if (infile == -1) {
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- }
-
- struct stat source_stat;
-@@ -107,10 +109,11 @@
- if (ret == -1) {
- ::close(infile);
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- }
-
- int const flags = O_WRONLY | O_CREAT | (noclobber ? O_EXCL : O_TRUNC);
-@@ -119,10 +122,11 @@
- if (outfile == -1) {
- ::close(infile);
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- }
-
- std::size_t const buf_sz = 32768;
-@@ -149,10 +153,11 @@
-
- if (in == -1 || out == -1)
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- #endif
- #ifdef BOOST_WINDOWS
- if (::CopyFile(source.string().c_str(), target.string().c_str(), noclobber) == 0) {
diff --git a/print/lyx16/files/patch-src-support-tests-convert.C b/print/lyx16/files/patch-src-support-tests-convert.C
deleted file mode 100644
index ca9a46941ba8..000000000000
--- a/print/lyx16/files/patch-src-support-tests-convert.C
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/support/tests/convert.C.orig 2005-01-28 00:05:44.000000000 +0300
-+++ src/support/tests/convert.C 2009-03-25 06:33:54.000000000 +0300
-@@ -74,8 +74,7 @@
- << convert<string>(false) << '\n'
-
- << convert<string>('a') << '\n'
-- << convert<string>(1.0) << '\n'
-- << convert<string>(1.1) << endl;
-+ << convert<string>(1.0) << endl;
- }
-
- int main()
diff --git a/print/lyx16/files/patch-src-support-tests-regfiles-convert b/print/lyx16/files/patch-src-support-tests-regfiles-convert
deleted file mode 100644
index a63e24103730..000000000000
--- a/print/lyx16/files/patch-src-support-tests-regfiles-convert
+++ /dev/null
@@ -1,7 +0,0 @@
---- src/support/tests/regfiles/convert.orig 2005-01-28 00:05:44.000000000 +0300
-+++ src/support/tests/regfiles/convert 2009-03-25 06:34:11.000000000 +0300
-@@ -46,4 +46,3 @@
- false
- a
- 1
--1.1
diff --git a/print/lyx16/pkg-descr b/print/lyx16/pkg-descr
deleted file mode 100644
index 1e258d2b80eb..000000000000
--- a/print/lyx16/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-LyX is a document processor interfaced with LaTeX, which gives both the
-ease-of-use of a wordprocessor, and the flexibility and power of
-LaTeX.
-
-Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically
-generated. Speeds up learning LaTeX and makes complicated layouts
-easy and intuitive. New features include spell-checking, international
-character support, WYSIWYG graphics, tables, and equations.
-
-WWW: http://www.lyx.org/
diff --git a/print/lyx16/pkg-plist b/print/lyx16/pkg-plist
deleted file mode 100644
index 93f5cbf8bd9d..000000000000
--- a/print/lyx16/pkg-plist
+++ /dev/null
@@ -1,1123 +0,0 @@
-bin/lyx
-bin/tex2lyx
-bin/lyxclient
-share/locale/cs/LC_MESSAGES/lyx.mo
-share/locale/da/LC_MESSAGES/lyx.mo
-share/locale/de/LC_MESSAGES/lyx.mo
-share/locale/es/LC_MESSAGES/lyx.mo
-share/locale/eu/LC_MESSAGES/lyx.mo
-share/locale/fi/LC_MESSAGES/lyx.mo
-share/locale/fr/LC_MESSAGES/lyx.mo
-share/locale/gl/LC_MESSAGES/lyx.mo
-share/locale/hu/LC_MESSAGES/lyx.mo
-share/locale/it/LC_MESSAGES/lyx.mo
-share/locale/nb/LC_MESSAGES/lyx.mo
-share/locale/nl/LC_MESSAGES/lyx.mo
-share/locale/nn/LC_MESSAGES/lyx.mo
-share/locale/pl/LC_MESSAGES/lyx.mo
-share/locale/ro/LC_MESSAGES/lyx.mo
-share/locale/ru/LC_MESSAGES/lyx.mo
-share/locale/sk/LC_MESSAGES/lyx.mo
-share/locale/sl/LC_MESSAGES/lyx.mo
-share/locale/tr/LC_MESSAGES/lyx.mo
-%%DATADIR%%/CREDITS
-%%DATADIR%%/unicodesymbols
-%%DATADIR%%/bind/aqua.bind
-%%DATADIR%%/bind/broadway.bind
-%%DATADIR%%/bind/cua.bind
-%%DATADIR%%/bind/cyrkeys.bind
-%%DATADIR%%/bind/de_menus.bind
-%%DATADIR%%/bind/emacs.bind
-%%DATADIR%%/bind/fi_menus.bind
-%%DATADIR%%/bind/greekkeys.bind
-%%DATADIR%%/bind/hollywood.bind
-%%DATADIR%%/bind/latinkeys.bind
-%%DATADIR%%/bind/mac.bind
-%%DATADIR%%/bind/math.bind
-%%DATADIR%%/bind/menus.bind
-%%DATADIR%%/bind/pt_menus.bind
-%%DATADIR%%/bind/sciword.bind
-%%DATADIR%%/bind/sv_menus.bind
-%%DATADIR%%/bind/xemacs.bind
-%%DATADIR%%/chkconfig.ltx
-%%DATADIR%%/clipart/BoxInsetDefault.png
-%%DATADIR%%/clipart/ComentNotaImagen.png
-%%DATADIR%%/clipart/CommentNoteImage.png
-%%DATADIR%%/clipart/CuadroMinipag.png
-%%DATADIR%%/clipart/GreyedOutNoteImage.png
-%%DATADIR%%/clipart/GrisNotaImagen.png
-%%DATADIR%%/clipart/LyXNoteImage.png
-%%DATADIR%%/clipart/NotaLyXImagen.png
-%%DATADIR%%/clipart/endnotes.pdf
-%%DATADIR%%/clipart/etiqueta.png
-%%DATADIR%%/clipart/float.png
-%%DATADIR%%/clipart/flotante.png
-%%DATADIR%%/clipart/footnote.png
-%%DATADIR%%/clipart/label.png
-%%DATADIR%%/clipart/notapie.png
-%%DATADIR%%/clipart/platypus.eps
-%%DATADIR%%/clipart/reference2.png
-%%DATADIR%%/clipart/referencia2.png
-%%DATADIR%%/clipart/with_fntright.pdf
-%%DATADIR%%/clipart/without_fntright.pdf
-%%DATADIR%%/configure.py
-%%DATADIR%%/configure.pyc
-%%DATADIR%%/configure.pyo
-%%DATADIR%%/doc/Customization.lyx
-%%DATADIR%%/doc/DocStyle.lyx
-%%DATADIR%%/doc/Extended.lyx
-%%DATADIR%%/doc/EmbeddedObjects.lyx
-%%DATADIR%%/doc/FAQ.lyx
-%%DATADIR%%/doc/Intro.lyx
-%%DATADIR%%/doc/LaTeXConfig.lyx.in
-%%DATADIR%%/doc/Reference.lyx
-%%DATADIR%%/doc/TOC.lyx
-%%DATADIR%%/doc/Tutorial.lyx
-%%DATADIR%%/doc/UserGuide.lyx
-%%DATADIR%%/doc/cs_TOC.lyx
-%%DATADIR%%/doc/cs_Tutorial.lyx
-%%DATADIR%%/doc/da_Intro.lyx
-%%DATADIR%%/doc/da_TOC.lyx
-%%DATADIR%%/doc/de_Customization.lyx
-%%DATADIR%%/doc/de_Extended.lyx
-%%DATADIR%%/doc/de_FAQ.lyx
-%%DATADIR%%/doc/de_Intro.lyx
-%%DATADIR%%/doc/de_TOC.lyx
-%%DATADIR%%/doc/de_Tutorial.lyx
-%%DATADIR%%/doc/de_UserGuide.lyx
-%%DATADIR%%/doc/es_EmbeddedObjects.lyx
-%%DATADIR%%/doc/es_Intro.lyx
-%%DATADIR%%/doc/es_TOC.lyx
-%%DATADIR%%/doc/es_Tutorial.lyx
-%%DATADIR%%/doc/escher-lsd.eps
-%%DATADIR%%/doc/eu_Customization.lyx
-%%DATADIR%%/doc/eu_Extended.lyx
-%%DATADIR%%/doc/eu_FAQ.lyx
-%%DATADIR%%/doc/eu_Intro.lyx
-%%DATADIR%%/doc/eu_TOC.lyx
-%%DATADIR%%/doc/eu_Tutorial.lyx
-%%DATADIR%%/doc/eu_UserGuide.lyx
-%%DATADIR%%/doc/fr_Customization.lyx
-%%DATADIR%%/doc/fr_Extended.lyx
-%%DATADIR%%/doc/fr_FAQ.lyx
-%%DATADIR%%/doc/fr_Intro.lyx
-%%DATADIR%%/doc/fr_TOC.lyx
-%%DATADIR%%/doc/fr_Tutorial.lyx
-%%DATADIR%%/doc/fr_UserGuide.lyx
-%%DATADIR%%/doc/gl_Intro.lyx
-%%DATADIR%%/doc/gl_TOC.lyx
-%%DATADIR%%/doc/gl_Tutorial.lyx
-%%DATADIR%%/doc/he_Intro.lyx
-%%DATADIR%%/doc/he_TOC.lyx
-%%DATADIR%%/doc/he_Tutorial.lyx
-%%DATADIR%%/doc/hu_Intro.lyx
-%%DATADIR%%/doc/hu_TOC.lyx
-%%DATADIR%%/doc/hu_Tutorial.lyx
-%%DATADIR%%/doc/it_Customization.lyx
-%%DATADIR%%/doc/it_Intro.lyx
-%%DATADIR%%/doc/it_TOC.lyx
-%%DATADIR%%/doc/it_Tutorial.lyx
-%%DATADIR%%/doc/it_UserGuide.lyx
-%%DATADIR%%/doc/mobius.eps
-%%DATADIR%%/doc/nb_Intro.lyx
-%%DATADIR%%/doc/nb_TOC.lyx
-%%DATADIR%%/doc/nl_Intro.lyx
-%%DATADIR%%/doc/nl_TOC.lyx
-%%DATADIR%%/doc/nl_Tutorial.lyx
-%%DATADIR%%/doc/pl_Extended.lyx
-%%DATADIR%%/doc/pl_Intro.lyx
-%%DATADIR%%/doc/pl_TOC.lyx
-%%DATADIR%%/doc/pl_Tutorial.lyx
-%%DATADIR%%/doc/platypus.eps
-%%DATADIR%%/doc/pt_Intro.lyx
-%%DATADIR%%/doc/pt_TOC.lyx
-%%DATADIR%%/doc/pt_Tutorial.lyx
-%%DATADIR%%/doc/ro_Intro.lyx
-%%DATADIR%%/doc/ro_TOC.lyx
-%%DATADIR%%/doc/ru_FAQ.lyx
-%%DATADIR%%/doc/ru_Intro.lyx
-%%DATADIR%%/doc/ru_TOC.lyx
-%%DATADIR%%/doc/ru_Tutorial.lyx
-%%DATADIR%%/doc/sk_TOC.lyx
-%%DATADIR%%/doc/sk_Tutorial.lyx
-%%DATADIR%%/doc/sk_UserGuide.lyx
-%%DATADIR%%/doc/sl_Intro.lyx
-%%DATADIR%%/doc/sl_TOC.lyx
-%%DATADIR%%/doc/sl_Tutorial.lyx
-%%DATADIR%%/doc/sv_Intro.lyx
-%%DATADIR%%/doc/sv_TOC.lyx
-%%DATADIR%%/doc/sv_Tutorial.lyx
-%%DATADIR%%/encodings
-%%DATADIR%%/examples/Foils.lyx
-%%DATADIR%%/examples/ItemizeBullets.lyx
-%%DATADIR%%/examples/Literate.lyx
-%%DATADIR%%/examples/Minipage.lyx
-%%DATADIR%%/examples/TableExamples.lyx
-%%DATADIR%%/examples/aa_sample.lyx
-%%DATADIR%%/examples/aas_sample.lyx
-%%DATADIR%%/examples/amsart-test.lyx
-%%DATADIR%%/examples/amsbook-test.lyx
-%%DATADIR%%/examples/beamer-g4-mask.jpg
-%%DATADIR%%/examples/beamer-g4.jpg
-%%DATADIR%%/examples/beamer-icsi-logo.pdf
-%%DATADIR%%/examples/beamer-knight1-mask.png
-%%DATADIR%%/examples/beamer-knight1.png
-%%DATADIR%%/examples/beamer-knight2-mask.png
-%%DATADIR%%/examples/beamer-knight2.png
-%%DATADIR%%/examples/beamer-knight3-mask.png
-%%DATADIR%%/examples/beamer-knight3.png
-%%DATADIR%%/examples/beamer-knight4-mask.png
-%%DATADIR%%/examples/beamer-knight4.png
-%%DATADIR%%/examples/beamerlyxexample1.lyx
-%%DATADIR%%/examples/ca_splash.lyx
-%%DATADIR%%/examples/cs_splash.lyx
-%%DATADIR%%/examples/chess-article.lyx
-%%DATADIR%%/examples/chessgame.lyx
-%%DATADIR%%/examples/currency.lyx
-%%DATADIR%%/examples/cv.lyx
-%%DATADIR%%/examples/da_splash.lyx
-%%DATADIR%%/examples/de_ItemizeBullets.lyx
-%%DATADIR%%/examples/de_Lebenslauf.lyx
-%%DATADIR%%/examples/de_Minipage.lyx
-%%DATADIR%%/examples/de_TableExamples.lyx
-%%DATADIR%%/examples/de_Waehrungen.lyx
-%%DATADIR%%/examples/de_beispiel_gelyxt.lyx
-%%DATADIR%%/examples/de_beispiel_roh.lyx
-%%DATADIR%%/examples/de_decimal.lyx
-%%DATADIR%%/examples/de_mathed.lyx
-%%DATADIR%%/examples/de_multicol.lyx
-%%DATADIR%%/examples/de_splash.lyx
-%%DATADIR%%/examples/decimal.lyx
-%%DATADIR%%/examples/docbook_article.lyx
-%%DATADIR%%/examples/es_ejemplo_con_lyx.lyx
-%%DATADIR%%/examples/es_ejemplo_sin_lyx.lyx
-%%DATADIR%%/examples/es_splash.lyx
-%%DATADIR%%/examples/eu_adibide_gordina.lyx
-%%DATADIR%%/examples/eu_adibide_lyx-atua.lyx
-%%DATADIR%%/examples/eu_splash.lyx
-%%DATADIR%%/examples/example_lyxified.lyx
-%%DATADIR%%/examples/example_raw.lyx
-%%DATADIR%%/examples/fr_AlignementDecimal.lyx
-%%DATADIR%%/examples/fr_CV.lyx
-%%DATADIR%%/examples/fr_ExemplesTableaux.lyx
-%%DATADIR%%/examples/fr_Foils.lyx
-%%DATADIR%%/examples/fr_ListesPuces.lyx
-%%DATADIR%%/examples/fr_Minipage.lyx
-%%DATADIR%%/examples/fr_exemple_brut.lyx
-%%DATADIR%%/examples/fr_exemple_lyxifie.lyx
-%%DATADIR%%/examples/fr_mathed.lyx
-%%DATADIR%%/examples/fr_multicol.lyx
-%%DATADIR%%/examples/fr_splash.lyx
-%%DATADIR%%/examples/g-brief2.lyx
-%%DATADIR%%/examples/gl_exemplo_bruto.lyx
-%%DATADIR%%/examples/gl_exemplo_lyxificado.lyx
-%%DATADIR%%/examples/gl_splash.lyx
-%%DATADIR%%/examples/he_example_raw.lyx
-%%DATADIR%%/examples/he_he_example_lyxified.lyx
-%%DATADIR%%/examples/he_he_example_raw.lyx
-%%DATADIR%%/examples/hu_splash.lyx
-%%DATADIR%%/examples/iecc05.fen
-%%DATADIR%%/examples/iecc07.fen
-%%DATADIR%%/examples/iecc12.fen
-%%DATADIR%%/examples/it_ItemizeBullets.lyx
-%%DATADIR%%/examples/it_splash.lyx
-%%DATADIR%%/examples/landslide.lyx
-%%DATADIR%%/examples/linuxdoc_manpage.lyx
-%%DATADIR%%/examples/listerrors.lyx
-%%DATADIR%%/examples/mathed.lyx
-%%DATADIR%%/examples/multicol.lyx
-%%DATADIR%%/examples/nl_multicol.lyx
-%%DATADIR%%/examples/nl_opsommingstekens.lyx
-%%DATADIR%%/examples/nl_splash.lyx
-%%DATADIR%%/examples/nl_voorbeeld_ruw.lyx
-%%DATADIR%%/examples/nl_voorbeeld_verlyxt.lyx
-%%DATADIR%%/examples/noweb2lyx.lyx
-%%DATADIR%%/examples/pl_splash.lyx
-%%DATADIR%%/examples/pt_splash.lyx
-%%DATADIR%%/examples/ro_splash.lyx
-%%DATADIR%%/examples/ru_splash.lyx
-%%DATADIR%%/examples/script_form.lyx
-%%DATADIR%%/examples/sl_primer_lyxan.lyx
-%%DATADIR%%/examples/sl_primer_surov.lyx
-%%DATADIR%%/examples/sl_splash.lyx
-%%DATADIR%%/examples/splash.lyx
-%%DATADIR%%/external_templates
-%%DATADIR%%/images/amssymb.xpm
-%%DATADIR%%/images/banner.ppm
-%%DATADIR%%/images/bookmark-goto.xpm
-%%DATADIR%%/images/bookmark-save.xpm
-%%DATADIR%%/images/break-line.xpm
-%%DATADIR%%/images/buffer-close.xpm
-%%DATADIR%%/images/buffer-export_dvi.xpm
-%%DATADIR%%/images/buffer-export_latex.xpm
-%%DATADIR%%/images/buffer-export_ps.xpm
-%%DATADIR%%/images/buffer-export_text.xpm
-%%DATADIR%%/images/buffer-new.xpm
-%%DATADIR%%/images/buffer-reload.xpm
-%%DATADIR%%/images/buffer-update_dvi.xpm
-%%DATADIR%%/images/buffer-update_ps.xpm
-%%DATADIR%%/images/buffer-view_dvi.xpm
-%%DATADIR%%/images/buffer-view_ps.xpm
-%%DATADIR%%/images/buffer-write-as.xpm
-%%DATADIR%%/images/buffer-write.xpm
-%%DATADIR%%/images/build-program.xpm
-%%DATADIR%%/images/copy.xpm
-%%DATADIR%%/images/cut.xpm
-%%DATADIR%%/images/depth-decrement.xpm
-%%DATADIR%%/images/depth-increment.xpm
-%%DATADIR%%/images/dialog-preferences.xpm
-%%DATADIR%%/images/dialog-show-new-inset_citation.xpm
-%%DATADIR%%/images/dialog-show-new-inset_graphics.xpm
-%%DATADIR%%/images/dialog-show-new-inset_include.xpm
-%%DATADIR%%/images/dialog-show-new-inset_ref.xpm
-%%DATADIR%%/images/dialog-show_character.xpm
-%%DATADIR%%/images/dialog-show_findreplace.xpm
-%%DATADIR%%/images/dialog-show_mathpanel.xpm
-%%DATADIR%%/images/dialog-show_print.xpm
-%%DATADIR%%/images/dialog-show_spellchecker.xpm
-%%DATADIR%%/images/down.xpm
-%%DATADIR%%/images/ert-insert.xpm
-%%DATADIR%%/images/file-open.xpm
-%%DATADIR%%/images/float-insert_figure.xpm
-%%DATADIR%%/images/float-insert_table.xpm
-%%DATADIR%%/images/font-bold.xpm
-%%DATADIR%%/images/font-emph.xpm
-%%DATADIR%%/images/font-free-apply.xpm
-%%DATADIR%%/images/font-noun.xpm
-%%DATADIR%%/images/font-sans.xpm
-%%DATADIR%%/images/footnote-insert.xpm
-%%DATADIR%%/images/index-insert.xpm
-%%DATADIR%%/images/label-insert.xpm
-%%DATADIR%%/images/layout.xpm
-%%DATADIR%%/images/layout-document.xpm
-%%DATADIR%%/images/layout-paragraph.xpm
-%%DATADIR%%/images/layout_Description.xpm
-%%DATADIR%%/images/layout_Enumerate.xpm
-%%DATADIR%%/images/layout_Itemize.xpm
-%%DATADIR%%/images/layout_List.xpm
-%%DATADIR%%/images/layout_LyX-Code.xpm
-%%DATADIR%%/images/layout_Scrap.xpm
-%%DATADIR%%/images/layout_Section.xpm
-%%DATADIR%%/images/lyx-quit.xpm
-%%DATADIR%%/images/lyx.xpm
-%%DATADIR%%/images/marginalnote-insert.xpm
-%%DATADIR%%/images/math-display.xpm
-%%DATADIR%%/images/math-matrix.xpm
-%%DATADIR%%/images/math-mode.xpm
-%%DATADIR%%/images/math-subscript.xpm
-%%DATADIR%%/images/math-superscript.xpm
-%%DATADIR%%/images/math/Bbbk.xpm
-%%DATADIR%%/images/math/Finv.xpm
-%%DATADIR%%/images/math/Game.xpm
-%%DATADIR%%/images/math/Im.xpm
-%%DATADIR%%/images/math/Lleftarrow.xpm
-%%DATADIR%%/images/math/Lsh.xpm
-%%DATADIR%%/images/math/Re.xpm
-%%DATADIR%%/images/math/Rsh.xpm
-%%DATADIR%%/images/math/Vert.xpm
-%%DATADIR%%/images/math/Vvdash.xpm
-%%DATADIR%%/images/math/acute.xpm
-%%DATADIR%%/images/math/aleph.xpm
-%%DATADIR%%/images/math/alpha.xpm
-%%DATADIR%%/images/math/amalg.xpm
-%%DATADIR%%/images/math/angle.xpm
-%%DATADIR%%/images/math/approx.xpm
-%%DATADIR%%/images/math/approxeq.xpm
-%%DATADIR%%/images/math/asymp.xpm
-%%DATADIR%%/images/math/backepsilon.xpm
-%%DATADIR%%/images/math/backprime.xpm
-%%DATADIR%%/images/math/backsim.xpm
-%%DATADIR%%/images/math/backsimeq.xpm
-%%DATADIR%%/images/math/backslash.xpm
-%%DATADIR%%/images/math/bar.xpm
-%%DATADIR%%/images/math/bars.xpm
-%%DATADIR%%/images/math/barwedge.xpm
-%%DATADIR%%/images/math/because.xpm
-%%DATADIR%%/images/math/beta.xpm
-%%DATADIR%%/images/math/beth.xpm
-%%DATADIR%%/images/math/between.xpm
-%%DATADIR%%/images/math/bigcap.xpm
-%%DATADIR%%/images/math/bigcirc.xpm
-%%DATADIR%%/images/math/bigcup.xpm
-%%DATADIR%%/images/math/bigodot.xpm
-%%DATADIR%%/images/math/bigoplus.xpm
-%%DATADIR%%/images/math/bigotimes.xpm
-%%DATADIR%%/images/math/bigsqcup.xpm
-%%DATADIR%%/images/math/bigstar.xpm
-%%DATADIR%%/images/math/bigtriangledown.xpm
-%%DATADIR%%/images/math/bigtriangleup.xpm
-%%DATADIR%%/images/math/biguplus.xpm
-%%DATADIR%%/images/math/bigvee.xpm
-%%DATADIR%%/images/math/bigwedge.xpm
-%%DATADIR%%/images/math/blacklozenge.xpm
-%%DATADIR%%/images/math/blacksquare.xpm
-%%DATADIR%%/images/math/blacktriangle.xpm
-%%DATADIR%%/images/math/blacktriangledown.xpm
-%%DATADIR%%/images/math/blacktriangleleft.xpm
-%%DATADIR%%/images/math/blacktriangleright.xpm
-%%DATADIR%%/images/math/bot.xpm
-%%DATADIR%%/images/math/bowtie.xpm
-%%DATADIR%%/images/math/boxdot.xpm
-%%DATADIR%%/images/math/boxminus.xpm
-%%DATADIR%%/images/math/boxplus.xpm
-%%DATADIR%%/images/math/boxtimes.xpm
-%%DATADIR%%/images/math/breve.xpm
-%%DATADIR%%/images/math/bullet.xpm
-%%DATADIR%%/images/math/bumpeq.xpm
-%%DATADIR%%/images/math/bumpeq2.xpm
-%%DATADIR%%/images/math/cap.xpm
-%%DATADIR%%/images/math/cap2.xpm
-%%DATADIR%%/images/math/cases.xpm
-%%DATADIR%%/images/math/cdot.xpm
-%%DATADIR%%/images/math/cdots.xpm
-%%DATADIR%%/images/math/centerdot.xpm
-%%DATADIR%%/images/math/check.xpm
-%%DATADIR%%/images/math/chi.xpm
-%%DATADIR%%/images/math/circ.xpm
-%%DATADIR%%/images/math/circeq.xpm
-%%DATADIR%%/images/math/circlearrowleft.xpm
-%%DATADIR%%/images/math/circlearrowright.xpm
-%%DATADIR%%/images/math/circledS.xpm
-%%DATADIR%%/images/math/circledast.xpm
-%%DATADIR%%/images/math/circledcirc.xpm
-%%DATADIR%%/images/math/circleddash.xpm
-%%DATADIR%%/images/math/clubsuit.xpm
-%%DATADIR%%/images/math/complement.xpm
-%%DATADIR%%/images/math/cong.xpm
-%%DATADIR%%/images/math/coprod.xpm
-%%DATADIR%%/images/math/cup.xpm
-%%DATADIR%%/images/math/cup2.xpm
-%%DATADIR%%/images/math/curlyeqprec.xpm
-%%DATADIR%%/images/math/curlyeqsucc.xpm
-%%DATADIR%%/images/math/curlyvee.xpm
-%%DATADIR%%/images/math/curlywedge.xpm
-%%DATADIR%%/images/math/curvearrowleft.xpm
-%%DATADIR%%/images/math/curvearrowright.xpm
-%%DATADIR%%/images/math/dagger.xpm
-%%DATADIR%%/images/math/daleth.xpm
-%%DATADIR%%/images/math/dashleftarrow.xpm
-%%DATADIR%%/images/math/dashrightarrow.xpm
-%%DATADIR%%/images/math/dashv.xpm
-%%DATADIR%%/images/math/ddagger.xpm
-%%DATADIR%%/images/math/ddot.xpm
-%%DATADIR%%/images/math/ddots.xpm
-%%DATADIR%%/images/math/delim.xpm
-%%DATADIR%%/images/math/delta.xpm
-%%DATADIR%%/images/math/delta2.xpm
-%%DATADIR%%/images/math/diagdown.xpm
-%%DATADIR%%/images/math/diagup.xpm
-%%DATADIR%%/images/math/diamond.xpm
-%%DATADIR%%/images/math/diamondsuit.xpm
-%%DATADIR%%/images/math/digamma.xpm
-%%DATADIR%%/images/math/div.xpm
-%%DATADIR%%/images/math/divideontimes.xpm
-%%DATADIR%%/images/math/dot.xpm
-%%DATADIR%%/images/math/doteq.xpm
-%%DATADIR%%/images/math/doteqdot.xpm
-%%DATADIR%%/images/math/dotplus.xpm
-%%DATADIR%%/images/math/doublebarwedge.xpm
-%%DATADIR%%/images/math/downarrow.xpm
-%%DATADIR%%/images/math/downarrow2.xpm
-%%DATADIR%%/images/math/downdownarrows.xpm
-%%DATADIR%%/images/math/downharpoonleft.xpm
-%%DATADIR%%/images/math/downharpoonright.xpm
-%%DATADIR%%/images/math/ell.xpm
-%%DATADIR%%/images/math/empty.xpm
-%%DATADIR%%/images/math/emptyset.xpm
-%%DATADIR%%/images/math/epsilon.xpm
-%%DATADIR%%/images/math/eqcirc.xpm
-%%DATADIR%%/images/math/eqslantgtr.xpm
-%%DATADIR%%/images/math/eqslantless.xpm
-%%DATADIR%%/images/math/equation.xpm
-%%DATADIR%%/images/math/equiv.xpm
-%%DATADIR%%/images/math/eta.xpm
-%%DATADIR%%/images/math/eth.xpm
-%%DATADIR%%/images/math/exists.xpm
-%%DATADIR%%/images/math/fallingdotseq.xpm
-%%DATADIR%%/images/math/flat.xpm
-%%DATADIR%%/images/math/font.xpm
-%%DATADIR%%/images/math/forall.xpm
-%%DATADIR%%/images/math/frac.xpm
-%%DATADIR%%/images/math/frown.xpm
-%%DATADIR%%/images/math/gamma.xpm
-%%DATADIR%%/images/math/gamma2.xpm
-%%DATADIR%%/images/math/geq.xpm
-%%DATADIR%%/images/math/geqq.xpm
-%%DATADIR%%/images/math/geqslant.xpm
-%%DATADIR%%/images/math/gg.xpm
-%%DATADIR%%/images/math/ggg.xpm
-%%DATADIR%%/images/math/gimel.xpm
-%%DATADIR%%/images/math/gnapprox.xpm
-%%DATADIR%%/images/math/gneq.xpm
-%%DATADIR%%/images/math/gneqq.xpm
-%%DATADIR%%/images/math/gnsim.xpm
-%%DATADIR%%/images/math/grave.xpm
-%%DATADIR%%/images/math/gtrapprox.xpm
-%%DATADIR%%/images/math/gtrdot.xpm
-%%DATADIR%%/images/math/gtreqless.xpm
-%%DATADIR%%/images/math/gtreqqless.xpm
-%%DATADIR%%/images/math/gtrless.xpm
-%%DATADIR%%/images/math/gtrsim.xpm
-%%DATADIR%%/images/math/gvertneqq.xpm
-%%DATADIR%%/images/math/hat.xpm
-%%DATADIR%%/images/math/hbar.xpm
-%%DATADIR%%/images/math/heartsuit.xpm
-%%DATADIR%%/images/math/hookleftarrow.xpm
-%%DATADIR%%/images/math/hookrightarrow.xpm
-%%DATADIR%%/images/math/hphantom.xpm
-%%DATADIR%%/images/math/hslash.xpm
-%%DATADIR%%/images/math/imath.xpm
-%%DATADIR%%/images/math/in.xpm
-%%DATADIR%%/images/math/infty.xpm
-%%DATADIR%%/images/math/int.xpm
-%%DATADIR%%/images/math/intercal.xpm
-%%DATADIR%%/images/math/intop.xpm
-%%DATADIR%%/images/math/iota.xpm
-%%DATADIR%%/images/math/jmath.xpm
-%%DATADIR%%/images/math/kappa.xpm
-%%DATADIR%%/images/math/lambda.xpm
-%%DATADIR%%/images/math/lambda2.xpm
-%%DATADIR%%/images/math/langle.xpm
-%%DATADIR%%/images/math/lbrace.xpm
-%%DATADIR%%/images/math/lbrace_rbrace.xpm
-%%DATADIR%%/images/math/lbracket.xpm
-%%DATADIR%%/images/math/lbracket_rbracket.xpm
-%%DATADIR%%/images/math/lceil.xpm
-%%DATADIR%%/images/math/lceil_rceil.xpm
-%%DATADIR%%/images/math/ldots.xpm
-%%DATADIR%%/images/math/leftarrow.xpm
-%%DATADIR%%/images/math/leftarrow2.xpm
-%%DATADIR%%/images/math/leftarrowtail.xpm
-%%DATADIR%%/images/math/leftharpoondown.xpm
-%%DATADIR%%/images/math/leftharpoonup.xpm
-%%DATADIR%%/images/math/leftleftarrows.xpm
-%%DATADIR%%/images/math/leftrightarrow.xpm
-%%DATADIR%%/images/math/leftrightarrow2.xpm
-%%DATADIR%%/images/math/leftrightarrows.xpm
-%%DATADIR%%/images/math/leftrightharpoons.xpm
-%%DATADIR%%/images/math/leftrightsquigarrow.xpm
-%%DATADIR%%/images/math/leftthreetimes.xpm
-%%DATADIR%%/images/math/leq.xpm
-%%DATADIR%%/images/math/leqq.xpm
-%%DATADIR%%/images/math/leqslant.xpm
-%%DATADIR%%/images/math/lessapprox.xpm
-%%DATADIR%%/images/math/lessdot.xpm
-%%DATADIR%%/images/math/lesseqgtr.xpm
-%%DATADIR%%/images/math/lesseqqgtr.xpm
-%%DATADIR%%/images/math/lessgtr.xpm
-%%DATADIR%%/images/math/lesssim.xpm
-%%DATADIR%%/images/math/lfloor.xpm
-%%DATADIR%%/images/math/lfloor_rfloor.xpm
-%%DATADIR%%/images/math/ll.xpm
-%%DATADIR%%/images/math/llcorner.xpm
-%%DATADIR%%/images/math/lll.xpm
-%%DATADIR%%/images/math/lnapprox.xpm
-%%DATADIR%%/images/math/lneq.xpm
-%%DATADIR%%/images/math/lneqq.xpm
-%%DATADIR%%/images/math/lnsim.xpm
-%%DATADIR%%/images/math/longleftarrow.xpm
-%%DATADIR%%/images/math/longleftarrow2.xpm
-%%DATADIR%%/images/math/longleftrightarrow.xpm
-%%DATADIR%%/images/math/longleftrightarrow2.xpm
-%%DATADIR%%/images/math/longmapsto.xpm
-%%DATADIR%%/images/math/longrightarrow.xpm
-%%DATADIR%%/images/math/longrightarrow2.xpm
-%%DATADIR%%/images/math/looparrowleft.xpm
-%%DATADIR%%/images/math/looparrowright.xpm
-%%DATADIR%%/images/math/lozenge.xpm
-%%DATADIR%%/images/math/lparen.xpm
-%%DATADIR%%/images/math/lparen_rparen.xpm
-%%DATADIR%%/images/math/lrcorner.xpm
-%%DATADIR%%/images/math/ltimes.xpm
-%%DATADIR%%/images/math/lvertneqq.xpm
-%%DATADIR%%/images/math/mapsto.xpm
-%%DATADIR%%/images/math/mathbb_C.xpm
-%%DATADIR%%/images/math/mathbb_H.xpm
-%%DATADIR%%/images/math/mathbb_N.xpm
-%%DATADIR%%/images/math/mathbb_Q.xpm
-%%DATADIR%%/images/math/mathbb_R.xpm
-%%DATADIR%%/images/math/mathbb_Z.xpm
-%%DATADIR%%/images/math/mathcal_F.xpm
-%%DATADIR%%/images/math/mathcal_H.xpm
-%%DATADIR%%/images/math/mathcal_L.xpm
-%%DATADIR%%/images/math/mathcal_O.xpm
-%%DATADIR%%/images/math/mathcircumflex.xpm
-%%DATADIR%%/images/math/mathrm_T.xpm
-%%DATADIR%%/images/math/matrix.xpm
-%%DATADIR%%/images/math/measuredangle.xpm
-%%DATADIR%%/images/math/mho.xpm
-%%DATADIR%%/images/math/mid.xpm
-%%DATADIR%%/images/math/models.xpm
-%%DATADIR%%/images/math/mp.xpm
-%%DATADIR%%/images/math/mu.xpm
-%%DATADIR%%/images/math/multimap.xpm
-%%DATADIR%%/images/math/nabla.xpm
-%%DATADIR%%/images/math/natural.xpm
-%%DATADIR%%/images/math/ncong.xpm
-%%DATADIR%%/images/math/nearrow.xpm
-%%DATADIR%%/images/math/neg.xpm
-%%DATADIR%%/images/math/neq.xpm
-%%DATADIR%%/images/math/nexists.xpm
-%%DATADIR%%/images/math/ngeq.xpm
-%%DATADIR%%/images/math/ngeqq.xpm
-%%DATADIR%%/images/math/ngeqslant.xpm
-%%DATADIR%%/images/math/ngtr.xpm
-%%DATADIR%%/images/math/ni.xpm
-%%DATADIR%%/images/math/nleftarrow.xpm
-%%DATADIR%%/images/math/nleftarrow2.xpm
-%%DATADIR%%/images/math/nleftrightarrow.xpm
-%%DATADIR%%/images/math/nleftrightarrow2.xpm
-%%DATADIR%%/images/math/nleq.xpm
-%%DATADIR%%/images/math/nleqq.xpm
-%%DATADIR%%/images/math/nleqslant.xpm
-%%DATADIR%%/images/math/nless.xpm
-%%DATADIR%%/images/math/nmid.xpm
-%%DATADIR%%/images/math/notin.xpm
-%%DATADIR%%/images/math/nparallel.xpm
-%%DATADIR%%/images/math/nprec.xpm
-%%DATADIR%%/images/math/npreceq.xpm
-%%DATADIR%%/images/math/nrightarrow.xpm
-%%DATADIR%%/images/math/nrightarrow2.xpm
-%%DATADIR%%/images/math/nshortmid.xpm
-%%DATADIR%%/images/math/nshortparallel.xpm
-%%DATADIR%%/images/math/nsim.xpm
-%%DATADIR%%/images/math/nsubseteq.xpm
-%%DATADIR%%/images/math/nsucc.xpm
-%%DATADIR%%/images/math/nsucceq.xpm
-%%DATADIR%%/images/math/nsupseteq.xpm
-%%DATADIR%%/images/math/nsupseteqq.xpm
-%%DATADIR%%/images/math/ntriangleleft.xpm
-%%DATADIR%%/images/math/ntrianglelefteq.xpm
-%%DATADIR%%/images/math/ntriangleright.xpm
-%%DATADIR%%/images/math/ntrianglerighteq.xpm
-%%DATADIR%%/images/math/nu.xpm
-%%DATADIR%%/images/math/nvdash.xpm
-%%DATADIR%%/images/math/nvdash2.xpm
-%%DATADIR%%/images/math/nvdash3.xpm
-%%DATADIR%%/images/math/nwarrow.xpm
-%%DATADIR%%/images/math/odot.xpm
-%%DATADIR%%/images/math/oint.xpm
-%%DATADIR%%/images/math/ointop.xpm
-%%DATADIR%%/images/math/omega.xpm
-%%DATADIR%%/images/math/omega2.xpm
-%%DATADIR%%/images/math/ominus.xpm
-%%DATADIR%%/images/math/oplus.xpm
-%%DATADIR%%/images/math/oslash.xpm
-%%DATADIR%%/images/math/otimes.xpm
-%%DATADIR%%/images/math/overbrace.xpm
-%%DATADIR%%/images/math/overleftarrow.xpm
-%%DATADIR%%/images/math/overleftrightarrow.xpm
-%%DATADIR%%/images/math/overline.xpm
-%%DATADIR%%/images/math/overrightarrow.xpm
-%%DATADIR%%/images/math/overset.xpm
-%%DATADIR%%/images/math/parallel.xpm
-%%DATADIR%%/images/math/partial.xpm
-%%DATADIR%%/images/math/perp.xpm
-%%DATADIR%%/images/math/phantom.xpm
-%%DATADIR%%/images/math/phi.xpm
-%%DATADIR%%/images/math/phi2.xpm
-%%DATADIR%%/images/math/pi.xpm
-%%DATADIR%%/images/math/pi2.xpm
-%%DATADIR%%/images/math/pitchfork.xpm
-%%DATADIR%%/images/math/pm.xpm
-%%DATADIR%%/images/math/prec.xpm
-%%DATADIR%%/images/math/precapprox.xpm
-%%DATADIR%%/images/math/preccurlyeq.xpm
-%%DATADIR%%/images/math/preceq.xpm
-%%DATADIR%%/images/math/precnapprox.xpm
-%%DATADIR%%/images/math/precnsim.xpm
-%%DATADIR%%/images/math/precsim.xpm
-%%DATADIR%%/images/math/prime.xpm
-%%DATADIR%%/images/math/prod.xpm
-%%DATADIR%%/images/math/propto.xpm
-%%DATADIR%%/images/math/psi.xpm
-%%DATADIR%%/images/math/psi2.xpm
-%%DATADIR%%/images/math/rangle.xpm
-%%DATADIR%%/images/math/rbrace.xpm
-%%DATADIR%%/images/math/rbracket.xpm
-%%DATADIR%%/images/math/rceil.xpm
-%%DATADIR%%/images/math/rfloor.xpm
-%%DATADIR%%/images/math/rho.xpm
-%%DATADIR%%/images/math/rightarrow.xpm
-%%DATADIR%%/images/math/rightarrow2.xpm
-%%DATADIR%%/images/math/rightarrowtail.xpm
-%%DATADIR%%/images/math/rightharpoondown.xpm
-%%DATADIR%%/images/math/rightharpoonup.xpm
-%%DATADIR%%/images/math/rightleftarrows.xpm
-%%DATADIR%%/images/math/rightleftharpoons.xpm
-%%DATADIR%%/images/math/rightrightarrows.xpm
-%%DATADIR%%/images/math/rightsquigarrow.xpm
-%%DATADIR%%/images/math/rightthreetimes.xpm
-%%DATADIR%%/images/math/risingdotseq.xpm
-%%DATADIR%%/images/math/root.xpm
-%%DATADIR%%/images/math/rparen.xpm
-%%DATADIR%%/images/math/rtimes.xpm
-%%DATADIR%%/images/math/searrow.xpm
-%%DATADIR%%/images/math/setminus.xpm
-%%DATADIR%%/images/math/sharp.xpm
-%%DATADIR%%/images/math/shortmid.xpm
-%%DATADIR%%/images/math/shortparallel.xpm
-%%DATADIR%%/images/math/sigma.xpm
-%%DATADIR%%/images/math/sigma2.xpm
-%%DATADIR%%/images/math/sim.xpm
-%%DATADIR%%/images/math/simeq.xpm
-%%DATADIR%%/images/math/slash.xpm
-%%DATADIR%%/images/math/smallfrown.xpm
-%%DATADIR%%/images/math/smallsetminus.xpm
-%%DATADIR%%/images/math/smallsmile.xpm
-%%DATADIR%%/images/math/smile.xpm
-%%DATADIR%%/images/math/space.xpm
-%%DATADIR%%/images/math/spadesuit.xpm
-%%DATADIR%%/images/math/sphericalangle.xpm
-%%DATADIR%%/images/math/sqcap.xpm
-%%DATADIR%%/images/math/sqcup.xpm
-%%DATADIR%%/images/math/sqrt.xpm
-%%DATADIR%%/images/math/sqrt-square.xpm
-%%DATADIR%%/images/math/sqsubset.xpm
-%%DATADIR%%/images/math/sqsubseteq.xpm
-%%DATADIR%%/images/math/sqsupset.xpm
-%%DATADIR%%/images/math/sqsupseteq.xpm
-%%DATADIR%%/images/math/square.xpm
-%%DATADIR%%/images/math/star.xpm
-%%DATADIR%%/images/math/style.xbm
-%%DATADIR%%/images/math/style.xpm
-%%DATADIR%%/images/math/sub.xpm
-%%DATADIR%%/images/math/subset.xpm
-%%DATADIR%%/images/math/subset2.xpm
-%%DATADIR%%/images/math/subseteq.xpm
-%%DATADIR%%/images/math/subseteqq.xpm
-%%DATADIR%%/images/math/subsetneq.xpm
-%%DATADIR%%/images/math/subsetneqq.xpm
-%%DATADIR%%/images/math/succ.xpm
-%%DATADIR%%/images/math/succapprox.xpm
-%%DATADIR%%/images/math/succcurlyeq.xpm
-%%DATADIR%%/images/math/succeq.xpm
-%%DATADIR%%/images/math/succnapprox.xpm
-%%DATADIR%%/images/math/succnsim.xpm
-%%DATADIR%%/images/math/succsim.xpm
-%%DATADIR%%/images/math/sum.xpm
-%%DATADIR%%/images/math/super.xpm
-%%DATADIR%%/images/math/supset.xpm
-%%DATADIR%%/images/math/supset2.xpm
-%%DATADIR%%/images/math/supseteq.xpm
-%%DATADIR%%/images/math/supseteqq.xpm
-%%DATADIR%%/images/math/supsetneq.xpm
-%%DATADIR%%/images/math/supsetneqq.xpm
-%%DATADIR%%/images/math/surd.xpm
-%%DATADIR%%/images/math/swarrow.xpm
-%%DATADIR%%/images/math/tau.xpm
-%%DATADIR%%/images/math/textrm_AA.xpm
-%%DATADIR%%/images/math/textrm_Oe.xpm
-%%DATADIR%%/images/math/therefore.xpm
-%%DATADIR%%/images/math/theta.xpm
-%%DATADIR%%/images/math/theta2.xpm
-%%DATADIR%%/images/math/thickapprox.xpm
-%%DATADIR%%/images/math/thicksim.xpm
-%%DATADIR%%/images/math/tilde.xpm
-%%DATADIR%%/images/math/times.xpm
-%%DATADIR%%/images/math/top.xpm
-%%DATADIR%%/images/math/triangle.xpm
-%%DATADIR%%/images/math/triangledown.xpm
-%%DATADIR%%/images/math/triangleleft.xpm
-%%DATADIR%%/images/math/trianglelefteq.xpm
-%%DATADIR%%/images/math/triangleq.xpm
-%%DATADIR%%/images/math/triangleright.xpm
-%%DATADIR%%/images/math/trianglerighteq.xpm
-%%DATADIR%%/images/math/twoheadleftarrow.xpm
-%%DATADIR%%/images/math/twoheadrightarrow.xpm
-%%DATADIR%%/images/math/ulcorner.xpm
-%%DATADIR%%/images/math/underbrace.xpm
-%%DATADIR%%/images/math/underleftarrow.xpm
-%%DATADIR%%/images/math/underleftrightarrow.xpm
-%%DATADIR%%/images/math/underline.xpm
-%%DATADIR%%/images/math/underrightarrow.xpm
-%%DATADIR%%/images/math/underscore.xpm
-%%DATADIR%%/images/math/underset.xpm
-%%DATADIR%%/images/math/uparrow.xpm
-%%DATADIR%%/images/math/uparrow2.xpm
-%%DATADIR%%/images/math/updownarrow.xpm
-%%DATADIR%%/images/math/updownarrow2.xpm
-%%DATADIR%%/images/math/upharpoonleft.xpm
-%%DATADIR%%/images/math/upharpoonright.xpm
-%%DATADIR%%/images/math/uplus.xpm
-%%DATADIR%%/images/math/upsilon.xpm
-%%DATADIR%%/images/math/upsilon2.xpm
-%%DATADIR%%/images/math/upuparrows.xpm
-%%DATADIR%%/images/math/urcorner.xpm
-%%DATADIR%%/images/math/varepsilon.xpm
-%%DATADIR%%/images/math/varkappa.xpm
-%%DATADIR%%/images/math/varnothing.xpm
-%%DATADIR%%/images/math/varphi.xpm
-%%DATADIR%%/images/math/varpi.xpm
-%%DATADIR%%/images/math/varpropto.xpm
-%%DATADIR%%/images/math/varsigma.xpm
-%%DATADIR%%/images/math/varsubsetneq.xpm
-%%DATADIR%%/images/math/varsubsetneqq.xpm
-%%DATADIR%%/images/math/varsupsetneq.xpm
-%%DATADIR%%/images/math/varsupsetneqq.xpm
-%%DATADIR%%/images/math/vartheta.xpm
-%%DATADIR%%/images/math/vartriangle.xpm
-%%DATADIR%%/images/math/vartriangleleft.xpm
-%%DATADIR%%/images/math/vartriangleright.xpm
-%%DATADIR%%/images/math/vdash.xpm
-%%DATADIR%%/images/math/vdash2.xpm
-%%DATADIR%%/images/math/vdash3.xpm
-%%DATADIR%%/images/math/vdots.xpm
-%%DATADIR%%/images/math/vec.xpm
-%%DATADIR%%/images/math/vee.xpm
-%%DATADIR%%/images/math/veebar.xpm
-%%DATADIR%%/images/math/vphantom.xpm
-%%DATADIR%%/images/math/wedge.xpm
-%%DATADIR%%/images/math/widehat.xpm
-%%DATADIR%%/images/math/widetilde.xpm
-%%DATADIR%%/images/math/wp.xpm
-%%DATADIR%%/images/math/wr.xpm
-%%DATADIR%%/images/math/xi.xpm
-%%DATADIR%%/images/math/xi2.xpm
-%%DATADIR%%/images/math/zeta.xpm
-%%DATADIR%%/images/note-insert.xpm
-%%DATADIR%%/images/paste.xpm
-%%DATADIR%%/images/psnfss1.xpm
-%%DATADIR%%/images/psnfss2.xpm
-%%DATADIR%%/images/psnfss3.xpm
-%%DATADIR%%/images/psnfss4.xpm
-%%DATADIR%%/images/redo.xpm
-%%DATADIR%%/images/standard.xpm
-%%DATADIR%%/images/tabular-feature_align-center.xpm
-%%DATADIR%%/images/tabular-feature_align-left.xpm
-%%DATADIR%%/images/tabular-feature_align-right.xpm
-%%DATADIR%%/images/tabular-feature_append-column.xpm
-%%DATADIR%%/images/tabular-feature_append-row.xpm
-%%DATADIR%%/images/tabular-feature_delete-column.xpm
-%%DATADIR%%/images/tabular-feature_delete-row.xpm
-%%DATADIR%%/images/tabular-feature_multicolumn.xpm
-%%DATADIR%%/images/tabular-feature_set-all-lines.xpm
-%%DATADIR%%/images/tabular-feature_set-longtabular.xpm
-%%DATADIR%%/images/tabular-feature_set-rotate-cell.xpm
-%%DATADIR%%/images/tabular-feature_set-rotate-tabular.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-bottom.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-left.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-right.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-top.xpm
-%%DATADIR%%/images/tabular-feature_unset-all-lines.xpm
-%%DATADIR%%/images/tabular-feature_valign-bottom.xpm
-%%DATADIR%%/images/tabular-feature_valign-middle.xpm
-%%DATADIR%%/images/tabular-feature_valign-top.xpm
-%%DATADIR%%/images/tabular-insert.xpm
-%%DATADIR%%/images/thesaurus-entry.xpm
-%%DATADIR%%/images/toc-view.xpm
-%%DATADIR%%/images/undo.xpm
-%%DATADIR%%/images/unknown.xpm
-%%DATADIR%%/images/up.xpm
-%%DATADIR%%/images/url-insert.xpm
-%%DATADIR%%/kbd/american-2.kmap
-%%DATADIR%%/kbd/american.kmap
-%%DATADIR%%/kbd/arabic.kmap
-%%DATADIR%%/kbd/bg-bds-1251.kmap
-%%DATADIR%%/kbd/brazil.kmap
-%%DATADIR%%/kbd/brazil2.kmap
-%%DATADIR%%/kbd/cp1251.cdef
-%%DATADIR%%/kbd/czech-prg.kmap
-%%DATADIR%%/kbd/czech.kmap
-%%DATADIR%%/kbd/espanol.kmap
-%%DATADIR%%/kbd/european.kmap
-%%DATADIR%%/kbd/francais.kmap
-%%DATADIR%%/kbd/french.kmap
-%%DATADIR%%/kbd/german-2.kmap
-%%DATADIR%%/kbd/german-3.kmap
-%%DATADIR%%/kbd/german.kmap
-%%DATADIR%%/kbd/greek.kmap
-%%DATADIR%%/kbd/hebrew.kmap
-%%DATADIR%%/kbd/ibm866.cdef
-%%DATADIR%%/kbd/iso8859-1.cdef
-%%DATADIR%%/kbd/iso8859-15.cdef
-%%DATADIR%%/kbd/iso8859-2.cdef
-%%DATADIR%%/kbd/iso8859-3.cdef
-%%DATADIR%%/kbd/iso8859-4.cdef
-%%DATADIR%%/kbd/iso8859-7.cdef
-%%DATADIR%%/kbd/iso8859-8.cdef
-%%DATADIR%%/kbd/iso8859-9.cdef
-%%DATADIR%%/kbd/koi8-r.cdef
-%%DATADIR%%/kbd/koi8-r.kmap
-%%DATADIR%%/kbd/koi8-t.cdef
-%%DATADIR%%/kbd/koi8-u.cdef
-%%DATADIR%%/kbd/koi8-u.kmap
-%%DATADIR%%/kbd/latvian.kmap
-%%DATADIR%%/kbd/magyar-2.kmap
-%%DATADIR%%/kbd/magyar-3.kmap
-%%DATADIR%%/kbd/magyar.kmap
-%%DATADIR%%/kbd/null.kmap
-%%DATADIR%%/kbd/polish.kmap
-%%DATADIR%%/kbd/polski.kmap
-%%DATADIR%%/kbd/portuges.kmap
-%%DATADIR%%/kbd/romanian.kmap
-%%DATADIR%%/kbd/serbian.kmap
-%%DATADIR%%/kbd/serbocroatian.kmap
-%%DATADIR%%/kbd/sf.kmap
-%%DATADIR%%/kbd/sg.kmap
-%%DATADIR%%/kbd/slovak.kmap
-%%DATADIR%%/kbd/slovene.kmap
-%%DATADIR%%/kbd/thai-kedmanee.kmap
-%%DATADIR%%/kbd/tis620-0.cdef
-%%DATADIR%%/kbd/transilvanian.kmap
-%%DATADIR%%/kbd/turkish-f.kmap
-%%DATADIR%%/kbd/turkish.kmap
-%%DATADIR%%/languages
-%%DATADIR%%/layouts/IEEEtran.layout
-%%DATADIR%%/layouts/aa.layout
-%%DATADIR%%/layouts/aapaper.inc
-%%DATADIR%%/layouts/aapaper.layout
-%%DATADIR%%/layouts/aastex.layout
-%%DATADIR%%/layouts/agu-dtd.layout
-%%DATADIR%%/layouts/agu_stdclass.inc
-%%DATADIR%%/layouts/agu_stdcounters.inc
-%%DATADIR%%/layouts/agu_stdlists.inc
-%%DATADIR%%/layouts/agu_stdsections.inc
-%%DATADIR%%/layouts/agu_stdtitle.inc
-%%DATADIR%%/layouts/agums.layout
-%%DATADIR%%/layouts/aguplus.inc
-%%DATADIR%%/layouts/amsart-plain.layout
-%%DATADIR%%/layouts/amsart-seq.layout
-%%DATADIR%%/layouts/amsart.layout
-%%DATADIR%%/layouts/amsbook.layout
-%%DATADIR%%/layouts/amsdefs.inc
-%%DATADIR%%/layouts/amsmaths-plain.inc
-%%DATADIR%%/layouts/amsmaths-seq.inc
-%%DATADIR%%/layouts/amsmaths.inc
-%%DATADIR%%/layouts/apa.layout
-%%DATADIR%%/layouts/arab-article.layout
-%%DATADIR%%/layouts/article.layout
-%%DATADIR%%/layouts/beamer.layout
-%%DATADIR%%/layouts/book.layout
-%%DATADIR%%/layouts/broadway.layout
-%%DATADIR%%/layouts/chess.layout
-%%DATADIR%%/layouts/cl2emult.layout
-%%DATADIR%%/layouts/cv.layout
-%%DATADIR%%/layouts/db_lyxmacros.inc
-%%DATADIR%%/layouts/db_stdcharstyles.inc
-%%DATADIR%%/layouts/db_stdclass.inc
-%%DATADIR%%/layouts/db_stdcounters.inc
-%%DATADIR%%/layouts/db_stdlayouts.inc
-%%DATADIR%%/layouts/db_stdlists.inc
-%%DATADIR%%/layouts/db_stdsections.inc
-%%DATADIR%%/layouts/db_stdstarsections.inc
-%%DATADIR%%/layouts/db_stdstruct.inc
-%%DATADIR%%/layouts/db_stdtitle.inc
-%%DATADIR%%/layouts/dinbrief.layout
-%%DATADIR%%/layouts/docbook-book.layout
-%%DATADIR%%/layouts/docbook-chapter.layout
-%%DATADIR%%/layouts/docbook-section.layout
-%%DATADIR%%/layouts/docbook.layout
-%%DATADIR%%/layouts/dtk.layout
-%%DATADIR%%/layouts/egs.layout
-%%DATADIR%%/layouts/elsart.layout
-%%DATADIR%%/layouts/entcs.layout
-%%DATADIR%%/layouts/extarticle.layout
-%%DATADIR%%/layouts/extbook.layout
-%%DATADIR%%/layouts/extletter.layout
-%%DATADIR%%/layouts/extreport.layout
-%%DATADIR%%/layouts/foils.layout
-%%DATADIR%%/layouts/g-brief-de.layout
-%%DATADIR%%/layouts/g-brief-en.layout
-%%DATADIR%%/layouts/g-brief2.layout
-%%DATADIR%%/layouts/heb-article.layout
-%%DATADIR%%/layouts/heb-letter.layout
-%%DATADIR%%/layouts/hollywood.layout
-%%DATADIR%%/layouts/ijmpc.layout
-%%DATADIR%%/layouts/ijmpd.layout
-%%DATADIR%%/layouts/jgrga.layout
-%%DATADIR%%/layouts/kluwer.layout
-%%DATADIR%%/layouts/latex8.layout
-%%DATADIR%%/layouts/letter.layout
-%%DATADIR%%/layouts/linuxdoc.layout
-%%DATADIR%%/layouts/literate-article.layout
-%%DATADIR%%/layouts/literate-book.layout
-%%DATADIR%%/layouts/literate-report.layout
-%%DATADIR%%/layouts/literate-scrap.inc
-%%DATADIR%%/layouts/llncs.layout
-%%DATADIR%%/layouts/ltugboat.layout
-%%DATADIR%%/layouts/lyxmacros.inc
-%%DATADIR%%/layouts/manpage.layout
-%%DATADIR%%/layouts/memoir.layout
-%%DATADIR%%/layouts/mwart.layout
-%%DATADIR%%/layouts/mwbk.layout
-%%DATADIR%%/layouts/mwrep.layout
-%%DATADIR%%/layouts/numarticle.inc
-%%DATADIR%%/layouts/numreport.inc
-%%DATADIR%%/layouts/numrevtex.inc
-%%DATADIR%%/layouts/paper.layout
-%%DATADIR%%/layouts/report.layout
-%%DATADIR%%/layouts/revtex.layout
-%%DATADIR%%/layouts/revtex4.layout
-%%DATADIR%%/layouts/scrartcl.layout
-%%DATADIR%%/layouts/scrbook.layout
-%%DATADIR%%/layouts/scrclass.inc
-%%DATADIR%%/layouts/scrlettr.layout
-%%DATADIR%%/layouts/scrlttr2.layout
-%%DATADIR%%/layouts/scrreprt.layout
-%%DATADIR%%/layouts/seminar.layout
-%%DATADIR%%/layouts/siamltex.layout
-%%DATADIR%%/layouts/slides.layout
-%%DATADIR%%/layouts/spie.layout
-%%DATADIR%%/layouts/stdclass.inc
-%%DATADIR%%/layouts/stdcounters.inc
-%%DATADIR%%/layouts/stdfloats.inc
-%%DATADIR%%/layouts/stdlayouts.inc
-%%DATADIR%%/layouts/stdletter.inc
-%%DATADIR%%/layouts/stdlists.inc
-%%DATADIR%%/layouts/stdsections.inc
-%%DATADIR%%/layouts/stdstarsections.inc
-%%DATADIR%%/layouts/stdstruct.inc
-%%DATADIR%%/layouts/stdtitle.inc
-%%DATADIR%%/layouts/svglobal.layout
-%%DATADIR%%/layouts/svjog.layout
-%%DATADIR%%/layouts/svjour.inc
-%%DATADIR%%/layouts/svprobth.layout
-%%DATADIR%%/lyx2lyx/LyX.py
-%%DATADIR%%/lyx2lyx/LyX.pyc
-%%DATADIR%%/lyx2lyx/LyX.pyo
-%%DATADIR%%/lyx2lyx/lyx2lyx
-%%DATADIR%%/lyx2lyx/lyx2lyx_lang.py
-%%DATADIR%%/lyx2lyx/lyx2lyx_lang.pyc
-%%DATADIR%%/lyx2lyx/lyx2lyx_lang.pyo
-%%DATADIR%%/lyx2lyx/lyx2lyx_version.py
-%%DATADIR%%/lyx2lyx/lyx2lyx_version.pyc
-%%DATADIR%%/lyx2lyx/lyx2lyx_version.pyo
-%%DATADIR%%/lyx2lyx/lyx_0_06.py
-%%DATADIR%%/lyx2lyx/lyx_0_06.pyc
-%%DATADIR%%/lyx2lyx/lyx_0_06.pyo
-%%DATADIR%%/lyx2lyx/lyx_0_08.py
-%%DATADIR%%/lyx2lyx/lyx_0_08.pyc
-%%DATADIR%%/lyx2lyx/lyx_0_08.pyo
-%%DATADIR%%/lyx2lyx/lyx_0_10.py
-%%DATADIR%%/lyx2lyx/lyx_0_10.pyc
-%%DATADIR%%/lyx2lyx/lyx_0_10.pyo
-%%DATADIR%%/lyx2lyx/lyx_0_12.py
-%%DATADIR%%/lyx2lyx/lyx_0_12.pyc
-%%DATADIR%%/lyx2lyx/lyx_0_12.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_0.py
-%%DATADIR%%/lyx2lyx/lyx_1_0.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_0.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_1.py
-%%DATADIR%%/lyx2lyx/lyx_1_1.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_1.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_1_5.py
-%%DATADIR%%/lyx2lyx/lyx_1_1_5.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_1_5.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_1_6_0.py
-%%DATADIR%%/lyx2lyx/lyx_1_1_6_0.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_1_6_0.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_1_6_3.py
-%%DATADIR%%/lyx2lyx/lyx_1_1_6_3.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_1_6_3.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_2.py
-%%DATADIR%%/lyx2lyx/lyx_1_2.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_2.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_3.py
-%%DATADIR%%/lyx2lyx/lyx_1_3.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_3.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_4.py
-%%DATADIR%%/lyx2lyx/lyx_1_4.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_4.pyo
-%%DATADIR%%/lyx2lyx/lyx_1_5.py
-%%DATADIR%%/lyx2lyx/lyx_1_5.pyc
-%%DATADIR%%/lyx2lyx/lyx_1_5.pyo
-%%DATADIR%%/lyx2lyx/parser_tools.py
-%%DATADIR%%/lyx2lyx/parser_tools.pyc
-%%DATADIR%%/lyx2lyx/parser_tools.pyo
-%%DATADIR%%/lyx2lyx/profiling.py
-%%DATADIR%%/lyx2lyx/profiling.pyc
-%%DATADIR%%/lyx2lyx/profiling.pyo
-%%DATADIR%%/lyxrc.example
-%%DATADIR%%/scripts/TeXFiles.py
-%%DATADIR%%/scripts/TeXFiles.pyc
-%%DATADIR%%/scripts/TeXFiles.pyo
-%%DATADIR%%/scripts/clean_dvi.py
-%%DATADIR%%/scripts/clean_dvi.pyc
-%%DATADIR%%/scripts/clean_dvi.pyo
-%%DATADIR%%/scripts/convertDefault.py
-%%DATADIR%%/scripts/convertDefault.pyc
-%%DATADIR%%/scripts/convertDefault.pyo
-%%DATADIR%%/scripts/date.py
-%%DATADIR%%/scripts/date.pyc
-%%DATADIR%%/scripts/date.pyo
-%%DATADIR%%/scripts/fen2ascii.py
-%%DATADIR%%/scripts/fen2ascii.pyc
-%%DATADIR%%/scripts/fen2ascii.pyo
-%%DATADIR%%/scripts/fig2pdftex.py
-%%DATADIR%%/scripts/fig2pdftex.pyc
-%%DATADIR%%/scripts/fig2pdftex.pyo
-%%DATADIR%%/scripts/fig2pstex.py
-%%DATADIR%%/scripts/fig2pstex.pyc
-%%DATADIR%%/scripts/fig2pstex.pyo
-%%DATADIR%%/scripts/fig_copy.py
-%%DATADIR%%/scripts/fig_copy.pyc
-%%DATADIR%%/scripts/fig_copy.pyo
-%%DATADIR%%/scripts/layout2layout.py
-%%DATADIR%%/scripts/layout2layout.pyc
-%%DATADIR%%/scripts/layout2layout.pyo
-%%DATADIR%%/scripts/legacy_lyxpreview2ppm.py
-%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyc
-%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyo
-%%DATADIR%%/scripts/listerrors
-%%DATADIR%%/scripts/lyxpreview2bitmap.py
-%%DATADIR%%/scripts/lyxpreview2bitmap.pyc
-%%DATADIR%%/scripts/lyxpreview2bitmap.pyo
-%%DATADIR%%/scripts/lyxpreview_tools.py
-%%DATADIR%%/scripts/lyxpreview_tools.pyc
-%%DATADIR%%/scripts/lyxpreview_tools.pyo
-%%DATADIR%%/scripts/tex_copy.py
-%%DATADIR%%/scripts/tex_copy.pyc
-%%DATADIR%%/scripts/tex_copy.pyo
-%%DATADIR%%/symbols
-%%DATADIR%%/syntax.default
-%%DATADIR%%/templates/IEEEtran.lyx
-%%DATADIR%%/templates/README.new_templates
-%%DATADIR%%/templates/aa.lyx
-%%DATADIR%%/templates/aastex.lyx
-%%DATADIR%%/templates/agu_article.lyx
-%%DATADIR%%/templates/beamer-conference-ornate-20min.lyx
-%%DATADIR%%/templates/de_beamer-conference-ornate-20min.lyx
-%%DATADIR%%/templates/dinbrief.lyx
-%%DATADIR%%/templates/docbook_article.lyx
-%%DATADIR%%/templates/elsart.lyx
-%%DATADIR%%/templates/fr_beamer-conference-ornate-20min.lyx
-%%DATADIR%%/templates/g-brief-de.lyx
-%%DATADIR%%/templates/g-brief-en.lyx
-%%DATADIR%%/templates/hollywood.lyx
-%%DATADIR%%/templates/ijmpc.lyx
-%%DATADIR%%/templates/ijmpd.lyx
-%%DATADIR%%/templates/kluwer.lyx
-%%DATADIR%%/templates/koma-letter2.lyx
-%%DATADIR%%/templates/latex8.lyx
-%%DATADIR%%/templates/letter.lyx
-%%DATADIR%%/templates/linuxdoc_article.lyx
-%%DATADIR%%/templates/revtex.lyx
-%%DATADIR%%/templates/revtex4.lyx
-%%DATADIR%%/templates/slides.lyx
-%%DATADIR%%/tex/broadway.cls
-%%DATADIR%%/tex/cv.cls
-%%DATADIR%%/tex/hollywood.cls
-%%DATADIR%%/tex/lyxchess.sty
-%%DATADIR%%/tex/lyxskak.sty
-%%DATADIR%%/tex/revtex.cls
-%%DATADIR%%/ui/classic.ui
-%%DATADIR%%/ui/default.ui
-%%DATADIR%%/ui/default-alltoolbars.ui
-%%DATADIR%%/ui/default-autotoolbars.ui
-%%DATADIR%%/ui/stdmenus.inc
-%%DATADIR%%/ui/stdtoolbars.inc
-@dirrm %%DATADIR%%/ui
-@dirrm %%DATADIR%%/tex
-@dirrm %%DATADIR%%/templates
-@dirrm %%DATADIR%%/scripts
-@dirrm %%DATADIR%%/lyx2lyx
-@dirrm %%DATADIR%%/layouts
-@dirrm %%DATADIR%%/kbd
-@dirrm %%DATADIR%%/images/math
-@dirrm %%DATADIR%%/images
-@dirrm %%DATADIR%%/examples
-@dirrm %%DATADIR%%/doc
-@dirrm %%DATADIR%%/clipart
-@dirrm %%DATADIR%%/bind
-@dirrm %%DATADIR%%
diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile
deleted file mode 100644
index 9cfe512f4ed9..000000000000
--- a/print/scribus-devel/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Ports collection makefile for: scribus
-# Date created: Mar 15, 2002
-# Whom: ijliao
-#
-# $Carpetsmoker: ports/print/scribus/Makefile,v 1.2 2007/09/24 08:06:52 carpetsmoker Exp $
-# $FreeBSD$
-#
-
-PORTNAME= scribus
-PORTVERSION= 1.3.3.13
-PORTREVISION= 3
-CATEGORIES= print editors
-MASTER_SITES= SF \
- http://www.scribus.net/downloads/${PORTVERSION}/
-
-MAINTAINER= sylvio@FreeBSD.org
-COMMENT= A comprehensive desktop publishing program
-
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
- lcms.1:${PORTSDIR}/graphics/lcms \
- png.5:${PORTSDIR}/graphics/png \
- tiff.4:${PORTSDIR}/graphics/tiff \
- cups.2:${PORTSDIR}/print/cups-base \
- freetype.9:${PORTSDIR}/print/freetype2 \
- fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
- ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging
-
-USE_BZIP2= yes
-USE_QT_VER= 3
-USE_GNOME= gnometarget libartlgpl2 libxml2
-USE_GHOSTSCRIPT_RUN= yes
-USE_PYTHON= yes
-USE_PERL5_BUILD=yes
-USE_LDCONFIG= yes
-USE_MOTIF= yes
-USE_CMAKE= yes
-CMAKE_USE_PTHREAD= yes
-
-PLIST_SUB+= SCRIBUS_VERSION=${PORTVERSION}
-MAN1= scribus.1
-MANLANG= "" pl de
-MANCOMPRESSED= no
-
-.include <bsd.port.mk>
diff --git a/print/scribus-devel/distinfo b/print/scribus-devel/distinfo
deleted file mode 100644
index 652e76b66f01..000000000000
--- a/print/scribus-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (scribus-1.3.3.13.tar.bz2) = e698b0d118c7f037e57163cba302d96e
-SHA256 (scribus-1.3.3.13.tar.bz2) = 5a255e81d662f27729b2a3b658d6a8e2a6bc5caad328935b3d5a1fae5db3841a
-SIZE (scribus-1.3.3.13.tar.bz2) = 14923426
diff --git a/print/scribus-devel/files/patch-CMakeLists b/print/scribus-devel/files/patch-CMakeLists
deleted file mode 100644
index 08268518010e..000000000000
--- a/print/scribus-devel/files/patch-CMakeLists
+++ /dev/null
@@ -1,26 +0,0 @@
---- CMakeLists.txt.orig 2010-01-18 19:43:29.000000000 -0200
-+++ CMakeLists.txt 2010-01-18 19:44:07.000000000 -0200
-@@ -116,7 +116,7 @@
- ENDIF (WANT_VERSIONING AND NOT CACHED_VERSIONING)
-
- #MAN
--SET(MANDIR "share/man/")
-+SET(MANDIR "man/")
- SET(SHAREDIR "share/${MAIN_DIR_NAME}${TAG_VERSION}/")
- ADD_DEFINITIONS("-DSHAREDIR=\\\"${CMAKE_INSTALL_PREFIX}/${SHAREDIR}\\\"")
- #SHARE
-@@ -169,7 +169,7 @@
- ENDIF(ARCH64BIT AND NOT LIB_SUFFIX)
-
-
--SET(LIB_DIR_NAME "lib${LIB_SUFFIX}")
-+SET(LIB_DIR_NAME "lib")
- SET(LIBDIR "${LIB_DIR_NAME}/${MAIN_DIR_NAME}${TAG_VERSION}/")
- ADD_DEFINITIONS("-DLIBDIR=\\\"${CMAKE_INSTALL_PREFIX}/${LIBDIR}\\\"")
-
-@@ -522,4 +522,5 @@
- ## I'll make this prettier later - ignore any tarballs in the root
- SET(CPACK_SOURCE_IGNORE_FILES CMakeCache.txt scribus-1.3.3.12.tar.bz2 scribus-1.3.3.13.tar.Z scribus-1.3.3.13.tar.gz "~$" "\\\\.cvsignore$" "^${PROJECT_SOURCE_DIR}.*/CVS/" "^${PROJECT_SOURCE_DIR}/debian/" "^${PROJECT_SOURCE_DIR}/old/" "^${PROJECT_SOURCE_DIR}.*/CVSROOT/" "^${PROJECT_SOURCE_DIR}.*/autom4te.cache/")
- INCLUDE(CPack)
-+ SET_TARGET_PROPERTIES(scribus PROPERTIES LINK_FLAGS -Wl,-E)
- ENDIF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
diff --git a/print/scribus-devel/files/patch-scribus::manpages::CMakeLists b/print/scribus-devel/files/patch-scribus::manpages::CMakeLists
deleted file mode 100644
index 5d19fd1052e1..000000000000
--- a/print/scribus-devel/files/patch-scribus::manpages::CMakeLists
+++ /dev/null
@@ -1,23 +0,0 @@
---- scribus/manpages/CMakeLists.txt.orig 2009-06-25 16:46:04.000000000 -0300
-+++ scribus/manpages/CMakeLists.txt 2009-06-25 16:51:42.000000000 -0300
-@@ -4,12 +4,17 @@
-
- INSTALL(FILES
- scribus.1
-+ DESTINATION ${MANDIR}/man1
-+)
-+
-+INSTALL(FILES
- scribus.1.de
-- DESTINATION ${MANDIR}man1
-+ DESTINATION ${MANDIR}de/man1
-+ RENAME scribus.1
- )
-
- INSTALL(FILES
- scribus.1.pl
- DESTINATION ${MANDIR}pl/man1
- RENAME scribus.1
--)
-\ No newline at end of file
-+)
diff --git a/print/scribus-devel/pkg-descr b/print/scribus-devel/pkg-descr
deleted file mode 100644
index 04e1e91e1e31..000000000000
--- a/print/scribus-devel/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Scribus is a desktop publishing program, similar to Adobe PageMaker(TM),
-QuarkXPress(TM) or Adobe InDesign(TM).
-
-Scribus offers support for professional publishing features, such
-as CMYK color, easy PDF creation, Encapsulated Postscript import/export
-and creation of color separations.
-
-WWW: http://www.scribus.net
diff --git a/print/scribus-devel/pkg-plist b/print/scribus-devel/pkg-plist
deleted file mode 100644
index 07d40d3a1433..000000000000
--- a/print/scribus-devel/pkg-plist
+++ /dev/null
@@ -1,1003 +0,0 @@
-bin/scribus
-lib/scribus/import.prolog
-lib/scribus/keysets/scribus13.ksxml
-lib/scribus/plugins/gettext/libcsvim.so
-lib/scribus/plugins/gettext/libdocim.so
-lib/scribus/plugins/gettext/libhtmlim.so
-lib/scribus/plugins/gettext/libodtimplugin.so
-lib/scribus/plugins/gettext/libpdbim.so
-lib/scribus/plugins/gettext/libsxwimplugin.so
-lib/scribus/plugins/gettext/libtextfilterplugin.so
-lib/scribus/plugins/gettext/libtxtim.so
-lib/scribus/plugins/libbarcodegenerator.so
-lib/scribus/plugins/libcolorwheel.so
-lib/scribus/plugins/libfontpreview.so
-lib/scribus/plugins/libimportps.so
-lib/scribus/plugins/libnewfromtemplateplugin.so
-lib/scribus/plugins/liboldscribusformat.so
-lib/scribus/plugins/liboodrawimp.so
-lib/scribus/plugins/libsaveastemplateplugin.so
-lib/scribus/plugins/libscribusexportpixmap.so
-lib/scribus/plugins/libscribusshortwords.so
-lib/scribus/plugins/libscriptplugin.so
-lib/scribus/plugins/libsvgexplugin.so
-lib/scribus/plugins/libsvgimplugin.so
-lib/scribus/profiles/GenericCMYK.icm
-lib/scribus/profiles/GenericCMYK.txt
-lib/scribus/profiles/Readme
-lib/scribus/profiles/sRGB.icm
-lib/scribus/profiles/srgb.license
-lib/scribus/swatches/Scribus_Gnome.txt
-lib/scribus/swatches/Scribus_OpenOffice.txt
-lib/scribus/swatches/Scribus_SVG.txt
-lib/scribus/swatches/Scribus_X11Grey.txt
-lib/scribus/swatches/Scribus_X11.txt
-share/mimelnk/application/vnd.scribus.desktop
-share/mime/packages/scribus.xml
-%%DATADIR%%/dicts/hyph_af.dic
-%%DATADIR%%/dicts/hyph_bg.dic
-%%DATADIR%%/dicts/hyph_ca.dic
-%%DATADIR%%/dicts/hyph_cs.dic
-%%DATADIR%%/dicts/hyph_da.dic
-%%DATADIR%%/dicts/hyph_de.dic
-%%DATADIR%%/dicts/hyph_el.dic
-%%DATADIR%%/dicts/hyph_en.dic
-%%DATADIR%%/dicts/hyph_es.dic
-%%DATADIR%%/dicts/hyph_fi.dic
-%%DATADIR%%/dicts/hyph_fr.dic
-%%DATADIR%%/dicts/hyph_ga.dic
-%%DATADIR%%/dicts/hyph_hr.dic
-%%DATADIR%%/dicts/hyph_hu.dic
-%%DATADIR%%/dicts/hyph_id.dic
-%%DATADIR%%/dicts/hyph_is.dic
-%%DATADIR%%/dicts/hyph_it.dic
-%%DATADIR%%/dicts/hyph_lt.dic
-%%DATADIR%%/dicts/hyph_nl.dic
-%%DATADIR%%/dicts/hyph_nn_NO.dic
-%%DATADIR%%/dicts/hyph_pl.dic
-%%DATADIR%%/dicts/hyph_pt_BR.dic
-%%DATADIR%%/dicts/hyph_pt.dic
-%%DATADIR%%/dicts/hyph_ru.dic
-%%DATADIR%%/dicts/hyph_sk.dic
-%%DATADIR%%/dicts/hyph_sl.dic
-%%DATADIR%%/dicts/hyph_sv.dic
-%%DATADIR%%/dicts/hyph_uk.dic
-%%DATADIR%%/dtd/scribuspdfoptions.dtd
-%%DATADIR%%/icons/above.png
-%%DATADIR%%/icons/acrobat.png
-%%DATADIR%%/icons/acroread.png
-%%DATADIR%%/icons/addf.png
-%%DATADIR%%/icons/AddNode.png
-%%DATADIR%%/icons/AddPoint.png
-%%DATADIR%%/icons/al_bottom_in.png
-%%DATADIR%%/icons/al_bottom_out.png
-%%DATADIR%%/icons/al_center_hor.png
-%%DATADIR%%/icons/al_center_ver.png
-%%DATADIR%%/icons/alert.png
-%%DATADIR%%/icons/AllCaps.png
-%%DATADIR%%/icons/al_left_in.png
-%%DATADIR%%/icons/al_left_out.png
-%%DATADIR%%/icons/al_right_in.png
-%%DATADIR%%/icons/al_right_out.png
-%%DATADIR%%/icons/al_top_in.png
-%%DATADIR%%/icons/al_top_out.png
-%%DATADIR%%/icons/AppIcon2.png
-%%DATADIR%%/icons/AppIcon.png
-%%DATADIR%%/icons/back.png
-%%DATADIR%%/icons/below.png
-%%DATADIR%%/icons/BevelJoin.png
-%%DATADIR%%/icons/BezierClose.png
-%%DATADIR%%/icons/beziertool16.png
-%%DATADIR%%/icons/beziertool.png
-%%DATADIR%%/icons/Bild16.xpm
-%%DATADIR%%/icons/Bild.xpm
-%%DATADIR%%/icons/blend.png
-%%DATADIR%%/icons/bottom.png
-%%DATADIR%%/icons/ButtCap.png
-%%DATADIR%%/icons/charset.png
-%%DATADIR%%/icons/checkbox.png
-%%DATADIR%%/icons/checkdoc.png
-%%DATADIR%%/icons/cmyk.png
-%%DATADIR%%/icons/colorpicker.png
-%%DATADIR%%/icons/combobox.png
-%%DATADIR%%/icons/compfile16.png
-%%DATADIR%%/icons/compfile.png
-%%DATADIR%%/icons/Corner.xpm
-%%DATADIR%%/icons/crop.png
-%%DATADIR%%/icons/DateiClos16.png
-%%DATADIR%%/icons/DateiClose.png
-%%DATADIR%%/icons/DateiNeu16.png
-%%DATADIR%%/icons/DateiNeu.xpm
-%%DATADIR%%/icons/DateiOpen16.png
-%%DATADIR%%/icons/DateiOpen.xpm
-%%DATADIR%%/icons/DateiPrint16.png
-%%DATADIR%%/icons/DateiPrint.xpm
-%%DATADIR%%/icons/DateiSave16.png
-%%DATADIR%%/icons/DateiSave2.png
-%%DATADIR%%/icons/Deletelayer.png
-%%DATADIR%%/icons/DeleteNode.png
-%%DATADIR%%/icons/DelPoint.png
-%%DATADIR%%/icons/dist22.png
-%%DATADIR%%/icons/dist.png
-%%DATADIR%%/icons/distribute_bottom.png
-%%DATADIR%%/icons/distribute_hcentre.png
-%%DATADIR%%/icons/distribute_hdist.png
-%%DATADIR%%/icons/distribute_hdist_val.png
-%%DATADIR%%/icons/distribute_left.png
-%%DATADIR%%/icons/distribute_right.png
-%%DATADIR%%/icons/distribute_top.png
-%%DATADIR%%/icons/distribute_vcentre.png
-%%DATADIR%%/icons/distribute_vdist.png
-%%DATADIR%%/icons/distribute_vdist_val.png
-%%DATADIR%%/icons/docattributes.png
-%%DATADIR%%/icons/doc.png
-%%DATADIR%%/icons/document2.png
-%%DATADIR%%/icons/documentinfo32.png
-%%DATADIR%%/icons/documentinfo.png
-%%DATADIR%%/icons/down.png
-%%DATADIR%%/icons/DragPix.xpm
-%%DATADIR%%/icons/DrawFrame.xpm
-%%DATADIR%%/icons/DrawImageFrame.xpm
-%%DATADIR%%/icons/DrawPolylineFrame.xpm
-%%DATADIR%%/icons/DrawTable.xpm
-%%DATADIR%%/icons/DrawTextFrame.xpm
-%%DATADIR%%/icons/editcopy22.png
-%%DATADIR%%/icons/editcopy.png
-%%DATADIR%%/icons/editcut22.png
-%%DATADIR%%/icons/editcut.png
-%%DATADIR%%/icons/editdelete22.png
-%%DATADIR%%/icons/editdelete.png
-%%DATADIR%%/icons/Editm.xpm
-%%DATADIR%%/icons/editpaste.png
-%%DATADIR%%/icons/edittrash.png
-%%DATADIR%%/icons/exit22.png
-%%DATADIR%%/icons/exit.png
-%%DATADIR%%/icons/expand.png
-%%DATADIR%%/icons/externaltools.png
-%%DATADIR%%/icons/filenew.png
-%%DATADIR%%/icons/fileopen.png
-%%DATADIR%%/icons/filesaveas.png
-%%DATADIR%%/icons/fill.png
-%%DATADIR%%/icons/find16.png
-%%DATADIR%%/icons/find.png
-%%DATADIR%%/icons/finish.png
-%%DATADIR%%/icons/firstline.png
-%%DATADIR%%/icons/FlipH.xpm
-%%DATADIR%%/icons/FlipV.xpm
-%%DATADIR%%/icons/font_otf16.png
-%%DATADIR%%/icons/font_otf.png
-%%DATADIR%%/icons/font.png
-%%DATADIR%%/icons/font_truetype16.png
-%%DATADIR%%/icons/font_truetype.png
-%%DATADIR%%/icons/font_type1_16.png
-%%DATADIR%%/icons/font_type1.png
-%%DATADIR%%/icons/forward.png
-%%DATADIR%%/icons/framenoresize.png
-%%DATADIR%%/icons/frameresize.png
-%%DATADIR%%/icons/frame_table16.png
-%%DATADIR%%/icons/frame_table.png
-%%DATADIR%%/icons/gohome.png
-%%DATADIR%%/icons/goto.png
-%%DATADIR%%/icons/guides.png
-%%DATADIR%%/icons/HandC.xpm
-%%DATADIR%%/icons/hmirror.png
-%%DATADIR%%/icons/Hoch.xpm
-%%DATADIR%%/icons/hyphenate.png
-%%DATADIR%%/icons/image.png
-%%DATADIR%%/icons/irreg.png
-%%DATADIR%%/icons/Kapital.xpm
-%%DATADIR%%/icons/Kern.xpm
-%%DATADIR%%/icons/key_bindings.png
-%%DATADIR%%/icons/Kreise.xpm
-%%DATADIR%%/icons/Kreuz.xpm
-%%DATADIR%%/icons/launch16.png
-%%DATADIR%%/icons/launch.png
-%%DATADIR%%/icons/Layervisible.xpm
-%%DATADIR%%/icons/leftindent.png
-%%DATADIR%%/icons/linespacing.png
-%%DATADIR%%/icons/listbox.png
-%%DATADIR%%/icons/locked.png
-%%DATADIR%%/icons/Lock.xpm
-%%DATADIR%%/icons/Lowerlayer.png
-%%DATADIR%%/icons/lower.png
-%%DATADIR%%/icons/lower-to-bottom.png
-%%DATADIR%%/icons/Lupe.xpm
-%%DATADIR%%/icons/LupeZ.xpm
-%%DATADIR%%/icons/misc.png
-%%DATADIR%%/icons/MiterJoin.png
-%%DATADIR%%/icons/MoveAsym.png
-%%DATADIR%%/icons/MoveKontrol.png
-%%DATADIR%%/icons/MoveNode.png
-%%DATADIR%%/icons/mover.png
-%%DATADIR%%/icons/MoveSym.png
-%%DATADIR%%/icons/Newlayer.png
-%%DATADIR%%/icons/nftabout.xpm
-%%DATADIR%%/icons/nftinfo.xpm
-%%DATADIR%%/icons/noicon.xpm
-%%DATADIR%%/icons/NoPrint.png
-%%DATADIR%%/icons/ok22.png
-%%DATADIR%%/icons/ok.png
-%%DATADIR%%/icons/ooo_draw.png
-%%DATADIR%%/icons/ooo_writer.png
-%%DATADIR%%/icons/outlined.png
-%%DATADIR%%/icons/page16.png
-%%DATADIR%%/icons/pagedouble16.png
-%%DATADIR%%/icons/pagedouble.png
-%%DATADIR%%/icons/page.png
-%%DATADIR%%/icons/pagequadro16.png
-%%DATADIR%%/icons/pagequadro.png
-%%DATADIR%%/icons/pagesingle16.png
-%%DATADIR%%/icons/pagesingle.png
-%%DATADIR%%/icons/pagetriple16.png
-%%DATADIR%%/icons/pagetriple.png
-%%DATADIR%%/icons/pdf.png
-%%DATADIR%%/icons/penciladd.png
-%%DATADIR%%/icons/pencilsub.png
-%%DATADIR%%/icons/plugins.png
-%%DATADIR%%/icons/PolyCut.png
-%%DATADIR%%/icons/postscript.png
-%%DATADIR%%/icons/pushbutton.png
-%%DATADIR%%/icons/python.png
-%%DATADIR%%/icons/Raiselayer.png
-%%DATADIR%%/icons/raise.png
-%%DATADIR%%/icons/raise-to-top.png
-%%DATADIR%%/icons/Rechtecke.xpm
-%%DATADIR%%/icons/register.png
-%%DATADIR%%/icons/reload16.png
-%%DATADIR%%/icons/reload.png
-%%DATADIR%%/icons/removef.png
-%%DATADIR%%/icons/Reset1Node.png
-%%DATADIR%%/icons/ResetNode.png
-%%DATADIR%%/icons/Revers.png
-%%DATADIR%%/icons/revert.png
-%%DATADIR%%/icons/rgb.png
-%%DATADIR%%/icons/rotate_ccw.png
-%%DATADIR%%/icons/rotate_cw.png
-%%DATADIR%%/icons/Rotieren2.png
-%%DATADIR%%/icons/Rotieren.xpm
-%%DATADIR%%/icons/RoundCap.png
-%%DATADIR%%/icons/RoundJoin.png
-%%DATADIR%%/icons/scrap.png
-%%DATADIR%%/icons/screen.png
-%%DATADIR%%/icons/scribusdoc16.png
-%%DATADIR%%/icons/scribusdoc.png
-%%DATADIR%%/icons/scribus_logo.png
-%%DATADIR%%/icons/scribus.png
-%%DATADIR%%/icons/shade.png
-%%DATADIR%%/icons/shadow.png
-%%DATADIR%%/icons/shear_down.png
-%%DATADIR%%/icons/shear_left.png
-%%DATADIR%%/icons/shear_right.png
-%%DATADIR%%/icons/shear_up.png
-%%DATADIR%%/icons/shortwords.png
-%%DATADIR%%/icons/signature2.png
-%%DATADIR%%/icons/signature.png
-%%DATADIR%%/icons/Spacing.xpm
-%%DATADIR%%/icons/spiral.png
-%%DATADIR%%/icons/Splash.png
-%%DATADIR%%/icons/spline16.png
-%%DATADIR%%/icons/spline.png
-%%DATADIR%%/icons/Split.png
-%%DATADIR%%/icons/spot.png
-%%DATADIR%%/icons/SquareCap.png
-%%DATADIR%%/icons/start.png
-%%DATADIR%%/icons/Stift16.xpm
-%%DATADIR%%/icons/Stiftalt16.xpm
-%%DATADIR%%/icons/Stiftalt.xpm
-%%DATADIR%%/icons/Stift.xpm
-%%DATADIR%%/icons/stoplaunch16.png
-%%DATADIR%%/icons/stoplaunch.png
-%%DATADIR%%/icons/Strike.xpm
-%%DATADIR%%/icons/tab.png
-%%DATADIR%%/icons/tabtocindex.png
-%%DATADIR%%/icons/testfill.png
-%%DATADIR%%/icons/Text16.xpm
-%%DATADIR%%/icons/Text2.xpm
-%%DATADIR%%/icons/textbase.png
-%%DATADIR%%/icons/text_block.png
-%%DATADIR%%/icons/text_center.png
-%%DATADIR%%/icons/text_force.png
-%%DATADIR%%/icons/textkern.png
-%%DATADIR%%/icons/text_left.png
-%%DATADIR%%/icons/text_right.png
-%%DATADIR%%/icons/textscaleh.png
-%%DATADIR%%/icons/textscalev.png
-%%DATADIR%%/icons/textview.png
-%%DATADIR%%/icons/Text.xpm
-%%DATADIR%%/icons/Tief.xpm
-%%DATADIR%%/icons/tools.png
-%%DATADIR%%/icons/top.png
-%%DATADIR%%/icons/trashcan2.png
-%%DATADIR%%/icons/trashcan.png
-%%DATADIR%%/icons/triangle.png
-%%DATADIR%%/icons/txt.png
-%%DATADIR%%/icons/typography.png
-%%DATADIR%%/icons/u_align.png
-%%DATADIR%%/icons/u_arrow.png
-%%DATADIR%%/icons/u_create.png
-%%DATADIR%%/icons/u_cut.png
-%%DATADIR%%/icons/u_delete.png
-%%DATADIR%%/icons/u_disableprint.png
-%%DATADIR%%/icons/u_enableprint.png
-%%DATADIR%%/icons/u_eps.png
-%%DATADIR%%/icons/u_fill.png
-%%DATADIR%%/icons/u_fliph.png
-%%DATADIR%%/icons/u_flipv.png
-%%DATADIR%%/icons/u_font.png
-%%DATADIR%%/icons/u_group.png
-%%DATADIR%%/icons/u_line.png
-%%DATADIR%%/icons/u_lock.png
-%%DATADIR%%/icons/u_margins_locked.png
-%%DATADIR%%/icons/u_margins.png
-%%DATADIR%%/icons/u_move.png
-%%DATADIR%%/icons/u_multiple.png
-%%DATADIR%%/icons/unlock.png
-%%DATADIR%%/icons/Unlock.xpm
-%%DATADIR%%/icons/Unter.xpm
-%%DATADIR%%/icons/up.png
-%%DATADIR%%/icons/u_redo16.png
-%%DATADIR%%/icons/u_redo.png
-%%DATADIR%%/icons/u_resize.png
-%%DATADIR%%/icons/u_rotate.png
-%%DATADIR%%/icons/u_scale_image.png
-%%DATADIR%%/icons/u_shade.png
-%%DATADIR%%/icons/u_shape.png
-%%DATADIR%%/icons/u_svg.png
-%%DATADIR%%/icons/u_transp.png
-%%DATADIR%%/icons/u_undo16.png
-%%DATADIR%%/icons/u_undo.png
-%%DATADIR%%/icons/u_unlock.png
-%%DATADIR%%/icons/vectorgfx.png
-%%DATADIR%%/icons/viewmag1.png
-%%DATADIR%%/icons/viewmagin.png
-%%DATADIR%%/icons/viewmagout.png
-%%DATADIR%%/icons/view.png
-%%DATADIR%%/icons/vmirror.png
-%%DATADIR%%/icons/Winkel.xpm
-%%DATADIR%%/icons/wizard.png
-%%DATADIR%%/icons/wordsOnly.png
-%%DATADIR%%/icons/Zeichen.xpm
-%%DATADIR%%/loremipsum/arabic.xml
-%%DATADIR%%/loremipsum/czech.xml
-%%DATADIR%%/loremipsum/dutch.xml
-%%DATADIR%%/loremipsum/english.xml
-%%DATADIR%%/loremipsum/eo.xml
-%%DATADIR%%/loremipsum/finnish.xml
-%%DATADIR%%/loremipsum/fr.xml
-%%DATADIR%%/loremipsum/german.xml
-%%DATADIR%%/loremipsum/greek.xml
-%%DATADIR%%/loremipsum/hebrew.xml
-%%DATADIR%%/loremipsum/hu.xml
-%%DATADIR%%/loremipsum/italian.xml
-%%DATADIR%%/loremipsum/loremipsum.xml
-%%DATADIR%%/loremipsum/russian.xml
-%%DATADIR%%/loremipsum/slovenian.xml
-%%DATADIR%%/plugins/barcode.ps
-%%DATADIR%%/plugins/scribus-short-words.rc
-%%DATADIR%%/samples/3columnA4.py
-%%DATADIR%%/samples/3columnUSLTR.py
-%%DATADIR%%/samples/boilerplate.py
-%%DATADIR%%/samples/Calender.py
-%%DATADIR%%/samples/extract_text.py
-%%DATADIR%%/samples/golden-mean.py
-%%DATADIR%%/samples/legende.py
-%%DATADIR%%/samples/moins_10_pourcent_group.py
-%%DATADIR%%/samples/plus_10_pourcent_group.py
-%%DATADIR%%/samples/pochette_cd.py
-%%DATADIR%%/samples/quote.py
-%%DATADIR%%/samples/Sample1.py
-%%DATADIR%%/samples/sample_db_usage.py
-%%DATADIR%%/samples/trait_de_coupe.py
-%%DATADIR%%/samples/wordcount.py
-%%DATADIR%%/scripts/BleedAndPrintMarks.py
-%%DATADIR%%/scripts/CalendarWizard.py
-%%DATADIR%%/scripts/ChangeLog
-%%DATADIR%%/scripts/color2csv.py
-%%DATADIR%%/scripts/ColorChart.py
-%%DATADIR%%/scripts/csv2color.py
-%%DATADIR%%/scripts/DirectImageImport.py
-%%DATADIR%%/scripts/ExtractText.py
-%%DATADIR%%/scripts/FontSample.py
-%%DATADIR%%/scripts/importcsv2table.py
-%%DATADIR%%/scripts/InfoBox.py
-%%DATADIR%%/scripts/NEWS
-%%DATADIR%%/scripts/ReadMe
-%%DATADIR%%/scripts/TODO
-%%DATADIR%%/scripts/UnflipContent.py
-%%DATADIR%%/templates/br1/br1.png
-%%DATADIR%%/templates/br1/br1.sla.gz
-%%DATADIR%%/templates/br1/br1tn.png
-%%DATADIR%%/templates/br1/map.jpg
-%%DATADIR%%/templates/nl1/flowers.jpg
-%%DATADIR%%/templates/nl1/kites.jpg
-%%DATADIR%%/templates/nl1/nl1.png
-%%DATADIR%%/templates/nl1/nl1.sla.gz
-%%DATADIR%%/templates/nl1/nl1tn.png
-%%DATADIR%%/templates/nl1/nl2.png
-%%DATADIR%%/templates/nl1/nl2.sla.gz
-%%DATADIR%%/templates/nl1/nl2tn.png
-%%DATADIR%%/templates/sc_presentation/presentation.png
-%%DATADIR%%/templates/sc_presentation/presentation.sla.gz
-%%DATADIR%%/templates/sc_presentation/presentationtn.png
-%%DATADIR%%/templates/template.xml
-%%DATADIR%%/templates/textbased/an_image.jpg
-%%DATADIR%%/templates/textbased/author.jpg
-%%DATADIR%%/templates/textbased/textbased.png
-%%DATADIR%%/templates/textbased/textbased.sla.gz
-%%DATADIR%%/templates/textbased/textbasedtn.png
-%%DATADIR%%/translations/scribus.af.qm
-%%DATADIR%%/translations/scribus.ar.qm
-%%DATADIR%%/translations/scribus.bg.qm
-%%DATADIR%%/translations/scribus.br.qm
-%%DATADIR%%/translations/scribus.ca.qm
-%%DATADIR%%/translations/scribus.cs.qm
-%%DATADIR%%/translations/scribus.cy.qm
-%%DATADIR%%/translations/scribus.da.qm
-%%DATADIR%%/translations/scribus.de_CH.qm
-%%DATADIR%%/translations/scribus.de_ol.qm
-%%DATADIR%%/translations/scribus.de.qm
-%%DATADIR%%/translations/scribus.dz.qm
-%%DATADIR%%/translations/scribus.el.qm
-%%DATADIR%%/translations/scribus.en_GB.qm
-%%DATADIR%%/translations/scribus.eo.qm
-%%DATADIR%%/translations/scribus.es_LA.qm
-%%DATADIR%%/translations/scribus.es.qm
-%%DATADIR%%/translations/scribus.et.qm
-%%DATADIR%%/translations/scribus.eu.qm
-%%DATADIR%%/translations/scribus.fi.qm
-%%DATADIR%%/translations/scribus.fr.qm
-%%DATADIR%%/translations/scribus.gl.qm
-%%DATADIR%%/translations/scribus.hu.qm
-%%DATADIR%%/translations/scribus.id.qm
-%%DATADIR%%/translations/scribus.it.qm
-%%DATADIR%%/translations/scribus.ja.qm
-%%DATADIR%%/translations/scribus.ko.qm
-%%DATADIR%%/translations/scribus.lt_LT.qm
-%%DATADIR%%/translations/scribus.nb.qm
-%%DATADIR%%/translations/scribus.nl.qm
-%%DATADIR%%/translations/scribus.pl.qm
-%%DATADIR%%/translations/scribus.pt_BR.qm
-%%DATADIR%%/translations/scribus.ru.qm
-%%DATADIR%%/translations/scribus.sk.qm
-%%DATADIR%%/translations/scribus.sl.qm
-%%DATADIR%%/translations/scribus.sq.qm
-%%DATADIR%%/translations/scribus.sr.qm
-%%DATADIR%%/translations/scribus.sv.qm
-%%DATADIR%%/translations/scribus.th_TH.qm
-%%DATADIR%%/translations/scribus.tr.qm
-%%DATADIR%%/translations/scribus.uk.qm
-%%DATADIR%%/translations/scribus.zh.qm
-%%DATADIR%%/translations/scribus.zh_TW.qm
-%%DOCSDIR%%/AUTHORS
-%%DOCSDIR%%/BUILDING
-%%DOCSDIR%%/ChangeLog
-%%DOCSDIR%%/ChangeLogSVN
-%%DOCSDIR%%/COPYING
-%%DOCSDIR%%/cs/tutorials/scribus-short-words/after_short_words.png
-%%DOCSDIR%%/cs/tutorials/scribus-short-words/before_short_words.png
-%%DOCSDIR%%/cs/tutorials/scribus-short-words/dialog.png
-%%DOCSDIR%%/cs/tutorials/scribus-short-words/menu.png
-%%DOCSDIR%%/cs/tutorials/scribus-short-words/menu.xml
-%%DOCSDIR%%/cs/tutorials/scribus-short-words/short-words-manual.html
-%%DOCSDIR%%/de/about1.html
-%%DOCSDIR%%/de/about2.html
-%%DOCSDIR%%/de/cms2.html
-%%DOCSDIR%%/de/cms3.html
-%%DOCSDIR%%/de/cms4.html
-%%DOCSDIR%%/de/cms.html
-%%DOCSDIR%%/de/codingstandards.html
-%%DOCSDIR%%/de/color1.html
-%%DOCSDIR%%/de/contributions.html
-%%DOCSDIR%%/de/cross-platform.html
-%%DOCSDIR%%/de/cups.html
-%%DOCSDIR%%/de/developers.html
-%%DOCSDIR%%/de/doccopyright.html
-%%DOCSDIR%%/de/docinfo.html
-%%DOCSDIR%%/de/documentation.html
-%%DOCSDIR%%/de/download.html
-%%DOCSDIR%%/de/faq1.html
-%%DOCSDIR%%/de/faq2.html
-%%DOCSDIR%%/de/faq3.html
-%%DOCSDIR%%/de/fonts1.html
-%%DOCSDIR%%/de/fonts2.html
-%%DOCSDIR%%/de/fonts3.html
-%%DOCSDIR%%/de/fonts4.html
-%%DOCSDIR%%/de/fonts5.html
-%%DOCSDIR%%/de/fonts-win32.html
-%%DOCSDIR%%/de/gettexthowto.html
-%%DOCSDIR%%/de/gsfont.html
-%%DOCSDIR%%/de/gsview.html
-%%DOCSDIR%%/de/hyphenator.html
-%%DOCSDIR%%/de/importhints1.html
-%%DOCSDIR%%/de/importhints2.html
-%%DOCSDIR%%/de/importhints3.html
-%%DOCSDIR%%/de/importhints4.html
-%%DOCSDIR%%/de/importhints.html
-%%DOCSDIR%%/de/index.html
-%%DOCSDIR%%/de/install1.html
-%%DOCSDIR%%/de/install2.html
-%%DOCSDIR%%/de/install3.html
-%%DOCSDIR%%/de/install4.html
-%%DOCSDIR%%/de/install5.html
-%%DOCSDIR%%/de/install-dpkg.html
-%%DOCSDIR%%/de/install.html
-%%DOCSDIR%%/de/intro.html
-%%DOCSDIR%%/de/irc.html
-%%DOCSDIR%%/de/javascriptpdf.html
-%%DOCSDIR%%/de/keys.html
-%%DOCSDIR%%/de/layers.html
-%%DOCSDIR%%/de/machints1.html
-%%DOCSDIR%%/de/machints2.html
-%%DOCSDIR%%/de/menu.xml
-%%DOCSDIR%%/de/moncal.html
-%%DOCSDIR%%/de/mouse.html
-%%DOCSDIR%%/de/otherinfo.html
-%%DOCSDIR%%/de/pagetemplate1.html
-%%DOCSDIR%%/de/parallel-install.html
-%%DOCSDIR%%/de/pdfexport1.html
-%%DOCSDIR%%/de/pdfexport2.html
-%%DOCSDIR%%/de/pdfexport3.html
-%%DOCSDIR%%/de/pdfexport4.html
-%%DOCSDIR%%/de/pdf_form.html
-%%DOCSDIR%%/de/pdflavor.html
-%%DOCSDIR%%/de/pdfx3.html
-%%DOCSDIR%%/de/plugin_howto.html
-%%DOCSDIR%%/de/prepress.html
-%%DOCSDIR%%/de/print1.html
-%%DOCSDIR%%/de/print2.html
-%%DOCSDIR%%/de/print3.html
-%%DOCSDIR%%/de/psd.html
-%%DOCSDIR%%/de/readme.html
-%%DOCSDIR%%/de/readme-os2.html
-%%DOCSDIR%%/de/readme-win32.html
-%%DOCSDIR%%/de/resources.html
-%%DOCSDIR%%/de/scprinters.html
-%%DOCSDIR%%/de/scribuscopyright.html
-%%DOCSDIR%%/de/scribusfileformat.html
-%%DOCSDIR%%/de/scribus-svg.html
-%%DOCSDIR%%/de/scripter1.html
-%%DOCSDIR%%/de/scripterapi-color.html
-%%DOCSDIR%%/de/scripterapi-constants.html
-%%DOCSDIR%%/de/scripterapi-dialogs.html
-%%DOCSDIR%%/de/scripterapi-doc.html
-%%DOCSDIR%%/de/scripterapi-font.html
-%%DOCSDIR%%/de/scripterapi-getobjprop.html
-%%DOCSDIR%%/de/scripterapi.html
-%%DOCSDIR%%/de/scripterapi-ImageExport.html
-%%DOCSDIR%%/de/scripterapi-layer.html
-%%DOCSDIR%%/de/scripterapi-manobj.html
-%%DOCSDIR%%/de/scripterapi-object.html
-%%DOCSDIR%%/de/scripterapi-page.html
-%%DOCSDIR%%/de/scripterapi-PDFfile.html
-%%DOCSDIR%%/de/scripterapi-Printer.html
-%%DOCSDIR%%/de/scripterapi-pydoc.html
-%%DOCSDIR%%/de/scripterapi-select.html
-%%DOCSDIR%%/de/scripterapi-setobjprop.html
-%%DOCSDIR%%/de/scripterapi-textframes.html
-%%DOCSDIR%%/de/scripter-extensions.html
-%%DOCSDIR%%/de/scripter-faq.html
-%%DOCSDIR%%/de/settings1.html
-%%DOCSDIR%%/de/short-words.html
-%%DOCSDIR%%/de/specs.html
-%%DOCSDIR%%/de/toolbox10.html
-%%DOCSDIR%%/de/toolbox11.html
-%%DOCSDIR%%/de/toolbox12.html
-%%DOCSDIR%%/de/toolbox13.html
-%%DOCSDIR%%/de/toolbox14.html
-%%DOCSDIR%%/de/toolbox15.html
-%%DOCSDIR%%/de/toolbox16.html
-%%DOCSDIR%%/de/toolbox1.html
-%%DOCSDIR%%/de/toolbox2.html
-%%DOCSDIR%%/de/toolbox3.html
-%%DOCSDIR%%/de/toolbox4.html
-%%DOCSDIR%%/de/toolbox5.html
-%%DOCSDIR%%/de/toolbox6.html
-%%DOCSDIR%%/de/toolbox7.html
-%%DOCSDIR%%/de/toolbox8.html
-%%DOCSDIR%%/de/toolbox9.html
-%%DOCSDIR%%/de/toolbox.html
-%%DOCSDIR%%/de/topten.html
-%%DOCSDIR%%/de/translation_howto.html
-%%DOCSDIR%%/de/tutorials.html
-%%DOCSDIR%%/en/about1.html
-%%DOCSDIR%%/en/about2.html
-%%DOCSDIR%%/en/cms2.html
-%%DOCSDIR%%/en/cms3.html
-%%DOCSDIR%%/en/cms4.html
-%%DOCSDIR%%/en/cms.html
-%%DOCSDIR%%/en/codingstandards.html
-%%DOCSDIR%%/en/color1.html
-%%DOCSDIR%%/en/contributions.html
-%%DOCSDIR%%/en/cross-platform.html
-%%DOCSDIR%%/en/cups.html
-%%DOCSDIR%%/en/developers.html
-%%DOCSDIR%%/en/docchanges.html
-%%DOCSDIR%%/en/doccopyright.html
-%%DOCSDIR%%/en/docinfo.html
-%%DOCSDIR%%/en/documentation.html
-%%DOCSDIR%%/en/download.html
-%%DOCSDIR%%/en/faq1.html
-%%DOCSDIR%%/en/faq2.html
-%%DOCSDIR%%/en/faq3.html
-%%DOCSDIR%%/en/fonts1.html
-%%DOCSDIR%%/en/fonts2.html
-%%DOCSDIR%%/en/fonts3.html
-%%DOCSDIR%%/en/fonts4.html
-%%DOCSDIR%%/en/fonts5.html
-%%DOCSDIR%%/en/fonts-win32.html
-%%DOCSDIR%%/en/gettexthowto.html
-%%DOCSDIR%%/en/gsadv.html
-%%DOCSDIR%%/en/gsfont.html
-%%DOCSDIR%%/en/gsview.html
-%%DOCSDIR%%/en/hyphenator.html
-%%DOCSDIR%%/en/images/acro1.png
-%%DOCSDIR%%/en/images/acro2.png
-%%DOCSDIR%%/en/images/acro3.png
-%%DOCSDIR%%/en/images/acroinfo.png
-%%DOCSDIR%%/en/images/acropass.png
-%%DOCSDIR%%/en/images/acroreader5.1.png
-%%DOCSDIR%%/en/images/acrosec.png
-%%DOCSDIR%%/en/images/after_short_words.png
-%%DOCSDIR%%/en/images/batik1.png
-%%DOCSDIR%%/en/images/before_short_words.png
-%%DOCSDIR%%/en/images/cmsmodify1.png
-%%DOCSDIR%%/en/images/cmspanel.png
-%%DOCSDIR%%/en/images/colormanager1.png
-%%DOCSDIR%%/en/images/colormanager2.png
-%%DOCSDIR%%/en/images/colormgmtscreen.png
-%%DOCSDIR%%/en/images/cups1.png
-%%DOCSDIR%%/en/images/cups2.png
-%%DOCSDIR%%/en/images/cwheel1.png
-%%DOCSDIR%%/en/images/cwheel2.png
-%%DOCSDIR%%/en/images/docheader1.png
-%%DOCSDIR%%/en/images/docheader2.png
-%%DOCSDIR%%/en/images/docinfo2.png
-%%DOCSDIR%%/en/images/docinfo.png
-%%DOCSDIR%%/en/images/fontmatrix.png
-%%DOCSDIR%%/en/images/fontpref1.png
-%%DOCSDIR%%/en/images/fontpref2.png
-%%DOCSDIR%%/en/images/fontpref3.png
-%%DOCSDIR%%/en/images/fontpref4.png
-%%DOCSDIR%%/en/images/fontprev.png
-%%DOCSDIR%%/en/images/fonts2.png
-%%DOCSDIR%%/en/images/fonts3.png
-%%DOCSDIR%%/en/images/fonts4.png
-%%DOCSDIR%%/en/images/fontsampler2.png
-%%DOCSDIR%%/en/images/fontsampler.png
-%%DOCSDIR%%/en/images/fonts.png
-%%DOCSDIR%%/en/images/formularz_export_PDF.png
-%%DOCSDIR%%/en/images/formularz_js_skrypt.png
-%%DOCSDIR%%/en/images/formularz_js_sprawdzanie.png
-%%DOCSDIR%%/en/images/formularz_nowy.png
-%%DOCSDIR%%/en/images/formularz_pole_num.png
-%%DOCSDIR%%/en/images/gammagrayscale.png
-%%DOCSDIR%%/en/images/gimpoptions1.png
-%%DOCSDIR%%/en/images/gimpoptions2.png
-%%DOCSDIR%%/en/images/gimpoptions3.png
-%%DOCSDIR%%/en/images/gsadv1.png
-%%DOCSDIR%%/en/images/gsadv2.png
-%%DOCSDIR%%/en/images/gsadv3.png
-%%DOCSDIR%%/en/images/htmlimport.png
-%%DOCSDIR%%/en/images/htmlstyle.png
-%%DOCSDIR%%/en/images/hyphen1.png
-%%DOCSDIR%%/en/images/hyphen2.png
-%%DOCSDIR%%/en/images/hyphen3.png
-%%DOCSDIR%%/en/images/imageeffects.png
-%%DOCSDIR%%/en/images/inkscape.png
-%%DOCSDIR%%/en/images/kfontinstaller.png
-%%DOCSDIR%%/en/images/ksnapshot.png
-%%DOCSDIR%%/en/images/layers1.png
-%%DOCSDIR%%/en/images/layers2.png
-%%DOCSDIR%%/en/images/lprof.png
-%%DOCSDIR%%/en/images/monprof1.png
-%%DOCSDIR%%/en/images/monprof2.png
-%%DOCSDIR%%/en/images/monprof3.png
-%%DOCSDIR%%/en/images/monprof4.png
-%%DOCSDIR%%/en/images/oochart.png
-%%DOCSDIR%%/en/images/ooeps1.png
-%%DOCSDIR%%/en/images/oogettext1.png
-%%DOCSDIR%%/en/images/pagenumbering.png
-%%DOCSDIR%%/en/images/pagetemplate1.png
-%%DOCSDIR%%/en/images/pdfeffect1.png
-%%DOCSDIR%%/en/images/pdfeffect2.png
-%%DOCSDIR%%/en/images/pdfx3-1.png
-%%DOCSDIR%%/en/images/pdfxcolor.png
-%%DOCSDIR%%/en/images/pdfxintent.png
-%%DOCSDIR%%/en/images/prefs10.png
-%%DOCSDIR%%/en/images/prefs11.png
-%%DOCSDIR%%/en/images/prefs12.png
-%%DOCSDIR%%/en/images/prefs15.png
-%%DOCSDIR%%/en/images/prefs2.png
-%%DOCSDIR%%/en/images/prefs3.png
-%%DOCSDIR%%/en/images/prefs4.png
-%%DOCSDIR%%/en/images/prefs5.png
-%%DOCSDIR%%/en/images/prefs6.png
-%%DOCSDIR%%/en/images/prefs8.png
-%%DOCSDIR%%/en/images/prefsblgrid1.png
-%%DOCSDIR%%/en/images/prefsdisplay.png
-%%DOCSDIR%%/en/images/prefs-mac-1.png
-%%DOCSDIR%%/en/images/prefs.png
-%%DOCSDIR%%/en/images/printer1.png
-%%DOCSDIR%%/en/images/printer2.png
-%%DOCSDIR%%/en/images/printer3.png
-%%DOCSDIR%%/en/images/printpreview.png
-%%DOCSDIR%%/en/images/printseps.png
-%%DOCSDIR%%/en/images/pstoedit1.png
-%%DOCSDIR%%/en/images/RDF.png
-%%DOCSDIR%%/en/images/result.png
-%%DOCSDIR%%/en/images/scribus2.png
-%%DOCSDIR%%/en/images/scribuscms1.png
-%%DOCSDIR%%/en/images/scribustru4.png
-%%DOCSDIR%%/en/images/Scripter_error_string.png
-%%DOCSDIR%%/en/images/Scripter.png
-%%DOCSDIR%%/en/images/siatka_jednostki_miar.png
-%%DOCSDIR%%/en/images/siatka_menu.png
-%%DOCSDIR%%/en/images/spinbox1.png
-%%DOCSDIR%%/en/images/svg1.png
-%%DOCSDIR%%/en/images/swdialog.png
-%%DOCSDIR%%/en/images/swmenu.png
-%%DOCSDIR%%/en/images/symbole.png
-%%DOCSDIR%%/en/images/ulica.png
-%%DOCSDIR%%/en/images/wlasciwosci_pola.png
-%%DOCSDIR%%/en/images/wyslij_formularz.png
-%%DOCSDIR%%/en/images/xnview.png
-%%DOCSDIR%%/en/importhints1.html
-%%DOCSDIR%%/en/importhints2.html
-%%DOCSDIR%%/en/importhints3.html
-%%DOCSDIR%%/en/importhints4.html
-%%DOCSDIR%%/en/importhints.html
-%%DOCSDIR%%/en/index.html
-%%DOCSDIR%%/en/install1.html
-%%DOCSDIR%%/en/install2.html
-%%DOCSDIR%%/en/install3.html
-%%DOCSDIR%%/en/install4.html
-%%DOCSDIR%%/en/install5.html
-%%DOCSDIR%%/en/install-dpkg.html
-%%DOCSDIR%%/en/install.html
-%%DOCSDIR%%/en/intro.html
-%%DOCSDIR%%/en/irc.html
-%%DOCSDIR%%/en/javascriptpdf.html
-%%DOCSDIR%%/en/keys.html
-%%DOCSDIR%%/en/layers.html
-%%DOCSDIR%%/en/lipsum.html
-%%DOCSDIR%%/en/machints1.html
-%%DOCSDIR%%/en/machints2.html
-%%DOCSDIR%%/en/mailing_lists.html
-%%DOCSDIR%%/en/menu.xml
-%%DOCSDIR%%/en/moncal.html
-%%DOCSDIR%%/en/mouse.html
-%%DOCSDIR%%/en/otherinfo.html
-%%DOCSDIR%%/en/pagenumber.html
-%%DOCSDIR%%/en/pagetemplate1.html
-%%DOCSDIR%%/en/parallel-install.html
-%%DOCSDIR%%/en/pdfexport1.html
-%%DOCSDIR%%/en/pdfexport2.html
-%%DOCSDIR%%/en/pdfexport3.html
-%%DOCSDIR%%/en/pdfexport4.html
-%%DOCSDIR%%/en/pdf_form.html
-%%DOCSDIR%%/en/pdflavor.html
-%%DOCSDIR%%/en/pdfx3.html
-%%DOCSDIR%%/en/plugin_howto.html
-%%DOCSDIR%%/en/prepress.html
-%%DOCSDIR%%/en/print1.html
-%%DOCSDIR%%/en/print2.html
-%%DOCSDIR%%/en/print3.html
-%%DOCSDIR%%/en/psd.html
-%%DOCSDIR%%/en/readme.html
-%%DOCSDIR%%/en/readme-os2.html
-%%DOCSDIR%%/en/readme-win32.html
-%%DOCSDIR%%/en/resources.html
-%%DOCSDIR%%/en/scprinters.html
-%%DOCSDIR%%/en/scribuscopyright.html
-%%DOCSDIR%%/en/scribusfileformat.html
-%%DOCSDIR%%/en/scribus-svg.html
-%%DOCSDIR%%/en/scripter1.html
-%%DOCSDIR%%/en/scripterapi-color.html
-%%DOCSDIR%%/en/scripterapi-constants.html
-%%DOCSDIR%%/en/scripterapi-dialogs.html
-%%DOCSDIR%%/en/scripterapi-doc.html
-%%DOCSDIR%%/en/scripterapi-font.html
-%%DOCSDIR%%/en/scripterapi-getobjprop.html
-%%DOCSDIR%%/en/scripterapi.html
-%%DOCSDIR%%/en/scripterapi-ImageExport.html
-%%DOCSDIR%%/en/scripterapi-layer.html
-%%DOCSDIR%%/en/scripterapi-manobj.html
-%%DOCSDIR%%/en/scripterapi-object.html
-%%DOCSDIR%%/en/scripterapi-page.html
-%%DOCSDIR%%/en/scripterapi-PDFfile.html
-%%DOCSDIR%%/en/scripterapi-Printer.html
-%%DOCSDIR%%/en/scripterapi-pydoc.html
-%%DOCSDIR%%/en/scripterapi-select.html
-%%DOCSDIR%%/en/scripterapi-setobjprop.html
-%%DOCSDIR%%/en/scripterapi-textframes.html
-%%DOCSDIR%%/en/scripter-extensions.html
-%%DOCSDIR%%/en/scripter-faq.html
-%%DOCSDIR%%/en/settings1.html
-%%DOCSDIR%%/en/short-words.html
-%%DOCSDIR%%/en/specs.html
-%%DOCSDIR%%/en/toolbox10.html
-%%DOCSDIR%%/en/toolbox11.html
-%%DOCSDIR%%/en/toolbox12.html
-%%DOCSDIR%%/en/toolbox13.html
-%%DOCSDIR%%/en/toolbox14.html
-%%DOCSDIR%%/en/toolbox15.html
-%%DOCSDIR%%/en/toolbox16.html
-%%DOCSDIR%%/en/toolbox1.html
-%%DOCSDIR%%/en/toolbox2.html
-%%DOCSDIR%%/en/toolbox3.html
-%%DOCSDIR%%/en/toolbox4.html
-%%DOCSDIR%%/en/toolbox5.html
-%%DOCSDIR%%/en/toolbox6.html
-%%DOCSDIR%%/en/toolbox7.html
-%%DOCSDIR%%/en/toolbox8.html
-%%DOCSDIR%%/en/toolbox9.html
-%%DOCSDIR%%/en/toolbox.html
-%%DOCSDIR%%/en/topten.html
-%%DOCSDIR%%/en/translation_howto.html
-%%DOCSDIR%%/en/tutorials.html
-%%DOCSDIR%%/en/tutorials/scribus-short-words/after_short_words.png
-%%DOCSDIR%%/en/tutorials/scribus-short-words/before_short_words.png
-%%DOCSDIR%%/en/tutorials/scribus-short-words/dialog.png
-%%DOCSDIR%%/en/tutorials/scribus-short-words/menu.png
-%%DOCSDIR%%/en/tutorials/scribus-short-words/menu.xml
-%%DOCSDIR%%/en/tutorials/scribus-short-words/short-words-manual.html
-%%DOCSDIR%%/en/wine.html
-%%DOCSDIR%%/fr/about1.html
-%%DOCSDIR%%/fr/about2.html
-%%DOCSDIR%%/fr/cms2.html
-%%DOCSDIR%%/fr/cms3.html
-%%DOCSDIR%%/fr/cms4.html
-%%DOCSDIR%%/fr/cms.html
-%%DOCSDIR%%/fr/codingstandards.html
-%%DOCSDIR%%/fr/contributions.html
-%%DOCSDIR%%/fr/cross-platform.html
-%%DOCSDIR%%/fr/developers.html
-%%DOCSDIR%%/fr/docchanges.html
-%%DOCSDIR%%/fr/doccopyright.html
-%%DOCSDIR%%/fr/docinfo.html
-%%DOCSDIR%%/fr/download.html
-%%DOCSDIR%%/fr/fonts1.html
-%%DOCSDIR%%/fr/fonts2.html
-%%DOCSDIR%%/fr/fonts3.html
-%%DOCSDIR%%/fr/fonts4.html
-%%DOCSDIR%%/fr/fonts5.html
-%%DOCSDIR%%/fr/fonts-win32.html
-%%DOCSDIR%%/fr/gettexthowto.html
-%%DOCSDIR%%/fr/gsfont.html
-%%DOCSDIR%%/fr/hyphenator.html
-%%DOCSDIR%%/fr/importhints1.html
-%%DOCSDIR%%/fr/importhints2.html
-%%DOCSDIR%%/fr/importhints4.html
-%%DOCSDIR%%/fr/importhints.html
-%%DOCSDIR%%/fr/index.html
-%%DOCSDIR%%/fr/install1.html
-%%DOCSDIR%%/fr/install2.html
-%%DOCSDIR%%/fr/install3.html
-%%DOCSDIR%%/fr/install-dpkg.html
-%%DOCSDIR%%/fr/install.html
-%%DOCSDIR%%/fr/intro.html
-%%DOCSDIR%%/fr/irc.html
-%%DOCSDIR%%/fr/javascriptpdf.html
-%%DOCSDIR%%/fr/keys.html
-%%DOCSDIR%%/fr/lipsum.html
-%%DOCSDIR%%/fr/machints1.html
-%%DOCSDIR%%/fr/machints2.html
-%%DOCSDIR%%/fr/menu.xml
-%%DOCSDIR%%/fr/moncal.html
-%%DOCSDIR%%/fr/mouse.html
-%%DOCSDIR%%/fr/otherinfo.html
-%%DOCSDIR%%/fr/pagetemplate1.html
-%%DOCSDIR%%/fr/parallel-install.html
-%%DOCSDIR%%/fr/pdfexport1.html
-%%DOCSDIR%%/fr/pdfexport2.html
-%%DOCSDIR%%/fr/pdfexport3.html
-%%DOCSDIR%%/fr/pdfexport4.html
-%%DOCSDIR%%/fr/pdf_form.html
-%%DOCSDIR%%/fr/pdflavor.html
-%%DOCSDIR%%/fr/pdfx3.html
-%%DOCSDIR%%/fr/plugin_howto.html
-%%DOCSDIR%%/fr/readme.html
-%%DOCSDIR%%/fr/readme-win32.html
-%%DOCSDIR%%/fr/resources.html
-%%DOCSDIR%%/fr/scprinters.html
-%%DOCSDIR%%/fr/scribus_basic.html
-%%DOCSDIR%%/fr/scribuscopyright.html
-%%DOCSDIR%%/fr/scribusfileformat.html
-%%DOCSDIR%%/fr/scribus-svg.html
-%%DOCSDIR%%/fr/scripter1.html
-%%DOCSDIR%%/fr/scripterapi-color.html
-%%DOCSDIR%%/fr/scripterapi-constants.html
-%%DOCSDIR%%/fr/scripterapi-dialogs.html
-%%DOCSDIR%%/fr/scripterapi-doc.html
-%%DOCSDIR%%/fr/scripterapi-font.html
-%%DOCSDIR%%/fr/scripterapi-getobjprop.html
-%%DOCSDIR%%/fr/scripterapi.html
-%%DOCSDIR%%/fr/scripterapi-ImageExport.html
-%%DOCSDIR%%/fr/scripterapi-layer.html
-%%DOCSDIR%%/fr/scripterapi-manobj.html
-%%DOCSDIR%%/fr/scripterapi-object.html
-%%DOCSDIR%%/fr/scripterapi-page.html
-%%DOCSDIR%%/fr/scripterapi-PDFfile.html
-%%DOCSDIR%%/fr/scripterapi-Printer.html
-%%DOCSDIR%%/fr/scripterapi-pydoc.html
-%%DOCSDIR%%/fr/scripterapi-select.html
-%%DOCSDIR%%/fr/scripterapi-setobjprop.html
-%%DOCSDIR%%/fr/scripterapi-textframes.html
-%%DOCSDIR%%/fr/scripter-extensions.html
-%%DOCSDIR%%/fr/scripter-faq.html
-%%DOCSDIR%%/fr/settings1.html
-%%DOCSDIR%%/fr/short-words.html
-%%DOCSDIR%%/fr/short-words-manual.html
-%%DOCSDIR%%/fr/specs.html
-%%DOCSDIR%%/fr/toolbox10.html
-%%DOCSDIR%%/fr/toolbox11.html
-%%DOCSDIR%%/fr/toolbox12.html
-%%DOCSDIR%%/fr/toolbox13.html
-%%DOCSDIR%%/fr/toolbox1.html
-%%DOCSDIR%%/fr/toolbox2.html
-%%DOCSDIR%%/fr/toolbox3.html
-%%DOCSDIR%%/fr/toolbox4.html
-%%DOCSDIR%%/fr/toolbox5.html
-%%DOCSDIR%%/fr/toolbox6.html
-%%DOCSDIR%%/fr/toolbox7.html
-%%DOCSDIR%%/fr/toolbox8.html
-%%DOCSDIR%%/fr/toolbox9.html
-%%DOCSDIR%%/fr/toolbox.html
-%%DOCSDIR%%/fr/tutorials/scribus-short-words/after_short_words.png
-%%DOCSDIR%%/fr/tutorials/scribus-short-words/before_short_words.png
-%%DOCSDIR%%/fr/tutorials/scribus-short-words/dialog.png
-%%DOCSDIR%%/fr/tutorials/scribus-short-words/menu.png
-%%DOCSDIR%%/fr/tutorials/scribus-short-words/menu.xml
-%%DOCSDIR%%/fr/tutorials/scribus-short-words/short-words-manual.html
-%%DOCSDIR%%/pl/tutorials/scribus-short-words/after_short_words.png
-%%DOCSDIR%%/pl/tutorials/scribus-short-words/before_short_words.png
-%%DOCSDIR%%/pl/tutorials/scribus-short-words/dialog.png
-%%DOCSDIR%%/pl/tutorials/scribus-short-words/menu.png
-%%DOCSDIR%%/pl/tutorials/scribus-short-words/menu.xml
-%%DOCSDIR%%/pl/tutorials/scribus-short-words/short-words-manual.html
-%%DOCSDIR%%/INSTALL
-%%DOCSDIR%%/NEWS
-%%DOCSDIR%%/PACKAGING
-%%DOCSDIR%%/README
-%%DOCSDIR%%/README.MacOSX
-%%DOCSDIR%%/README.OS2
-%%DOCSDIR%%/TODO
-@dirrm lib/scribus/keysets
-@dirrm lib/scribus/plugins/gettext
-@dirrm lib/scribus/plugins
-@dirrm lib/scribus/profiles
-@dirrm lib/scribus/swatches
-@dirrm lib/scribus
-@dirrmtry share/mimelnk/application
-@dirrmtry share/mimelnk
-@dirrmtry share/mime/packages
-@dirrmtry share/mime
-@dirrm %%DATADIR%%/dicts
-@dirrm %%DATADIR%%/dtd
-@dirrm %%DATADIR%%/icons
-@dirrm %%DATADIR%%/loremipsum
-@dirrm %%DATADIR%%/plugins
-@dirrm %%DATADIR%%/samples
-@dirrm %%DATADIR%%/scripts
-@dirrm %%DATADIR%%/templates/br1
-@dirrm %%DATADIR%%/templates/nl1
-@dirrm %%DATADIR%%/templates/sc_presentation
-@dirrm %%DATADIR%%/templates/textbased
-@dirrm %%DATADIR%%/templates
-@dirrm %%DATADIR%%/translations
-@dirrm %%DATADIR%%
-@dirrm %%DOCSDIR%%/cs/tutorials/scribus-short-words
-@dirrm %%DOCSDIR%%/cs/tutorials
-@dirrm %%DOCSDIR%%/cs
-@dirrm %%DOCSDIR%%/de
-@dirrm %%DOCSDIR%%/en/images
-@dirrm %%DOCSDIR%%/en/tutorials/scribus-short-words
-@dirrm %%DOCSDIR%%/en/tutorials
-@dirrm %%DOCSDIR%%/en
-@dirrm %%DOCSDIR%%/fr/tutorials/scribus-short-words
-@dirrm %%DOCSDIR%%/fr/tutorials
-@dirrm %%DOCSDIR%%/fr
-@dirrm %%DOCSDIR%%/pl/tutorials/scribus-short-words
-@dirrm %%DOCSDIR%%/pl/tutorials
-@dirrm %%DOCSDIR%%/pl
-@dirrm %%DOCSDIR%%