Add print/lyx15, a document processor interfaced with LaTeX

(current stable version repocopied from print/lyx).

PR:		ports/116357
Submitted by:	Ullrich Franke <trash.esiac (at) googlemail.com>
This commit is contained in:
Thierry Thomas 2007-10-08 09:17:06 +00:00
parent f2590db57d
commit c28ba0b19c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201078
7 changed files with 590 additions and 346 deletions

View file

@ -165,6 +165,7 @@
SUBDIR += lprps-a4 SUBDIR += lprps-a4
SUBDIR += lprps-letter SUBDIR += lprps-letter
SUBDIR += lyx SUBDIR += lyx
SUBDIR += lyx15
SUBDIR += magicfilter SUBDIR += magicfilter
SUBDIR += makeindex SUBDIR += makeindex
SUBDIR += mapagi SUBDIR += mapagi

View file

@ -6,7 +6,7 @@
# #
PORTNAME= lyx PORTNAME= lyx
PORTVERSION= 1.4.4 PORTVERSION= 1.5.1
CATEGORIES= print CATEGORIES= print
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
ftp://ftp.planetmirror.com/pub/lyx/stable/ \ ftp://ftp.planetmirror.com/pub/lyx/stable/ \
@ -17,29 +17,40 @@ MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
ftp://ftp.chg.ru/pub/X11/lyx/stable/ \ ftp://ftp.chg.ru/pub/X11/lyx/stable/ \
http://lyx.mirror.fr/stable/ http://lyx.mirror.fr/stable/
MAINTAINER= mi@aldan.algebra.com MAINTAINER= trash.esiac@gmail.com
COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) (stable)
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
${X11BASE}/lib/X11/fonts/texcm-ttf/cmex10.ttf:${PORTSDIR}/x11-fonts/texcm-ttf
LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost
OPTIONS= QT "Use Qt (instead of XForms)" ${QT_PRESENT} \ LATEST_LINK= lyx15
ASPELL "Utilize ASPELL library" on \ CFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS}
OPTIONS= ASPELL "Utilize ASPELL library" on \
AIKSAUR "Build Aiksaurus support (English thesaurus)" on \ AIKSAUR "Build Aiksaurus support (English thesaurus)" on \
ISPELL "Depend on ISPELL as well" off NLS "Native language support" On \
INCGT "Use the included Gettext library" off
ALL_TARGET= all check ALL_TARGET= all check
USE_BZIP2= yes USE_BZIP2= yes
USE_GNOME= gnometarget lthack USE_GNOME= gnometarget lthack
USE_PERL5= yes USE_PERL5= yes
USE_PYTHON= yes USE_PYTHON= yes
USE_GETTEXT= yes
USE_GMAKE= yes USE_GMAKE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_QT_VER= 4
QT_COMPONENTS= gui corelib moc uic
CONFLICTS= lyx-1.4.*
EXTRACT_AFTER_ARGS=| ${TAR} -xf - --exclude ${PORTNAME}-${PORTVERSION}/intl/*.[ch] --exclude ${PORTNAME}-${PORTVERSION}/boost EXTRACT_AFTER_ARGS=| ${TAR} -xf - --exclude ${PORTNAME}-${PORTVERSION}/intl/*.[ch] --exclude ${PORTNAME}-${PORTVERSION}/boost
CONFIGURE_ARGS= --with-extra-lib="${LOCALBASE}/lib" \ CONFIGURE_ARGS= --with-extra-lib="${LOCALBASE}/lib" \
--with-extra-inc="${LOCALBASE}/include/Qt* ${LOCALBASE}/include" \
--without-included-boost \ --without-included-boost \
--with-extra-inc="${LOCALBASE}/include" --with-frontend=qt4
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}" AUTOHEADER="${TRUE}"
MAN1= lyx.1 tex2lyx.1 lyxclient.1 MAN1= lyx.1 tex2lyx.1 lyxclient.1
@ -51,9 +62,7 @@ post-patch:
${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \ ${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \
${WRKSRC}/src/support/debugstream.h ${WRKSRC}/src/support/debugstream.h
${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \ ${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
${WRKSRC}/src/support/filetools.C ${WRKSRC}/src/support/filetools.cpp
${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
${WRKSRC}/src/support/tests/test_*
pre-configure: pre-configure:
# If the installed Boost is 1.34 or later, we must compile # If the installed Boost is 1.34 or later, we must compile
@ -75,25 +84,13 @@ PLIST_SUB+= PSRES=
PLIST_SUB+= PSRES='@comment ' PLIST_SUB+= PSRES='@comment '
.endif .endif
.if defined(WITH_AIKSAUR) .if !defined(WITHOUT_AIKSAUR)
LIB_DEPENDS+= Aiksaurus:${PORTSDIR}/textproc/aiksaurus LIB_DEPENDS+= Aiksaurus:${PORTSDIR}/textproc/aiksaurus
.else .else
CONFIGURE_ARGS+=--without-aiksaurus CONFIGURE_ARGS+=--without-aiksaurus
.endif .endif
.if defined(WITH_QT) .if !defined(WITHOUT_ASPELL)
LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33
CONFIGURE_ARGS+= --with-frontend=qt
CFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS}
RUN_DEPENDS+= ${X11BASE}/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_XPM= yes
.endif
.if defined(WITH_ASPELL)
LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
CONFIGURE_ARGS+= --with-pspell \ CONFIGURE_ARGS+= --with-pspell \
--with-pspell-lib="${LOCALBASE}/lib" \ --with-pspell-lib="${LOCALBASE}/lib" \
@ -102,22 +99,16 @@ CONFIGURE_ARGS+= --with-pspell \
CONFIGURE_ARGS+=--without-aspell --without-pspell CONFIGURE_ARGS+=--without-aspell --without-pspell
.endif .endif
.if defined(WITH_ISPELL) .if !defined(WITHOUT_NLS)
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .if defined(WITH_INCGT)
CONFIGURE_ARGS+= --with-included-gettext
.else .else
CONFIGURE_ARGS+=--without-ispell USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif .endif
.if exists(${X11BASE}/lib/libqt-mt.prl)
QT_PRESENT= on
.else .else
QT_PRESENT= off CONFIGURE_ARGS+= --disable-nls
.endif PLIST_SUB+= NLS="@comment "
.if ${OSVERSION} < 500035
CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30
.elif ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++
#BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
.endif .endif
.include <bsd.port.post.mk> .include <bsd.port.post.mk>

View file

@ -1,3 +1,6 @@
MD5 (lyx-1.4.4.tar.bz2) = 2e778eba4191c5f9fb2cafa7901c322c MD5 (lyx-1.5.1.tar.gz) = 7a06523d99c27ba5a0baebc5664024ba
SHA256 (lyx-1.4.4.tar.bz2) = 5f48996c4217093d5cfaa9566cc4349cbfeb65ac12cd1b996ac6a5b5e4480307 SHA256 (lyx-1.5.1.tar.gz) = 9f1000ee9473becb9cc46acdf6517d8182a5f679c18ff623df436d172c068e3a
SIZE (lyx-1.4.4.tar.bz2) = 7859197 SIZE (lyx-1.5.1.tar.gz) = 10115219
MD5 (lyx-1.5.1.tar.bz2) = 0ae3b9ccb2aa74776be4af8c199dbbe9
SHA256 (lyx-1.5.1.tar.bz2) = d720ff082ed29d385c52e7ad370499d23275e595e9d7a321b383609f68acf23e
SIZE (lyx-1.5.1.tar.bz2) = 7823886

View file

@ -1,100 +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/support/fs_extras.C Sat May 7 10:31:16 2005
+++ src/support/fs_extras.C Fri Jul 6 14:39:58 2007
@@ -94,11 +94,20 @@
#ifdef BOOST_POSIX
+#include <boost/version.hpp>
int const infile = ::open(source.string().c_str(), O_RDONLY);
if (infile == -1) {
boost::throw_exception(
+#if BOOST_VERSION < 103400
filesystem_error(
"boost::filesystem::copy_file",
source, target,
- fs::detail::system_error_code()));
+ fs::detail::system_error_code())
+#else
+ filesystem_path_error(
+ "boost::filesystem::copy_file",
+ source, target,
+ fs::lookup_errno(errno))
+#endif
+ );
}
@@ -108,8 +117,16 @@
::close(infile);
boost::throw_exception(
+#if BOOST_VERSION < 103400
filesystem_error(
"boost::filesystem::copy_file",
source, target,
- fs::detail::system_error_code()));
+ fs::detail::system_error_code())
+#else
+ filesystem_path_error(
+ "boost::filesystem::copy_file",
+ source, target,
+ fs::lookup_errno(errno))
+#endif
+ );
}
@@ -120,8 +137,16 @@
::close(infile);
boost::throw_exception(
+#if BOOST_VERSION < 103400
filesystem_error(
"boost::filesystem::copy_file",
source, target,
- fs::detail::system_error_code()));
+ fs::detail::system_error_code())
+#else
+ filesystem_path_error(
+ "boost::filesystem::copy_file",
+ source, target,
+ fs::lookup_errno(errno))
+#endif
+ );
}
@@ -150,8 +175,16 @@
if (in == -1 || out == -1)
boost::throw_exception(
+#if BOOST_VERSION < 103400
filesystem_error(
"boost::filesystem::copy_file",
source, target,
- fs::detail::system_error_code()));
+ fs::detail::system_error_code())
+#else
+ filesystem_path_error(
+ "boost::filesystem::copy_file",
+ source, target,
+ fs::lookup_errno(errno))
+#endif
+ );
#endif
#ifdef BOOST_WINDOWS
--- 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);

View file

@ -0,0 +1,88 @@
--- src/frontends/controllers/tests//Makefile.am Wed Apr 25 20:04:04 2007
+++ src/frontends/controllers/tests//Makefile.am Wed Sep 12 21:12:51 2007
@@ -1,14 +1,12 @@
include $(top_srcdir)/config/common.am
-EXTRA_DIST = pch.h test_biblio
+EXTRA_DIST = pch.h
BUILT_SOURCES = $(PCH_FILE)
TESTS = \
- test_biblio
check_PROGRAMS = \
- biblio
AM_CPPFLAGS += $(BOOST_INCLUDES)
--- src/frontends/controllers/tests//Makefile.in Sat Aug 4 14:50:11 2007
+++ src/frontends/controllers/tests//Makefile.in Wed Sep 12 21:14:00 2007
@@ -33,7 +33,7 @@
target_triplet = @target@
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(top_srcdir)/config/common.am
-check_PROGRAMS = biblio$(EXEEXT)
+check_PROGRAMS =
subdir = src/frontends/controllers/tests
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/libtool.m4 \
@@ -58,12 +58,6 @@
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/src/config.h
CONFIG_CLEAN_FILES =
-am_biblio_OBJECTS = biblio.$(OBJEXT) boost.$(OBJEXT)
-biblio_OBJECTS = $(am_biblio_OBJECTS)
-@USE_INCLUDED_BOOST_TRUE@am__DEPENDENCIES_1 = $(top_builddir)/boost/libs/regex/src/libboost_regex.la
-biblio_DEPENDENCIES = $(am__DEPENDENCIES_1)
-DEFAULT_INCLUDES = -I. -I$(top_builddir)/src@am__isrc@
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
am__depfiles_maybe = depfiles
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
@@ -74,8 +68,8 @@
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
-SOURCES = $(biblio_SOURCES)
-DIST_SOURCES = $(biblio_SOURCES)
+SOURCES =
+DIST_SOURCES =
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -287,15 +281,9 @@
@USE_INCLUDED_BOOST_TRUE@BOOST_SIGNALS = $(top_builddir)/boost/libs/signals/src/libboost_signals.la
@USE_INCLUDED_BOOST_FALSE@BOOST_IOSTREAMS = -lboost_iostreams
@USE_INCLUDED_BOOST_TRUE@BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
-EXTRA_DIST = pch.h test_biblio
+EXTRA_DIST = pch.h
BUILT_SOURCES = $(PCH_FILE)
TESTS = \
- test_biblio
-
-biblio_LDADD = $(BOOST_REGEX)
-biblio_SOURCES = \
- biblio.cpp \
- boost.cpp
all: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) all-am
@@ -338,9 +326,6 @@
echo " rm -f $$p $$f"; \
rm -f $$p $$f ; \
done
-biblio$(EXEEXT): $(biblio_OBJECTS) $(biblio_DEPENDENCIES)
- @rm -f biblio$(EXEEXT)
- $(CXXLINK) $(biblio_OBJECTS) $(biblio_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -348,7 +333,6 @@
distclean-compile:
-rm -f *.tab.c
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/biblio.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boost.Po@am__quote@
.cpp.o:

View file

@ -0,0 +1,111 @@
--- src/support/tests/Makefile.am Wed Sep 12 14:50:37 2007
+++ src/support/tests/Makefile.am Wed Sep 12 14:50:52 2007
@@ -1,17 +1,15 @@
include $(top_srcdir)/config/common.am
-EXTRA_DIST = pch.h test_convert test_filetools test_lstrings regfiles
+EXTRA_DIST = pch.h test_convert test_lstrings regfiles
BUILT_SOURCES = $(PCH_FILE)
TESTS = \
test_convert \
- test_filetools \
test_lstrings
check_PROGRAMS = \
convert \
- filetools \
lstrings
AM_CPPFLAGS += $(BOOST_INCLUDES) -I$(srcdir)/../..
@@ -21,11 +19,6 @@
convert_LDFLAGS = $(QT4_CORE_LDFLAGS)
convert_SOURCES = \
convert.cpp \
- boost.cpp
-
-filetools_LDADD = ../../debug.o ../libsupport.la $(BOOST_REGEX) $(BOOST_FILESYSTEM)
-filetools_SOURCES = \
- filetools.cpp \
boost.cpp
lstrings_LDADD = ../../debug.o ../lstrings.o ../convert.o ../docstring.o ../unicode.o ../qstring_helpers.o $(QT4_CORE_LIB)
--- src/support/tests/Makefile.in Wed Sep 12 14:50:44 2007
+++ src/support/tests/Makefile.in Wed Sep 12 14:50:58 2007
@@ -33,7 +33,7 @@
target_triplet = @target@
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(top_srcdir)/config/common.am ChangeLog
-check_PROGRAMS = convert$(EXEEXT) filetools$(EXEEXT) lstrings$(EXEEXT)
+check_PROGRAMS = convert$(EXEEXT) lstrings$(EXEEXT)
subdir = src/support/tests
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/libtool.m4 \
@@ -68,11 +68,6 @@
convert_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
$(convert_LDFLAGS) $(LDFLAGS) -o $@
-am_filetools_OBJECTS = filetools.$(OBJEXT) boost.$(OBJEXT)
-filetools_OBJECTS = $(am_filetools_OBJECTS)
-@USE_INCLUDED_BOOST_TRUE@am__DEPENDENCIES_3 = $(top_builddir)/boost/libs/filesystem/src/libboost_filesystem.la
-filetools_DEPENDENCIES = ../../debug.o ../libsupport.la \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
am_lstrings_OBJECTS = lstrings.$(OBJEXT) boost.$(OBJEXT)
lstrings_OBJECTS = $(am_lstrings_OBJECTS)
lstrings_DEPENDENCIES = ../../debug.o ../lstrings.o ../convert.o \
@@ -93,9 +88,8 @@
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
-SOURCES = $(convert_SOURCES) $(filetools_SOURCES) $(lstrings_SOURCES)
-DIST_SOURCES = $(convert_SOURCES) $(filetools_SOURCES) \
- $(lstrings_SOURCES)
+SOURCES = $(convert_SOURCES) $(lstrings_SOURCES)
+DIST_SOURCES = $(convert_SOURCES) $(lstrings_SOURCES)
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -307,11 +301,10 @@
@USE_INCLUDED_BOOST_TRUE@BOOST_SIGNALS = $(top_builddir)/boost/libs/signals/src/libboost_signals.la
@USE_INCLUDED_BOOST_FALSE@BOOST_IOSTREAMS = -lboost_iostreams
@USE_INCLUDED_BOOST_TRUE@BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
-EXTRA_DIST = pch.h test_convert test_filetools test_lstrings regfiles
+EXTRA_DIST = pch.h test_convert test_lstrings regfiles
BUILT_SOURCES = $(PCH_FILE)
TESTS = \
test_convert \
- test_filetools \
test_lstrings
convert_LDADD = ../../debug.o ../convert.o ../docstring.o ../lstrings.o ../unicode.o ../qstring_helpers.o $(BOOST_REGEX) $(QT4_CORE_LIB)
@@ -320,11 +313,6 @@
convert.cpp \
boost.cpp
-filetools_LDADD = ../../debug.o ../libsupport.la $(BOOST_REGEX) $(BOOST_FILESYSTEM)
-filetools_SOURCES = \
- filetools.cpp \
- boost.cpp
-
lstrings_LDADD = ../../debug.o ../lstrings.o ../convert.o ../docstring.o ../unicode.o ../qstring_helpers.o $(QT4_CORE_LIB)
lstrings_LDFLAGS = $(QT4_CORE_LDFLAGS)
lstrings_SOURCES = \
@@ -375,9 +363,6 @@
convert$(EXEEXT): $(convert_OBJECTS) $(convert_DEPENDENCIES)
@rm -f convert$(EXEEXT)
$(convert_LINK) $(convert_OBJECTS) $(convert_LDADD) $(LIBS)
-filetools$(EXEEXT): $(filetools_OBJECTS) $(filetools_DEPENDENCIES)
- @rm -f filetools$(EXEEXT)
- $(CXXLINK) $(filetools_OBJECTS) $(filetools_LDADD) $(LIBS)
lstrings$(EXEEXT): $(lstrings_OBJECTS) $(lstrings_DEPENDENCIES)
@rm -f lstrings$(EXEEXT)
$(lstrings_LINK) $(lstrings_OBJECTS) $(lstrings_LDADD) $(LIBS)
@@ -390,7 +375,6 @@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boost.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/convert.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filetools.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lstrings.Po@am__quote@
.cpp.o:

View file

@ -1,71 +1,53 @@
bin/lyx bin/lyx
bin/tex2lyx
bin/lyxclient bin/lyxclient
bin/tex2lyx
share/locale/ca/LC_MESSAGES/lyx.mo
share/locale/cs/LC_MESSAGES/lyx.mo share/locale/cs/LC_MESSAGES/lyx.mo
share/locale/da/LC_MESSAGES/lyx.mo
share/locale/de/LC_MESSAGES/lyx.mo share/locale/de/LC_MESSAGES/lyx.mo
share/locale/es/LC_MESSAGES/lyx.mo share/locale/es/LC_MESSAGES/lyx.mo
share/locale/eu/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/fr/LC_MESSAGES/lyx.mo
share/locale/gl/LC_MESSAGES/lyx.mo share/locale/gl/LC_MESSAGES/lyx.mo
share/locale/he/LC_MESSAGES/lyx.mo
share/locale/hu/LC_MESSAGES/lyx.mo share/locale/hu/LC_MESSAGES/lyx.mo
share/locale/it/LC_MESSAGES/lyx.mo share/locale/it/LC_MESSAGES/lyx.mo
share/locale/ja/LC_MESSAGES/lyx.mo
share/locale/ko/LC_MESSAGES/lyx.mo
share/locale/nb/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/nn/LC_MESSAGES/lyx.mo
share/locale/pl/LC_MESSAGES/lyx.mo share/locale/pl/LC_MESSAGES/lyx.mo
share/locale/ro/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 share/locale/tr/LC_MESSAGES/lyx.mo
share/locale/zh_TW/LC_MESSAGES/lyx.mo
%%DATADIR%%/CREDITS %%DATADIR%%/CREDITS
%%DATADIR%%/bind/aqua.bind %%DATADIR%%/bind/aqua.bind
%%DATADIR%%/bind/broadway.bind %%DATADIR%%/bind/broadway.bind
%%DATADIR%%/bind/cua.bind %%DATADIR%%/bind/cua.bind
%%DATADIR%%/bind/cyrkeys.bind %%DATADIR%%/bind/cyrkeys.bind
%%DATADIR%%/bind/de_menus.bind %%DATADIR%%/bind/de/menus.bind
%%DATADIR%%/bind/emacs.bind %%DATADIR%%/bind/emacs.bind
%%DATADIR%%/bind/fi_menus.bind %%DATADIR%%/bind/fi/menus.bind
%%DATADIR%%/bind/greekkeys.bind %%DATADIR%%/bind/greekkeys.bind
%%DATADIR%%/bind/hollywood.bind %%DATADIR%%/bind/hollywood.bind
%%DATADIR%%/bind/latinkeys.bind %%DATADIR%%/bind/latinkeys.bind
%%DATADIR%%/bind/mac.bind %%DATADIR%%/bind/mac.bind
%%DATADIR%%/bind/math.bind %%DATADIR%%/bind/math.bind
%%DATADIR%%/bind/menus.bind %%DATADIR%%/bind/menus.bind
%%DATADIR%%/bind/pt_menus.bind %%DATADIR%%/bind/pt/menus.bind
%%DATADIR%%/bind/sciword.bind %%DATADIR%%/bind/sciword.bind
%%DATADIR%%/bind/sv_menus.bind %%DATADIR%%/bind/sv/menus.bind
%%DATADIR%%/bind/xemacs.bind %%DATADIR%%/bind/xemacs.bind
%%DATADIR%%/chkconfig.ltx %%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.py
%%DATADIR%%/configure.pyc %%DATADIR%%/configure.pyc
%%DATADIR%%/configure.pyo %%DATADIR%%/configure.pyo
%%DATADIR%%/doc/Customization.lyx %%DATADIR%%/doc/Customization.lyx
%%DATADIR%%/doc/DocStyle.lyx %%DATADIR%%/doc/DocStyle.lyx
%%DATADIR%%/doc/Extended.lyx %%DATADIR%%/doc/DummyDocument1.lyx
%%DATADIR%%/doc/DummyDocument2.lyx
%%DATADIR%%/doc/DummyTextDocument.txt
%%DATADIR%%/doc/EmbeddedObjects.lyx %%DATADIR%%/doc/EmbeddedObjects.lyx
%%DATADIR%%/doc/Extended.lyx
%%DATADIR%%/doc/FAQ.lyx %%DATADIR%%/doc/FAQ.lyx
%%DATADIR%%/doc/Intro.lyx %%DATADIR%%/doc/Intro.lyx
%%DATADIR%%/doc/LaTeXConfig.lyx.in %%DATADIR%%/doc/LaTeXConfig.lyx.in
@ -73,89 +55,138 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/doc/TOC.lyx %%DATADIR%%/doc/TOC.lyx
%%DATADIR%%/doc/Tutorial.lyx %%DATADIR%%/doc/Tutorial.lyx
%%DATADIR%%/doc/UserGuide.lyx %%DATADIR%%/doc/UserGuide.lyx
%%DATADIR%%/doc/cs_TOC.lyx %%DATADIR%%/doc/clipart/BoxInsetDefaultQt4.png
%%DATADIR%%/doc/cs_Tutorial.lyx %%DATADIR%%/doc/clipart/ChildDocumentQt4.png
%%DATADIR%%/doc/da_Intro.lyx %%DATADIR%%/doc/clipart/CommentNoteImageQt4.png
%%DATADIR%%/doc/da_TOC.lyx %%DATADIR%%/doc/clipart/ExternalMaterialQt4.png
%%DATADIR%%/doc/de_Customization.lyx %%DATADIR%%/doc/clipart/FramedNoteImageQt4.png
%%DATADIR%%/doc/de_Extended.lyx %%DATADIR%%/doc/clipart/GreyedOutNoteImageQt4.png
%%DATADIR%%/doc/de_FAQ.lyx %%DATADIR%%/doc/clipart/LyXNoteImageQt4.png
%%DATADIR%%/doc/de_Intro.lyx %%DATADIR%%/doc/clipart/ShadedNoteImageQt4.png
%%DATADIR%%/doc/de_TOC.lyx %%DATADIR%%/doc/clipart/endnotes.pdf
%%DATADIR%%/doc/de_Tutorial.lyx %%DATADIR%%/doc/clipart/escher-lsd.eps
%%DATADIR%%/doc/de_UserGuide.lyx %%DATADIR%%/doc/clipart/floatQt4.png
%%DATADIR%%/doc/es_EmbeddedObjects.lyx %%DATADIR%%/doc/clipart/footnoteQt4.png
%%DATADIR%%/doc/es_Intro.lyx %%DATADIR%%/doc/clipart/labelQt4.png
%%DATADIR%%/doc/es_TOC.lyx %%DATADIR%%/doc/clipart/mobius.eps
%%DATADIR%%/doc/es_Tutorial.lyx %%DATADIR%%/doc/clipart/platypus.eps
%%DATADIR%%/doc/escher-lsd.eps %%DATADIR%%/doc/clipart/referenceQt4.png
%%DATADIR%%/doc/eu_Customization.lyx %%DATADIR%%/doc/clipart/with_fntright.pdf
%%DATADIR%%/doc/eu_Extended.lyx %%DATADIR%%/doc/clipart/without_fntright.pdf
%%DATADIR%%/doc/eu_FAQ.lyx %%DATADIR%%/doc/cs/TOC.lyx
%%DATADIR%%/doc/eu_Intro.lyx %%DATADIR%%/doc/cs/Tutorial.lyx
%%DATADIR%%/doc/eu_TOC.lyx %%DATADIR%%/doc/da/Intro.lyx
%%DATADIR%%/doc/eu_Tutorial.lyx %%DATADIR%%/doc/da/TOC.lyx
%%DATADIR%%/doc/eu_UserGuide.lyx %%DATADIR%%/doc/de/Customization.lyx
%%DATADIR%%/doc/fr_Customization.lyx %%DATADIR%%/doc/de/DummyDocument1.lyx
%%DATADIR%%/doc/fr_Extended.lyx %%DATADIR%%/doc/de/DummyDocument2.lyx
%%DATADIR%%/doc/fr_FAQ.lyx %%DATADIR%%/doc/de/DummyTextDocument.txt
%%DATADIR%%/doc/fr_Intro.lyx %%DATADIR%%/doc/de/EmbeddedObjects.lyx
%%DATADIR%%/doc/fr_TOC.lyx %%DATADIR%%/doc/de/Extended.lyx
%%DATADIR%%/doc/fr_Tutorial.lyx %%DATADIR%%/doc/de/FAQ.lyx
%%DATADIR%%/doc/fr_UserGuide.lyx %%DATADIR%%/doc/de/Intro.lyx
%%DATADIR%%/doc/gl_Intro.lyx %%DATADIR%%/doc/de/TOC.lyx
%%DATADIR%%/doc/gl_TOC.lyx %%DATADIR%%/doc/de/Tutorial.lyx
%%DATADIR%%/doc/gl_Tutorial.lyx %%DATADIR%%/doc/de/UserGuide.lyx
%%DATADIR%%/doc/he_Intro.lyx %%DATADIR%%/doc/de/clipart/ExternesMaterialQt4.png
%%DATADIR%%/doc/he_TOC.lyx %%DATADIR%%/doc/de/clipart/FussnoteQt4.png
%%DATADIR%%/doc/he_Tutorial.lyx %%DATADIR%%/doc/de/clipart/GerahmteNotizQt4.png
%%DATADIR%%/doc/hu_Intro.lyx %%DATADIR%%/doc/de/clipart/GleitobjektQt4.png
%%DATADIR%%/doc/hu_TOC.lyx %%DATADIR%%/doc/de/clipart/GrauschriftNotizQt4.png
%%DATADIR%%/doc/hu_Tutorial.lyx %%DATADIR%%/doc/de/clipart/KommentarQt4.png
%%DATADIR%%/doc/it_Customization.lyx %%DATADIR%%/doc/de/clipart/LyXNotizQt4.png
%%DATADIR%%/doc/it_Intro.lyx %%DATADIR%%/doc/de/clipart/Marke.png
%%DATADIR%%/doc/it_TOC.lyx %%DATADIR%%/doc/de/clipart/Querverweis.png
%%DATADIR%%/doc/it_Tutorial.lyx %%DATADIR%%/doc/de/clipart/SchattierteNotizQt4.png
%%DATADIR%%/doc/it_UserGuide.lyx %%DATADIR%%/doc/de/clipart/StandardBoxQt4.png
%%DATADIR%%/doc/mobius.eps %%DATADIR%%/doc/de/clipart/UnterdokumentQt4.png
%%DATADIR%%/doc/nb_Intro.lyx %%DATADIR%%/doc/es/DocumentoPostizo1.lyx
%%DATADIR%%/doc/nb_TOC.lyx %%DATADIR%%/doc/es/DocumentoPostizo2.lyx
%%DATADIR%%/doc/nl_Intro.lyx %%DATADIR%%/doc/es/DocumentoTextoPostizo.txt
%%DATADIR%%/doc/nl_TOC.lyx %%DATADIR%%/doc/es/EmbeddedObjects.lyx
%%DATADIR%%/doc/nl_Tutorial.lyx %%DATADIR%%/doc/es/Extended.lyx
%%DATADIR%%/doc/pl_Extended.lyx %%DATADIR%%/doc/es/Intro.lyx
%%DATADIR%%/doc/pl_Intro.lyx %%DATADIR%%/doc/es/TOC.lyx
%%DATADIR%%/doc/pl_TOC.lyx %%DATADIR%%/doc/es/Tutorial.lyx
%%DATADIR%%/doc/pl_Tutorial.lyx %%DATADIR%%/doc/es/clipart/ComentNotaImagenQt4.png
%%DATADIR%%/doc/platypus.eps %%DATADIR%%/doc/es/clipart/CuadroMinipagQt4.png
%%DATADIR%%/doc/pt_Intro.lyx %%DATADIR%%/doc/es/clipart/DocumentoHijoQt4.png
%%DATADIR%%/doc/pt_TOC.lyx %%DATADIR%%/doc/es/clipart/GrisNotaImagenQt4.png
%%DATADIR%%/doc/pt_Tutorial.lyx %%DATADIR%%/doc/es/clipart/MaterialExternoQt4.png
%%DATADIR%%/doc/ro_Intro.lyx %%DATADIR%%/doc/es/clipart/NotaEnmarcadaImg.png
%%DATADIR%%/doc/ro_TOC.lyx %%DATADIR%%/doc/es/clipart/NotaLyXImagenQt4.png
%%DATADIR%%/doc/ru_FAQ.lyx %%DATADIR%%/doc/es/clipart/NotaSombreadaImg.png
%%DATADIR%%/doc/ru_Intro.lyx %%DATADIR%%/doc/es/clipart/etiquetaQt4.png
%%DATADIR%%/doc/ru_TOC.lyx %%DATADIR%%/doc/es/clipart/flotanteQt4.png
%%DATADIR%%/doc/ru_Tutorial.lyx %%DATADIR%%/doc/es/clipart/notapieQt4.png
%%DATADIR%%/doc/sk_TOC.lyx %%DATADIR%%/doc/es/clipart/referenciaQt4.png
%%DATADIR%%/doc/sk_Tutorial.lyx %%DATADIR%%/doc/eu/Customization.lyx
%%DATADIR%%/doc/sk_UserGuide.lyx %%DATADIR%%/doc/eu/Extended.lyx
%%DATADIR%%/doc/sl_Intro.lyx %%DATADIR%%/doc/eu/FAQ.lyx
%%DATADIR%%/doc/sl_TOC.lyx %%DATADIR%%/doc/eu/Intro.lyx
%%DATADIR%%/doc/sl_Tutorial.lyx %%DATADIR%%/doc/eu/TOC.lyx
%%DATADIR%%/doc/sv_Intro.lyx %%DATADIR%%/doc/eu/Tutorial.lyx
%%DATADIR%%/doc/sv_TOC.lyx %%DATADIR%%/doc/eu/UserGuide.lyx
%%DATADIR%%/doc/sv_Tutorial.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/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/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%%/encodings
%%DATADIR%%/examples/CV-image.eps
%%DATADIR%%/examples/CV-image.png
%%DATADIR%%/examples/Foils.lyx %%DATADIR%%/examples/Foils.lyx
%%DATADIR%%/examples/ItemizeBullets.lyx %%DATADIR%%/examples/ItemizeBullets.lyx
%%DATADIR%%/examples/Literate.lyx %%DATADIR%%/examples/Literate.lyx
%%DATADIR%%/examples/Minipage.lyx %%DATADIR%%/examples/Minipage.lyx
%%DATADIR%%/examples/TableExamples.lyx
%%DATADIR%%/examples/aa_sample.lyx %%DATADIR%%/examples/aa_sample.lyx
%%DATADIR%%/examples/aas_sample.lyx %%DATADIR%%/examples/aas_sample.lyx
%%DATADIR%%/examples/amsart-test.lyx %%DATADIR%%/examples/amsart-test.lyx
%%DATADIR%%/examples/amsbook-test.lyx %%DATADIR%%/examples/amsbook-test.lyx
%%DATADIR%%/examples/armenian-article.lyx
%%DATADIR%%/examples/beamer-g4-mask.jpg %%DATADIR%%/examples/beamer-g4-mask.jpg
%%DATADIR%%/examples/beamer-g4.jpg %%DATADIR%%/examples/beamer-g4.jpg
%%DATADIR%%/examples/beamer-icsi-logo.pdf %%DATADIR%%/examples/beamer-icsi-logo.pdf
@ -168,100 +199,128 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/examples/beamer-knight4-mask.png %%DATADIR%%/examples/beamer-knight4-mask.png
%%DATADIR%%/examples/beamer-knight4.png %%DATADIR%%/examples/beamer-knight4.png
%%DATADIR%%/examples/beamerlyxexample1.lyx %%DATADIR%%/examples/beamerlyxexample1.lyx
%%DATADIR%%/examples/ca_splash.lyx %%DATADIR%%/examples/biblioExample.bib
%%DATADIR%%/examples/cs_splash.lyx %%DATADIR%%/examples/ca/splash.lyx
%%DATADIR%%/examples/chess-article.lyx %%DATADIR%%/examples/chess-article.lyx
%%DATADIR%%/examples/chessgame.lyx %%DATADIR%%/examples/chessgame.lyx
%%DATADIR%%/examples/cs/splash.lyx
%%DATADIR%%/examples/currency.lyx %%DATADIR%%/examples/currency.lyx
%%DATADIR%%/examples/cv.lyx %%DATADIR%%/examples/da/splash.lyx
%%DATADIR%%/examples/da_splash.lyx %%DATADIR%%/examples/de/Dezimal.lyx
%%DATADIR%%/examples/de_ItemizeBullets.lyx %%DATADIR%%/examples/de/ItemizeBullets.lyx
%%DATADIR%%/examples/de_Lebenslauf.lyx %%DATADIR%%/examples/de/Lebenslauf.lyx
%%DATADIR%%/examples/de_Minipage.lyx %%DATADIR%%/examples/de/Minipage.lyx
%%DATADIR%%/examples/de_TableExamples.lyx %%DATADIR%%/examples/de/TabellenBeispiel.lyx
%%DATADIR%%/examples/de_Waehrungen.lyx %%DATADIR%%/examples/de/Waehrungen.lyx
%%DATADIR%%/examples/de_beispiel_gelyxt.lyx %%DATADIR%%/examples/de/beispiel_gelyxt.lyx
%%DATADIR%%/examples/de_beispiel_roh.lyx %%DATADIR%%/examples/de/beispiel_roh.lyx
%%DATADIR%%/examples/de_decimal.lyx %%DATADIR%%/examples/de/mathed.lyx
%%DATADIR%%/examples/de_mathed.lyx %%DATADIR%%/examples/de/multicol.lyx
%%DATADIR%%/examples/de_multicol.lyx %%DATADIR%%/examples/de/splash.lyx
%%DATADIR%%/examples/de_splash.lyx
%%DATADIR%%/examples/decimal.lyx
%%DATADIR%%/examples/docbook_article.lyx %%DATADIR%%/examples/docbook_article.lyx
%%DATADIR%%/examples/es_ejemplo_con_lyx.lyx %%DATADIR%%/examples/es/ejemplo_con_lyx.lyx
%%DATADIR%%/examples/es_ejemplo_sin_lyx.lyx %%DATADIR%%/examples/es/ejemplo_sin_lyx.lyx
%%DATADIR%%/examples/es_splash.lyx %%DATADIR%%/examples/es/splash.lyx
%%DATADIR%%/examples/eu_adibide_gordina.lyx %%DATADIR%%/examples/eu/adibide_gordina.lyx
%%DATADIR%%/examples/eu_adibide_lyx-atua.lyx %%DATADIR%%/examples/eu/adibide_lyx-atua.lyx
%%DATADIR%%/examples/eu_splash.lyx %%DATADIR%%/examples/eu/splash.lyx
%%DATADIR%%/examples/europeCV.lyx
%%DATADIR%%/examples/example_lyxified.lyx %%DATADIR%%/examples/example_lyxified.lyx
%%DATADIR%%/examples/example_raw.lyx %%DATADIR%%/examples/example_raw.lyx
%%DATADIR%%/examples/fr_AlignementDecimal.lyx %%DATADIR%%/examples/fa/splash.lyx
%%DATADIR%%/examples/fr_CV.lyx %%DATADIR%%/examples/fr/AlignementDecimal.lyx
%%DATADIR%%/examples/fr_ExemplesTableaux.lyx %%DATADIR%%/examples/fr/ExemplesTableaux.lyx
%%DATADIR%%/examples/fr_Foils.lyx %%DATADIR%%/examples/fr/Foils.lyx
%%DATADIR%%/examples/fr_ListesPuces.lyx %%DATADIR%%/examples/fr/ListesPuces.lyx
%%DATADIR%%/examples/fr_Minipage.lyx %%DATADIR%%/examples/fr/Minipage.lyx
%%DATADIR%%/examples/fr_exemple_brut.lyx %%DATADIR%%/examples/fr/exemple_brut.lyx
%%DATADIR%%/examples/fr_exemple_lyxifie.lyx %%DATADIR%%/examples/fr/exemple_lyxifie.lyx
%%DATADIR%%/examples/fr_mathed.lyx %%DATADIR%%/examples/fr/mathed.lyx
%%DATADIR%%/examples/fr_multicol.lyx %%DATADIR%%/examples/fr/multicol.lyx
%%DATADIR%%/examples/fr_splash.lyx %%DATADIR%%/examples/fr/simplecv.lyx
%%DATADIR%%/examples/g-brief2.lyx %%DATADIR%%/examples/fr/splash.lyx
%%DATADIR%%/examples/gl_exemplo_bruto.lyx %%DATADIR%%/examples/gl/exemplo_bruto.lyx
%%DATADIR%%/examples/gl_exemplo_lyxificado.lyx %%DATADIR%%/examples/gl/exemplo_lyxificado.lyx
%%DATADIR%%/examples/gl_splash.lyx %%DATADIR%%/examples/gl/splash.lyx
%%DATADIR%%/examples/he_example_raw.lyx %%DATADIR%%/examples/he/example_lyxified.lyx
%%DATADIR%%/examples/he_he_example_lyxified.lyx %%DATADIR%%/examples/he/example_raw.lyx
%%DATADIR%%/examples/he_he_example_raw.lyx %%DATADIR%%/examples/he/splash.lyx
%%DATADIR%%/examples/hu_splash.lyx %%DATADIR%%/examples/hu/example_lyxified.lyx
%%DATADIR%%/examples/hu/example_raw.lyx
%%DATADIR%%/examples/hu/splash.lyx
%%DATADIR%%/examples/iecc05.fen %%DATADIR%%/examples/iecc05.fen
%%DATADIR%%/examples/iecc07.fen %%DATADIR%%/examples/iecc07.fen
%%DATADIR%%/examples/iecc12.fen %%DATADIR%%/examples/iecc12.fen
%%DATADIR%%/examples/it_ItemizeBullets.lyx %%DATADIR%%/examples/it/ItemizeBullets.lyx
%%DATADIR%%/examples/it_splash.lyx %%DATADIR%%/examples/it/splash.lyx
%%DATADIR%%/examples/landslide.lyx %%DATADIR%%/examples/landslide.lyx
%%DATADIR%%/examples/linuxdoc_manpage.lyx
%%DATADIR%%/examples/listerrors.lyx %%DATADIR%%/examples/listerrors.lyx
%%DATADIR%%/examples/listings.lyx
%%DATADIR%%/examples/mathed.lyx %%DATADIR%%/examples/mathed.lyx
%%DATADIR%%/examples/modernCV.lyx
%%DATADIR%%/examples/multicol.lyx %%DATADIR%%/examples/multicol.lyx
%%DATADIR%%/examples/nl_multicol.lyx %%DATADIR%%/examples/nl/multicol.lyx
%%DATADIR%%/examples/nl_opsommingstekens.lyx %%DATADIR%%/examples/nl/opsommingstekens.lyx
%%DATADIR%%/examples/nl_splash.lyx %%DATADIR%%/examples/nl/splash.lyx
%%DATADIR%%/examples/nl_voorbeeld_ruw.lyx %%DATADIR%%/examples/nl/voorbeeld_ruw.lyx
%%DATADIR%%/examples/nl_voorbeeld_verlyxt.lyx %%DATADIR%%/examples/nl/voorbeeld_verlyxt.lyx
%%DATADIR%%/examples/noweb2lyx.lyx %%DATADIR%%/examples/noweb2lyx.lyx
%%DATADIR%%/examples/pl_splash.lyx %%DATADIR%%/examples/pl/splash.lyx
%%DATADIR%%/examples/pt_splash.lyx %%DATADIR%%/examples/powerdot-example.lyx
%%DATADIR%%/examples/ro_splash.lyx %%DATADIR%%/examples/pt/splash.lyx
%%DATADIR%%/examples/ru_splash.lyx %%DATADIR%%/examples/ro/splash.lyx
%%DATADIR%%/examples/ru/splash.lyx
%%DATADIR%%/examples/script_form.lyx %%DATADIR%%/examples/script_form.lyx
%%DATADIR%%/examples/sl_primer_lyxan.lyx %%DATADIR%%/examples/simplecv.lyx
%%DATADIR%%/examples/sl_primer_surov.lyx %%DATADIR%%/examples/sl/primer_lyxan.lyx
%%DATADIR%%/examples/sl_splash.lyx %%DATADIR%%/examples/sl/primer_surov.lyx
%%DATADIR%%/examples/sl/splash.lyx
%%DATADIR%%/examples/splash.lyx %%DATADIR%%/examples/splash.lyx
%%DATADIR%%/external_templates %%DATADIR%%/external_templates
%%DATADIR%%/fonts/BaKoMaFontLicense.txt
%%DATADIR%%/fonts/ReadmeBaKoMa4LyX.txt
%%DATADIR%%/fonts/cmex10.ttf
%%DATADIR%%/fonts/cmmi10.ttf
%%DATADIR%%/fonts/cmr10.ttf
%%DATADIR%%/fonts/cmsy10.ttf
%%DATADIR%%/fonts/eufm10.ttf
%%DATADIR%%/fonts/msam10.ttf
%%DATADIR%%/fonts/msbm10.ttf
%%DATADIR%%/fonts/wasy10.ttf
%%DATADIR%%/images/all-changes-accept.xpm
%%DATADIR%%/images/all-changes-reject.xpm
%%DATADIR%%/images/amssymb.xpm %%DATADIR%%/images/amssymb.xpm
%%DATADIR%%/images/banner.ppm %%DATADIR%%/images/banner.png
%%DATADIR%%/images/bookmark-goto.xpm %%DATADIR%%/images/bookmark-goto.xpm
%%DATADIR%%/images/bookmark-save.xpm %%DATADIR%%/images/bookmark-save.xpm
%%DATADIR%%/images/break-line.xpm %%DATADIR%%/images/break-line.xpm
%%DATADIR%%/images/buffer-close.xpm %%DATADIR%%/images/buffer-close.xpm
%%DATADIR%%/images/buffer-export_dvi.xpm %%DATADIR%%/images/buffer-export_dvi.xpm
%%DATADIR%%/images/buffer-export_latex.xpm %%DATADIR%%/images/buffer-export_latex.xpm
%%DATADIR%%/images/buffer-export_pdf2.xpm
%%DATADIR%%/images/buffer-export_ps.xpm %%DATADIR%%/images/buffer-export_ps.xpm
%%DATADIR%%/images/buffer-export_text.xpm %%DATADIR%%/images/buffer-export_text.xpm
%%DATADIR%%/images/buffer-new.xpm %%DATADIR%%/images/buffer-new.xpm
%%DATADIR%%/images/buffer-reload.xpm %%DATADIR%%/images/buffer-reload.xpm
%%DATADIR%%/images/buffer-update_dvi.xpm %%DATADIR%%/images/buffer-update_dvi.xpm
%%DATADIR%%/images/buffer-update_pdf2.xpm
%%DATADIR%%/images/buffer-update_ps.xpm %%DATADIR%%/images/buffer-update_ps.xpm
%%DATADIR%%/images/buffer-view_dvi.xpm %%DATADIR%%/images/buffer-view_dvi.xpm
%%DATADIR%%/images/buffer-view_pdf2.xpm
%%DATADIR%%/images/buffer-view_ps.xpm %%DATADIR%%/images/buffer-view_ps.xpm
%%DATADIR%%/images/buffer-write-as.xpm %%DATADIR%%/images/buffer-write-as.xpm
%%DATADIR%%/images/buffer-write.xpm %%DATADIR%%/images/buffer-write.xpm
%%DATADIR%%/images/build-program.xpm %%DATADIR%%/images/build-program.xpm
%%DATADIR%%/images/change-accept.xpm
%%DATADIR%%/images/change-next.xpm
%%DATADIR%%/images/change-reject.xpm
%%DATADIR%%/images/changes-merge.xpm
%%DATADIR%%/images/changes-output.xpm
%%DATADIR%%/images/changes-track.xpm
%%DATADIR%%/images/closetab.xpm
%%DATADIR%%/images/copy.xpm %%DATADIR%%/images/copy.xpm
%%DATADIR%%/images/cut.xpm %%DATADIR%%/images/cut.xpm
%%DATADIR%%/images/demote.xpm
%%DATADIR%%/images/depth-decrement.xpm %%DATADIR%%/images/depth-decrement.xpm
%%DATADIR%%/images/depth-increment.xpm %%DATADIR%%/images/depth-increment.xpm
%%DATADIR%%/images/dialog-preferences.xpm %%DATADIR%%/images/dialog-preferences.xpm
@ -271,9 +330,11 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/dialog-show-new-inset_ref.xpm %%DATADIR%%/images/dialog-show-new-inset_ref.xpm
%%DATADIR%%/images/dialog-show_character.xpm %%DATADIR%%/images/dialog-show_character.xpm
%%DATADIR%%/images/dialog-show_findreplace.xpm %%DATADIR%%/images/dialog-show_findreplace.xpm
%%DATADIR%%/images/dialog-show_mathpanel.xpm %%DATADIR%%/images/dialog-show_mathdelimiter.xpm
%%DATADIR%%/images/dialog-show_mathmatrix.xpm
%%DATADIR%%/images/dialog-show_print.xpm %%DATADIR%%/images/dialog-show_print.xpm
%%DATADIR%%/images/dialog-show_spellchecker.xpm %%DATADIR%%/images/dialog-show_spellchecker.xpm
%%DATADIR%%/images/dialog-toggle_toc.xpm
%%DATADIR%%/images/down.xpm %%DATADIR%%/images/down.xpm
%%DATADIR%%/images/ert-insert.xpm %%DATADIR%%/images/ert-insert.xpm
%%DATADIR%%/images/file-open.xpm %%DATADIR%%/images/file-open.xpm
@ -287,9 +348,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/footnote-insert.xpm %%DATADIR%%/images/footnote-insert.xpm
%%DATADIR%%/images/index-insert.xpm %%DATADIR%%/images/index-insert.xpm
%%DATADIR%%/images/label-insert.xpm %%DATADIR%%/images/label-insert.xpm
%%DATADIR%%/images/layout.xpm
%%DATADIR%%/images/layout-document.xpm %%DATADIR%%/images/layout-document.xpm
%%DATADIR%%/images/layout-paragraph.xpm %%DATADIR%%/images/layout-paragraph.xpm
%%DATADIR%%/images/layout.xpm
%%DATADIR%%/images/layout_Description.xpm %%DATADIR%%/images/layout_Description.xpm
%%DATADIR%%/images/layout_Enumerate.xpm %%DATADIR%%/images/layout_Enumerate.xpm
%%DATADIR%%/images/layout_Itemize.xpm %%DATADIR%%/images/layout_Itemize.xpm
@ -312,6 +373,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/Lleftarrow.xpm %%DATADIR%%/images/math/Lleftarrow.xpm
%%DATADIR%%/images/math/Lsh.xpm %%DATADIR%%/images/math/Lsh.xpm
%%DATADIR%%/images/math/Re.xpm %%DATADIR%%/images/math/Re.xpm
%%DATADIR%%/images/math/Rrightarrow.xpm
%%DATADIR%%/images/math/Rsh.xpm %%DATADIR%%/images/math/Rsh.xpm
%%DATADIR%%/images/math/Vert.xpm %%DATADIR%%/images/math/Vert.xpm
%%DATADIR%%/images/math/Vvdash.xpm %%DATADIR%%/images/math/Vvdash.xpm
@ -414,6 +476,8 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/doteq.xpm %%DATADIR%%/images/math/doteq.xpm
%%DATADIR%%/images/math/doteqdot.xpm %%DATADIR%%/images/math/doteqdot.xpm
%%DATADIR%%/images/math/dotplus.xpm %%DATADIR%%/images/math/dotplus.xpm
%%DATADIR%%/images/math/dotsint.xpm
%%DATADIR%%/images/math/dotsintop.xpm
%%DATADIR%%/images/math/doublebarwedge.xpm %%DATADIR%%/images/math/doublebarwedge.xpm
%%DATADIR%%/images/math/downarrow.xpm %%DATADIR%%/images/math/downarrow.xpm
%%DATADIR%%/images/math/downarrow2.xpm %%DATADIR%%/images/math/downarrow2.xpm
@ -436,8 +500,10 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/flat.xpm %%DATADIR%%/images/math/flat.xpm
%%DATADIR%%/images/math/font.xpm %%DATADIR%%/images/math/font.xpm
%%DATADIR%%/images/math/forall.xpm %%DATADIR%%/images/math/forall.xpm
%%DATADIR%%/images/math/frac-square.xpm
%%DATADIR%%/images/math/frac.xpm %%DATADIR%%/images/math/frac.xpm
%%DATADIR%%/images/math/frown.xpm %%DATADIR%%/images/math/frown.xpm
%%DATADIR%%/images/math/functions.xpm
%%DATADIR%%/images/math/gamma.xpm %%DATADIR%%/images/math/gamma.xpm
%%DATADIR%%/images/math/gamma2.xpm %%DATADIR%%/images/math/gamma2.xpm
%%DATADIR%%/images/math/geq.xpm %%DATADIR%%/images/math/geq.xpm
@ -465,6 +531,12 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/hookrightarrow.xpm %%DATADIR%%/images/math/hookrightarrow.xpm
%%DATADIR%%/images/math/hphantom.xpm %%DATADIR%%/images/math/hphantom.xpm
%%DATADIR%%/images/math/hslash.xpm %%DATADIR%%/images/math/hslash.xpm
%%DATADIR%%/images/math/iiiint.xpm
%%DATADIR%%/images/math/iiiintop.xpm
%%DATADIR%%/images/math/iiint.xpm
%%DATADIR%%/images/math/iiintop.xpm
%%DATADIR%%/images/math/iint.xpm
%%DATADIR%%/images/math/iintop.xpm
%%DATADIR%%/images/math/imath.xpm %%DATADIR%%/images/math/imath.xpm
%%DATADIR%%/images/math/in.xpm %%DATADIR%%/images/math/in.xpm
%%DATADIR%%/images/math/infty.xpm %%DATADIR%%/images/math/infty.xpm
@ -595,7 +667,13 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/nvdash3.xpm %%DATADIR%%/images/math/nvdash3.xpm
%%DATADIR%%/images/math/nwarrow.xpm %%DATADIR%%/images/math/nwarrow.xpm
%%DATADIR%%/images/math/odot.xpm %%DATADIR%%/images/math/odot.xpm
%%DATADIR%%/images/math/oiint.xpm
%%DATADIR%%/images/math/oiintop.xpm
%%DATADIR%%/images/math/oint.xpm %%DATADIR%%/images/math/oint.xpm
%%DATADIR%%/images/math/ointclockwise.xpm
%%DATADIR%%/images/math/ointclockwiseop.xpm
%%DATADIR%%/images/math/ointctrclockwise.xpm
%%DATADIR%%/images/math/ointctrclockwiseop.xpm
%%DATADIR%%/images/math/ointop.xpm %%DATADIR%%/images/math/ointop.xpm
%%DATADIR%%/images/math/omega.xpm %%DATADIR%%/images/math/omega.xpm
%%DATADIR%%/images/math/omega2.xpm %%DATADIR%%/images/math/omega2.xpm
@ -670,8 +748,12 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/sphericalangle.xpm %%DATADIR%%/images/math/sphericalangle.xpm
%%DATADIR%%/images/math/sqcap.xpm %%DATADIR%%/images/math/sqcap.xpm
%%DATADIR%%/images/math/sqcup.xpm %%DATADIR%%/images/math/sqcup.xpm
%%DATADIR%%/images/math/sqrt.xpm %%DATADIR%%/images/math/sqiint.xpm
%%DATADIR%%/images/math/sqiintop.xpm
%%DATADIR%%/images/math/sqint.xpm
%%DATADIR%%/images/math/sqintop.xpm
%%DATADIR%%/images/math/sqrt-square.xpm %%DATADIR%%/images/math/sqrt-square.xpm
%%DATADIR%%/images/math/sqrt.xpm
%%DATADIR%%/images/math/sqsubset.xpm %%DATADIR%%/images/math/sqsubset.xpm
%%DATADIR%%/images/math/sqsubseteq.xpm %%DATADIR%%/images/math/sqsubseteq.xpm
%%DATADIR%%/images/math/sqsupset.xpm %%DATADIR%%/images/math/sqsupset.xpm
@ -749,6 +831,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/varphi.xpm %%DATADIR%%/images/math/varphi.xpm
%%DATADIR%%/images/math/varpi.xpm %%DATADIR%%/images/math/varpi.xpm
%%DATADIR%%/images/math/varpropto.xpm %%DATADIR%%/images/math/varpropto.xpm
%%DATADIR%%/images/math/varrho.xpm
%%DATADIR%%/images/math/varsigma.xpm %%DATADIR%%/images/math/varsigma.xpm
%%DATADIR%%/images/math/varsubsetneq.xpm %%DATADIR%%/images/math/varsubsetneq.xpm
%%DATADIR%%/images/math/varsubsetneqq.xpm %%DATADIR%%/images/math/varsubsetneqq.xpm
@ -774,13 +857,17 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/xi.xpm %%DATADIR%%/images/math/xi.xpm
%%DATADIR%%/images/math/xi2.xpm %%DATADIR%%/images/math/xi2.xpm
%%DATADIR%%/images/math/zeta.xpm %%DATADIR%%/images/math/zeta.xpm
%%DATADIR%%/images/nomencl-insert.xpm
%%DATADIR%%/images/note-insert.xpm %%DATADIR%%/images/note-insert.xpm
%%DATADIR%%/images/note-next.xpm
%%DATADIR%%/images/paste.xpm %%DATADIR%%/images/paste.xpm
%%DATADIR%%/images/promote.xpm
%%DATADIR%%/images/psnfss1.xpm %%DATADIR%%/images/psnfss1.xpm
%%DATADIR%%/images/psnfss2.xpm %%DATADIR%%/images/psnfss2.xpm
%%DATADIR%%/images/psnfss3.xpm %%DATADIR%%/images/psnfss3.xpm
%%DATADIR%%/images/psnfss4.xpm %%DATADIR%%/images/psnfss4.xpm
%%DATADIR%%/images/redo.xpm %%DATADIR%%/images/redo.xpm
%%DATADIR%%/images/reload.xpm
%%DATADIR%%/images/standard.xpm %%DATADIR%%/images/standard.xpm
%%DATADIR%%/images/tabular-feature_align-center.xpm %%DATADIR%%/images/tabular-feature_align-center.xpm
%%DATADIR%%/images/tabular-feature_align-left.xpm %%DATADIR%%/images/tabular-feature_align-left.xpm
@ -798,13 +885,17 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/tabular-feature_toggle-line-left.xpm %%DATADIR%%/images/tabular-feature_toggle-line-left.xpm
%%DATADIR%%/images/tabular-feature_toggle-line-right.xpm %%DATADIR%%/images/tabular-feature_toggle-line-right.xpm
%%DATADIR%%/images/tabular-feature_toggle-line-top.xpm %%DATADIR%%/images/tabular-feature_toggle-line-top.xpm
%%DATADIR%%/images/tabular-feature_toggle-rotate-cell.xpm
%%DATADIR%%/images/tabular-feature_toggle-rotate-tabular.xpm
%%DATADIR%%/images/tabular-feature_unset-all-lines.xpm %%DATADIR%%/images/tabular-feature_unset-all-lines.xpm
%%DATADIR%%/images/tabular-feature_valign-bottom.xpm %%DATADIR%%/images/tabular-feature_valign-bottom.xpm
%%DATADIR%%/images/tabular-feature_valign-middle.xpm %%DATADIR%%/images/tabular-feature_valign-middle.xpm
%%DATADIR%%/images/tabular-feature_valign-top.xpm %%DATADIR%%/images/tabular-feature_valign-top.xpm
%%DATADIR%%/images/tabular-insert.xpm %%DATADIR%%/images/tabular-insert.xpm
%%DATADIR%%/images/thesaurus-entry.xpm %%DATADIR%%/images/thesaurus-entry.xpm
%%DATADIR%%/images/toc-view.xpm %%DATADIR%%/images/toolbar-toggle_math.xpm
%%DATADIR%%/images/toolbar-toggle_math_panels.xpm
%%DATADIR%%/images/toolbar-toggle_table.xpm
%%DATADIR%%/images/undo.xpm %%DATADIR%%/images/undo.xpm
%%DATADIR%%/images/unknown.xpm %%DATADIR%%/images/unknown.xpm
%%DATADIR%%/images/up.xpm %%DATADIR%%/images/up.xpm
@ -815,11 +906,11 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/kbd/bg-bds-1251.kmap %%DATADIR%%/kbd/bg-bds-1251.kmap
%%DATADIR%%/kbd/brazil.kmap %%DATADIR%%/kbd/brazil.kmap
%%DATADIR%%/kbd/brazil2.kmap %%DATADIR%%/kbd/brazil2.kmap
%%DATADIR%%/kbd/cp1251.cdef
%%DATADIR%%/kbd/czech-prg.kmap %%DATADIR%%/kbd/czech-prg.kmap
%%DATADIR%%/kbd/czech.kmap %%DATADIR%%/kbd/czech.kmap
%%DATADIR%%/kbd/espanol.kmap %%DATADIR%%/kbd/espanol.kmap
%%DATADIR%%/kbd/european.kmap %%DATADIR%%/kbd/european.kmap
%%DATADIR%%/kbd/farsi.kmap
%%DATADIR%%/kbd/francais.kmap %%DATADIR%%/kbd/francais.kmap
%%DATADIR%%/kbd/french.kmap %%DATADIR%%/kbd/french.kmap
%%DATADIR%%/kbd/german-2.kmap %%DATADIR%%/kbd/german-2.kmap
@ -827,19 +918,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/kbd/german.kmap %%DATADIR%%/kbd/german.kmap
%%DATADIR%%/kbd/greek.kmap %%DATADIR%%/kbd/greek.kmap
%%DATADIR%%/kbd/hebrew.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-r.kmap
%%DATADIR%%/kbd/koi8-t.cdef
%%DATADIR%%/kbd/koi8-u.cdef
%%DATADIR%%/kbd/koi8-u.kmap %%DATADIR%%/kbd/koi8-u.kmap
%%DATADIR%%/kbd/latvian.kmap %%DATADIR%%/kbd/latvian.kmap
%%DATADIR%%/kbd/magyar-2.kmap %%DATADIR%%/kbd/magyar-2.kmap
@ -857,7 +936,6 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/kbd/slovak.kmap %%DATADIR%%/kbd/slovak.kmap
%%DATADIR%%/kbd/slovene.kmap %%DATADIR%%/kbd/slovene.kmap
%%DATADIR%%/kbd/thai-kedmanee.kmap %%DATADIR%%/kbd/thai-kedmanee.kmap
%%DATADIR%%/kbd/tis620-0.cdef
%%DATADIR%%/kbd/transilvanian.kmap %%DATADIR%%/kbd/transilvanian.kmap
%%DATADIR%%/kbd/turkish-f.kmap %%DATADIR%%/kbd/turkish-f.kmap
%%DATADIR%%/kbd/turkish.kmap %%DATADIR%%/kbd/turkish.kmap
@ -885,13 +963,13 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/amsmaths.inc %%DATADIR%%/layouts/amsmaths.inc
%%DATADIR%%/layouts/apa.layout %%DATADIR%%/layouts/apa.layout
%%DATADIR%%/layouts/arab-article.layout %%DATADIR%%/layouts/arab-article.layout
%%DATADIR%%/layouts/armenian-article.layout
%%DATADIR%%/layouts/article.layout %%DATADIR%%/layouts/article.layout
%%DATADIR%%/layouts/beamer.layout %%DATADIR%%/layouts/beamer.layout
%%DATADIR%%/layouts/book.layout %%DATADIR%%/layouts/book.layout
%%DATADIR%%/layouts/broadway.layout %%DATADIR%%/layouts/broadway.layout
%%DATADIR%%/layouts/chess.layout %%DATADIR%%/layouts/chess.layout
%%DATADIR%%/layouts/cl2emult.layout %%DATADIR%%/layouts/cl2emult.layout
%%DATADIR%%/layouts/cv.layout
%%DATADIR%%/layouts/db_lyxmacros.inc %%DATADIR%%/layouts/db_lyxmacros.inc
%%DATADIR%%/layouts/db_stdcharstyles.inc %%DATADIR%%/layouts/db_stdcharstyles.inc
%%DATADIR%%/layouts/db_stdclass.inc %%DATADIR%%/layouts/db_stdclass.inc
@ -911,6 +989,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/egs.layout %%DATADIR%%/layouts/egs.layout
%%DATADIR%%/layouts/elsart.layout %%DATADIR%%/layouts/elsart.layout
%%DATADIR%%/layouts/entcs.layout %%DATADIR%%/layouts/entcs.layout
%%DATADIR%%/layouts/europecv.layout
%%DATADIR%%/layouts/extarticle.layout %%DATADIR%%/layouts/extarticle.layout
%%DATADIR%%/layouts/extbook.layout %%DATADIR%%/layouts/extbook.layout
%%DATADIR%%/layouts/extletter.layout %%DATADIR%%/layouts/extletter.layout
@ -924,11 +1003,12 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/hollywood.layout %%DATADIR%%/layouts/hollywood.layout
%%DATADIR%%/layouts/ijmpc.layout %%DATADIR%%/layouts/ijmpc.layout
%%DATADIR%%/layouts/ijmpd.layout %%DATADIR%%/layouts/ijmpd.layout
%%DATADIR%%/layouts/iopart.layout
%%DATADIR%%/layouts/isprs.layout
%%DATADIR%%/layouts/jgrga.layout %%DATADIR%%/layouts/jgrga.layout
%%DATADIR%%/layouts/kluwer.layout %%DATADIR%%/layouts/kluwer.layout
%%DATADIR%%/layouts/latex8.layout %%DATADIR%%/layouts/latex8.layout
%%DATADIR%%/layouts/letter.layout %%DATADIR%%/layouts/letter.layout
%%DATADIR%%/layouts/linuxdoc.layout
%%DATADIR%%/layouts/literate-article.layout %%DATADIR%%/layouts/literate-article.layout
%%DATADIR%%/layouts/literate-book.layout %%DATADIR%%/layouts/literate-book.layout
%%DATADIR%%/layouts/literate-report.layout %%DATADIR%%/layouts/literate-report.layout
@ -938,6 +1018,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/lyxmacros.inc %%DATADIR%%/layouts/lyxmacros.inc
%%DATADIR%%/layouts/manpage.layout %%DATADIR%%/layouts/manpage.layout
%%DATADIR%%/layouts/memoir.layout %%DATADIR%%/layouts/memoir.layout
%%DATADIR%%/layouts/moderncv.layout
%%DATADIR%%/layouts/mwart.layout %%DATADIR%%/layouts/mwart.layout
%%DATADIR%%/layouts/mwbk.layout %%DATADIR%%/layouts/mwbk.layout
%%DATADIR%%/layouts/mwrep.layout %%DATADIR%%/layouts/mwrep.layout
@ -945,6 +1026,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/numreport.inc %%DATADIR%%/layouts/numreport.inc
%%DATADIR%%/layouts/numrevtex.inc %%DATADIR%%/layouts/numrevtex.inc
%%DATADIR%%/layouts/paper.layout %%DATADIR%%/layouts/paper.layout
%%DATADIR%%/layouts/powerdot.layout
%%DATADIR%%/layouts/report.layout %%DATADIR%%/layouts/report.layout
%%DATADIR%%/layouts/revtex.layout %%DATADIR%%/layouts/revtex.layout
%%DATADIR%%/layouts/revtex4.layout %%DATADIR%%/layouts/revtex4.layout
@ -956,6 +1038,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/scrreprt.layout %%DATADIR%%/layouts/scrreprt.layout
%%DATADIR%%/layouts/seminar.layout %%DATADIR%%/layouts/seminar.layout
%%DATADIR%%/layouts/siamltex.layout %%DATADIR%%/layouts/siamltex.layout
%%DATADIR%%/layouts/simplecv.layout
%%DATADIR%%/layouts/slides.layout %%DATADIR%%/layouts/slides.layout
%%DATADIR%%/layouts/spie.layout %%DATADIR%%/layouts/spie.layout
%%DATADIR%%/layouts/stdclass.inc %%DATADIR%%/layouts/stdclass.inc
@ -975,28 +1058,43 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/lyx2lyx/LyX.py %%DATADIR%%/lyx2lyx/LyX.py
%%DATADIR%%/lyx2lyx/LyX.pyc %%DATADIR%%/lyx2lyx/LyX.pyc
%%DATADIR%%/lyx2lyx/LyX.pyo %%DATADIR%%/lyx2lyx/LyX.pyo
%%DATADIR%%/lyx2lyx/generate_encoding_info.py
%%DATADIR%%/lyx2lyx/generate_encoding_info.pyc
%%DATADIR%%/lyx2lyx/generate_encoding_info.pyo
%%DATADIR%%/lyx2lyx/lyx2lyx %%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.py
%%DATADIR%%/lyx2lyx/lyx_0_12.pyc %%DATADIR%%/lyx2lyx/lyx_0_12.pyc
%%DATADIR%%/lyx2lyx/lyx_0_12.pyo %%DATADIR%%/lyx2lyx/lyx_0_12.pyo
%%DATADIR%%/lyx2lyx/lyx_1_0_0.py %%DATADIR%%/lyx2lyx/lyx_1_0.py
%%DATADIR%%/lyx2lyx/lyx_1_0_0.pyc %%DATADIR%%/lyx2lyx/lyx_1_0.pyc
%%DATADIR%%/lyx2lyx/lyx_1_0_0.pyo %%DATADIR%%/lyx2lyx/lyx_1_0.pyo
%%DATADIR%%/lyx2lyx/lyx_1_0_1.py %%DATADIR%%/lyx2lyx/lyx_1_1.py
%%DATADIR%%/lyx2lyx/lyx_1_0_1.pyc %%DATADIR%%/lyx2lyx/lyx_1_1.pyc
%%DATADIR%%/lyx2lyx/lyx_1_0_1.pyo %%DATADIR%%/lyx2lyx/lyx_1_1.pyo
%%DATADIR%%/lyx2lyx/lyx_1_1_4.py
%%DATADIR%%/lyx2lyx/lyx_1_1_4.pyc
%%DATADIR%%/lyx2lyx/lyx_1_1_4.pyo
%%DATADIR%%/lyx2lyx/lyx_1_1_5.py %%DATADIR%%/lyx2lyx/lyx_1_1_5.py
%%DATADIR%%/lyx2lyx/lyx_1_1_5.pyc %%DATADIR%%/lyx2lyx/lyx_1_1_5.pyc
%%DATADIR%%/lyx2lyx/lyx_1_1_5.pyo %%DATADIR%%/lyx2lyx/lyx_1_1_5.pyo
%%DATADIR%%/lyx2lyx/lyx_1_1_6.py %%DATADIR%%/lyx2lyx/lyx_1_1_6_0.py
%%DATADIR%%/lyx2lyx/lyx_1_1_6.pyc %%DATADIR%%/lyx2lyx/lyx_1_1_6_0.pyc
%%DATADIR%%/lyx2lyx/lyx_1_1_6.pyo %%DATADIR%%/lyx2lyx/lyx_1_1_6_0.pyo
%%DATADIR%%/lyx2lyx/lyx_1_1_6fix3.py %%DATADIR%%/lyx2lyx/lyx_1_1_6_3.py
%%DATADIR%%/lyx2lyx/lyx_1_1_6fix3.pyc %%DATADIR%%/lyx2lyx/lyx_1_1_6_3.pyc
%%DATADIR%%/lyx2lyx/lyx_1_1_6fix3.pyo %%DATADIR%%/lyx2lyx/lyx_1_1_6_3.pyo
%%DATADIR%%/lyx2lyx/lyx_1_2.py %%DATADIR%%/lyx2lyx/lyx_1_2.py
%%DATADIR%%/lyx2lyx/lyx_1_2.pyc %%DATADIR%%/lyx2lyx/lyx_1_2.pyc
%%DATADIR%%/lyx2lyx/lyx_1_2.pyo %%DATADIR%%/lyx2lyx/lyx_1_2.pyo
@ -1006,13 +1104,18 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/lyx2lyx/lyx_1_4.py %%DATADIR%%/lyx2lyx/lyx_1_4.py
%%DATADIR%%/lyx2lyx/lyx_1_4.pyc %%DATADIR%%/lyx2lyx/lyx_1_4.pyc
%%DATADIR%%/lyx2lyx/lyx_1_4.pyo %%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.py
%%DATADIR%%/lyx2lyx/parser_tools.pyc %%DATADIR%%/lyx2lyx/parser_tools.pyc
%%DATADIR%%/lyx2lyx/parser_tools.pyo %%DATADIR%%/lyx2lyx/parser_tools.pyo
%%DATADIR%%/lyx2lyx/profiling.py %%DATADIR%%/lyx2lyx/profiling.py
%%DATADIR%%/lyx2lyx/profiling.pyc %%DATADIR%%/lyx2lyx/profiling.pyc
%%DATADIR%%/lyx2lyx/profiling.pyo %%DATADIR%%/lyx2lyx/profiling.pyo
%%DATADIR%%/lyxrc.example %%DATADIR%%/lyx2lyx/test_parser_tools.py
%%DATADIR%%/lyx2lyx/test_parser_tools.pyc
%%DATADIR%%/lyx2lyx/test_parser_tools.pyo
%%DATADIR%%/scripts/TeXFiles.py %%DATADIR%%/scripts/TeXFiles.py
%%DATADIR%%/scripts/TeXFiles.pyc %%DATADIR%%/scripts/TeXFiles.pyc
%%DATADIR%%/scripts/TeXFiles.pyo %%DATADIR%%/scripts/TeXFiles.pyo
@ -1025,6 +1128,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/scripts/date.py %%DATADIR%%/scripts/date.py
%%DATADIR%%/scripts/date.pyc %%DATADIR%%/scripts/date.pyc
%%DATADIR%%/scripts/date.pyo %%DATADIR%%/scripts/date.pyo
%%DATADIR%%/scripts/ext_copy.py
%%DATADIR%%/scripts/ext_copy.pyc
%%DATADIR%%/scripts/ext_copy.pyo
%%DATADIR%%/scripts/fen2ascii.py %%DATADIR%%/scripts/fen2ascii.py
%%DATADIR%%/scripts/fen2ascii.pyc %%DATADIR%%/scripts/fen2ascii.pyc
%%DATADIR%%/scripts/fen2ascii.pyo %%DATADIR%%/scripts/fen2ascii.pyo
@ -1060,6 +1166,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/templates/aa.lyx %%DATADIR%%/templates/aa.lyx
%%DATADIR%%/templates/aastex.lyx %%DATADIR%%/templates/aastex.lyx
%%DATADIR%%/templates/agu_article.lyx %%DATADIR%%/templates/agu_article.lyx
%%DATADIR%%/templates/apa.lyx
%%DATADIR%%/templates/beamer-conference-ornate-20min.lyx %%DATADIR%%/templates/beamer-conference-ornate-20min.lyx
%%DATADIR%%/templates/de_beamer-conference-ornate-20min.lyx %%DATADIR%%/templates/de_beamer-conference-ornate-20min.lyx
%%DATADIR%%/templates/dinbrief.lyx %%DATADIR%%/templates/dinbrief.lyx
@ -1068,29 +1175,28 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/templates/fr_beamer-conference-ornate-20min.lyx %%DATADIR%%/templates/fr_beamer-conference-ornate-20min.lyx
%%DATADIR%%/templates/g-brief-de.lyx %%DATADIR%%/templates/g-brief-de.lyx
%%DATADIR%%/templates/g-brief-en.lyx %%DATADIR%%/templates/g-brief-en.lyx
%%DATADIR%%/templates/g-brief2.lyx
%%DATADIR%%/templates/hollywood.lyx %%DATADIR%%/templates/hollywood.lyx
%%DATADIR%%/templates/ijmpc.lyx %%DATADIR%%/templates/ijmpc.lyx
%%DATADIR%%/templates/ijmpd.lyx %%DATADIR%%/templates/ijmpd.lyx
%%DATADIR%%/templates/iop-article.lyx
%%DATADIR%%/templates/kluwer.lyx %%DATADIR%%/templates/kluwer.lyx
%%DATADIR%%/templates/koma-letter2.lyx %%DATADIR%%/templates/koma-letter2.lyx
%%DATADIR%%/templates/latex8.lyx %%DATADIR%%/templates/latex8.lyx
%%DATADIR%%/templates/letter.lyx %%DATADIR%%/templates/letter.lyx
%%DATADIR%%/templates/linuxdoc_article.lyx
%%DATADIR%%/templates/revtex.lyx %%DATADIR%%/templates/revtex.lyx
%%DATADIR%%/templates/revtex4.lyx %%DATADIR%%/templates/revtex4.lyx
%%DATADIR%%/templates/slides.lyx %%DATADIR%%/templates/slides.lyx
%%DATADIR%%/tex/broadway.cls %%DATADIR%%/tex/broadway.cls
%%DATADIR%%/tex/cv.cls
%%DATADIR%%/tex/hollywood.cls %%DATADIR%%/tex/hollywood.cls
%%DATADIR%%/tex/lyxchess.sty %%DATADIR%%/tex/lyxchess.sty
%%DATADIR%%/tex/lyxskak.sty %%DATADIR%%/tex/lyxskak.sty
%%DATADIR%%/tex/revtex.cls %%DATADIR%%/tex/revtex.cls
%%DATADIR%%/ui/classic.ui %%DATADIR%%/ui/classic.ui
%%DATADIR%%/ui/default.ui %%DATADIR%%/ui/default.ui
%%DATADIR%%/ui/default-alltoolbars.ui
%%DATADIR%%/ui/default-autotoolbars.ui
%%DATADIR%%/ui/stdmenus.inc %%DATADIR%%/ui/stdmenus.inc
%%DATADIR%%/ui/stdtoolbars.inc %%DATADIR%%/ui/stdtoolbars.inc
%%DATADIR%%/unicodesymbols
@dirrm %%DATADIR%%/ui @dirrm %%DATADIR%%/ui
@dirrm %%DATADIR%%/tex @dirrm %%DATADIR%%/tex
@dirrm %%DATADIR%%/templates @dirrm %%DATADIR%%/templates
@ -1100,8 +1206,52 @@ share/locale/tr/LC_MESSAGES/lyx.mo
@dirrm %%DATADIR%%/kbd @dirrm %%DATADIR%%/kbd
@dirrm %%DATADIR%%/images/math @dirrm %%DATADIR%%/images/math
@dirrm %%DATADIR%%/images @dirrm %%DATADIR%%/images
@dirrm %%DATADIR%%/fonts
@dirrm %%DATADIR%%/examples/sl
@dirrm %%DATADIR%%/examples/ru
@dirrm %%DATADIR%%/examples/ro
@dirrm %%DATADIR%%/examples/pt
@dirrm %%DATADIR%%/examples/pl
@dirrm %%DATADIR%%/examples/nl
@dirrm %%DATADIR%%/examples/it
@dirrm %%DATADIR%%/examples/hu
@dirrm %%DATADIR%%/examples/he
@dirrm %%DATADIR%%/examples/gl
@dirrm %%DATADIR%%/examples/fr
@dirrm %%DATADIR%%/examples/fa
@dirrm %%DATADIR%%/examples/eu
@dirrm %%DATADIR%%/examples/es
@dirrm %%DATADIR%%/examples/de
@dirrm %%DATADIR%%/examples/da
@dirrm %%DATADIR%%/examples/cs
@dirrm %%DATADIR%%/examples/ca
@dirrm %%DATADIR%%/examples @dirrm %%DATADIR%%/examples
@dirrm %%DATADIR%%/doc/sv
@dirrm %%DATADIR%%/doc/sl
@dirrm %%DATADIR%%/doc/sk
@dirrm %%DATADIR%%/doc/ru
@dirrm %%DATADIR%%/doc/ro
@dirrm %%DATADIR%%/doc/pt
@dirrm %%DATADIR%%/doc/pl
@dirrm %%DATADIR%%/doc/nl
@dirrm %%DATADIR%%/doc/nb
@dirrm %%DATADIR%%/doc/it
@dirrm %%DATADIR%%/doc/hu
@dirrm %%DATADIR%%/doc/he
@dirrm %%DATADIR%%/doc/gl
@dirrm %%DATADIR%%/doc/fr
@dirrm %%DATADIR%%/doc/eu
@dirrm %%DATADIR%%/doc/es/clipart
@dirrm %%DATADIR%%/doc/es
@dirrm %%DATADIR%%/doc/de/clipart
@dirrm %%DATADIR%%/doc/de
@dirrm %%DATADIR%%/doc/da
@dirrm %%DATADIR%%/doc/cs
@dirrm %%DATADIR%%/doc/clipart
@dirrm %%DATADIR%%/doc @dirrm %%DATADIR%%/doc
@dirrm %%DATADIR%%/clipart @dirrm %%DATADIR%%/bind/sv
@dirrm %%DATADIR%%/bind/pt
@dirrm %%DATADIR%%/bind/fi
@dirrm %%DATADIR%%/bind/de
@dirrm %%DATADIR%%/bind @dirrm %%DATADIR%%/bind
@dirrm %%DATADIR%% @dirrm %%DATADIR%%