upgrade lyx port to 1.0.3
PR: 11656 12011 12153 Submitted by: Chris Piazza cpiazza@home.net, Mikhail Teterin mi@aldan.algebra.com, Vadim Belman voland@plab.ku.dk Reviewed by: me
This commit is contained in:
parent
a9c63b559a
commit
062341d603
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20087
15 changed files with 80 additions and 20 deletions
|
@ -3,10 +3,10 @@
|
|||
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.29 1999/05/05 14:09:34 flathill Exp $
|
||||
# $Id: Makefile,v 1.30 1999/06/08 22:14:27 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lyx-1.0.2
|
||||
DISTNAME= lyx-1.0.3
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
|
||||
ftp://la1ad.uio.no/pub/lyx/ \
|
||||
|
@ -27,7 +27,7 @@ USE_PERL5= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
||||
STRIP=
|
||||
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
|
||||
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11 ${LOCALBASE}/include"
|
||||
MAN1= lyx.1 reLyX.1
|
||||
|
||||
pre-fetch:
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (lyx-1.0.2.tar.gz) = fb1ba5950f11c239a7311e6e8c33be6b
|
||||
MD5 (lyx-1.0.3.tar.gz) = c7a8191795160de3a138a66041dc8de6
|
||||
|
|
|
@ -8,6 +8,7 @@ share/locale/es/LC_MESSAGES/lyx.mo
|
|||
share/locale/fi/LC_MESSAGES/lyx.mo
|
||||
share/locale/fr/LC_MESSAGES/lyx.mo
|
||||
share/locale/hu/LC_MESSAGES/lyx.mo
|
||||
share/locale/it/LC_MESSAGES/lyx.mo
|
||||
share/locale/nl/LC_MESSAGES/lyx.mo
|
||||
share/locale/no/LC_MESSAGES/lyx.mo
|
||||
share/locale/pl/LC_MESSAGES/lyx.mo
|
||||
|
@ -16,6 +17,7 @@ share/locale/ru/LC_MESSAGES/lyx.mo
|
|||
share/locale/sl/LC_MESSAGES/lyx.mo
|
||||
share/locale/sv/LC_MESSAGES/lyx.mo
|
||||
share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
share/locale/wa/LC_MESSAGES/lyx.mo
|
||||
share/lyx/CREDITS
|
||||
share/lyx/bind/broadway.bind
|
||||
share/lyx/bind/cua.bind
|
||||
|
@ -49,6 +51,9 @@ share/lyx/doc/de_Extended.lyx
|
|||
share/lyx/doc/de_Intro.lyx
|
||||
share/lyx/doc/de_Tutorial.lyx
|
||||
share/lyx/doc/de_UserGuide.lyx
|
||||
share/lyx/doc/es_Intro.lyx
|
||||
share/lyx/doc/es_Tutorial.lyx
|
||||
share/lyx/doc/es_splash.lyx
|
||||
share/lyx/doc/escher-lsd.eps
|
||||
share/lyx/doc/fr_Intro.lyx
|
||||
share/lyx/doc/fr_Tutorial.lyx
|
||||
|
@ -74,7 +79,10 @@ share/lyx/examples/amsbook-test.lyx
|
|||
share/lyx/examples/beispiel_gelyxt.lyx
|
||||
share/lyx/examples/beispiel_roh.lyx
|
||||
share/lyx/examples/de_splash.lyx
|
||||
share/lyx/examples/ejemplo_con_lyx.lyx
|
||||
share/lyx/examples/ejemplo_sin_lyx.lyx
|
||||
share/lyx/examples/example_lyxified.lyx
|
||||
share/lyx/examples/es_splash.lyx
|
||||
share/lyx/examples/example_raw.lyx
|
||||
share/lyx/examples/exemple_brut.lyx
|
||||
share/lyx/examples/exemple_lyxifie.lyx
|
||||
|
@ -82,7 +90,11 @@ share/lyx/examples/fr_splash.lyx
|
|||
share/lyx/examples/landslide.lyx
|
||||
share/lyx/examples/noweb2lyx.lyx
|
||||
share/lyx/examples/pl_splash.lyx
|
||||
share/lyx/examples/primer_lyxan.lyx
|
||||
share/lyx/examples/primer_surov.lyx
|
||||
share/lyx/examples/pt_splash.lyx
|
||||
share/lyx/examples/scriptone.lyx
|
||||
share/lyx/examples/sl_splash.lyx
|
||||
share/lyx/examples/splash.lyx
|
||||
share/lyx/images/amssymb.xbm
|
||||
share/lyx/images/amssymb.xpm
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.29 1999/05/05 14:09:34 flathill Exp $
|
||||
# $Id: Makefile,v 1.30 1999/06/08 22:14:27 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lyx-1.0.2
|
||||
DISTNAME= lyx-1.0.3
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
|
||||
ftp://la1ad.uio.no/pub/lyx/ \
|
||||
|
@ -27,7 +27,7 @@ USE_PERL5= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
||||
STRIP=
|
||||
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
|
||||
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11 ${LOCALBASE}/include"
|
||||
MAN1= lyx.1 reLyX.1
|
||||
|
||||
pre-fetch:
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (lyx-1.0.2.tar.gz) = fb1ba5950f11c239a7311e6e8c33be6b
|
||||
MD5 (lyx-1.0.3.tar.gz) = c7a8191795160de3a138a66041dc8de6
|
||||
|
|
|
@ -8,6 +8,7 @@ share/locale/es/LC_MESSAGES/lyx.mo
|
|||
share/locale/fi/LC_MESSAGES/lyx.mo
|
||||
share/locale/fr/LC_MESSAGES/lyx.mo
|
||||
share/locale/hu/LC_MESSAGES/lyx.mo
|
||||
share/locale/it/LC_MESSAGES/lyx.mo
|
||||
share/locale/nl/LC_MESSAGES/lyx.mo
|
||||
share/locale/no/LC_MESSAGES/lyx.mo
|
||||
share/locale/pl/LC_MESSAGES/lyx.mo
|
||||
|
@ -16,6 +17,7 @@ share/locale/ru/LC_MESSAGES/lyx.mo
|
|||
share/locale/sl/LC_MESSAGES/lyx.mo
|
||||
share/locale/sv/LC_MESSAGES/lyx.mo
|
||||
share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
share/locale/wa/LC_MESSAGES/lyx.mo
|
||||
share/lyx/CREDITS
|
||||
share/lyx/bind/broadway.bind
|
||||
share/lyx/bind/cua.bind
|
||||
|
@ -49,6 +51,9 @@ share/lyx/doc/de_Extended.lyx
|
|||
share/lyx/doc/de_Intro.lyx
|
||||
share/lyx/doc/de_Tutorial.lyx
|
||||
share/lyx/doc/de_UserGuide.lyx
|
||||
share/lyx/doc/es_Intro.lyx
|
||||
share/lyx/doc/es_Tutorial.lyx
|
||||
share/lyx/doc/es_splash.lyx
|
||||
share/lyx/doc/escher-lsd.eps
|
||||
share/lyx/doc/fr_Intro.lyx
|
||||
share/lyx/doc/fr_Tutorial.lyx
|
||||
|
@ -74,7 +79,10 @@ share/lyx/examples/amsbook-test.lyx
|
|||
share/lyx/examples/beispiel_gelyxt.lyx
|
||||
share/lyx/examples/beispiel_roh.lyx
|
||||
share/lyx/examples/de_splash.lyx
|
||||
share/lyx/examples/ejemplo_con_lyx.lyx
|
||||
share/lyx/examples/ejemplo_sin_lyx.lyx
|
||||
share/lyx/examples/example_lyxified.lyx
|
||||
share/lyx/examples/es_splash.lyx
|
||||
share/lyx/examples/example_raw.lyx
|
||||
share/lyx/examples/exemple_brut.lyx
|
||||
share/lyx/examples/exemple_lyxifie.lyx
|
||||
|
@ -82,7 +90,11 @@ share/lyx/examples/fr_splash.lyx
|
|||
share/lyx/examples/landslide.lyx
|
||||
share/lyx/examples/noweb2lyx.lyx
|
||||
share/lyx/examples/pl_splash.lyx
|
||||
share/lyx/examples/primer_lyxan.lyx
|
||||
share/lyx/examples/primer_surov.lyx
|
||||
share/lyx/examples/pt_splash.lyx
|
||||
share/lyx/examples/scriptone.lyx
|
||||
share/lyx/examples/sl_splash.lyx
|
||||
share/lyx/examples/splash.lyx
|
||||
share/lyx/images/amssymb.xbm
|
||||
share/lyx/images/amssymb.xpm
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.29 1999/05/05 14:09:34 flathill Exp $
|
||||
# $Id: Makefile,v 1.30 1999/06/08 22:14:27 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lyx-1.0.2
|
||||
DISTNAME= lyx-1.0.3
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
|
||||
ftp://la1ad.uio.no/pub/lyx/ \
|
||||
|
@ -27,7 +27,7 @@ USE_PERL5= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
||||
STRIP=
|
||||
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
|
||||
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11 ${LOCALBASE}/include"
|
||||
MAN1= lyx.1 reLyX.1
|
||||
|
||||
pre-fetch:
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (lyx-1.0.2.tar.gz) = fb1ba5950f11c239a7311e6e8c33be6b
|
||||
MD5 (lyx-1.0.3.tar.gz) = c7a8191795160de3a138a66041dc8de6
|
||||
|
|
|
@ -8,6 +8,7 @@ share/locale/es/LC_MESSAGES/lyx.mo
|
|||
share/locale/fi/LC_MESSAGES/lyx.mo
|
||||
share/locale/fr/LC_MESSAGES/lyx.mo
|
||||
share/locale/hu/LC_MESSAGES/lyx.mo
|
||||
share/locale/it/LC_MESSAGES/lyx.mo
|
||||
share/locale/nl/LC_MESSAGES/lyx.mo
|
||||
share/locale/no/LC_MESSAGES/lyx.mo
|
||||
share/locale/pl/LC_MESSAGES/lyx.mo
|
||||
|
@ -16,6 +17,7 @@ share/locale/ru/LC_MESSAGES/lyx.mo
|
|||
share/locale/sl/LC_MESSAGES/lyx.mo
|
||||
share/locale/sv/LC_MESSAGES/lyx.mo
|
||||
share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
share/locale/wa/LC_MESSAGES/lyx.mo
|
||||
share/lyx/CREDITS
|
||||
share/lyx/bind/broadway.bind
|
||||
share/lyx/bind/cua.bind
|
||||
|
@ -49,6 +51,9 @@ share/lyx/doc/de_Extended.lyx
|
|||
share/lyx/doc/de_Intro.lyx
|
||||
share/lyx/doc/de_Tutorial.lyx
|
||||
share/lyx/doc/de_UserGuide.lyx
|
||||
share/lyx/doc/es_Intro.lyx
|
||||
share/lyx/doc/es_Tutorial.lyx
|
||||
share/lyx/doc/es_splash.lyx
|
||||
share/lyx/doc/escher-lsd.eps
|
||||
share/lyx/doc/fr_Intro.lyx
|
||||
share/lyx/doc/fr_Tutorial.lyx
|
||||
|
@ -74,7 +79,10 @@ share/lyx/examples/amsbook-test.lyx
|
|||
share/lyx/examples/beispiel_gelyxt.lyx
|
||||
share/lyx/examples/beispiel_roh.lyx
|
||||
share/lyx/examples/de_splash.lyx
|
||||
share/lyx/examples/ejemplo_con_lyx.lyx
|
||||
share/lyx/examples/ejemplo_sin_lyx.lyx
|
||||
share/lyx/examples/example_lyxified.lyx
|
||||
share/lyx/examples/es_splash.lyx
|
||||
share/lyx/examples/example_raw.lyx
|
||||
share/lyx/examples/exemple_brut.lyx
|
||||
share/lyx/examples/exemple_lyxifie.lyx
|
||||
|
@ -82,7 +90,11 @@ share/lyx/examples/fr_splash.lyx
|
|||
share/lyx/examples/landslide.lyx
|
||||
share/lyx/examples/noweb2lyx.lyx
|
||||
share/lyx/examples/pl_splash.lyx
|
||||
share/lyx/examples/primer_lyxan.lyx
|
||||
share/lyx/examples/primer_surov.lyx
|
||||
share/lyx/examples/pt_splash.lyx
|
||||
share/lyx/examples/scriptone.lyx
|
||||
share/lyx/examples/sl_splash.lyx
|
||||
share/lyx/examples/splash.lyx
|
||||
share/lyx/images/amssymb.xbm
|
||||
share/lyx/images/amssymb.xpm
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.29 1999/05/05 14:09:34 flathill Exp $
|
||||
# $Id: Makefile,v 1.30 1999/06/08 22:14:27 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lyx-1.0.2
|
||||
DISTNAME= lyx-1.0.3
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
|
||||
ftp://la1ad.uio.no/pub/lyx/ \
|
||||
|
@ -27,7 +27,7 @@ USE_PERL5= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
||||
STRIP=
|
||||
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
|
||||
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11 ${LOCALBASE}/include"
|
||||
MAN1= lyx.1 reLyX.1
|
||||
|
||||
pre-fetch:
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (lyx-1.0.2.tar.gz) = fb1ba5950f11c239a7311e6e8c33be6b
|
||||
MD5 (lyx-1.0.3.tar.gz) = c7a8191795160de3a138a66041dc8de6
|
||||
|
|
|
@ -8,6 +8,7 @@ share/locale/es/LC_MESSAGES/lyx.mo
|
|||
share/locale/fi/LC_MESSAGES/lyx.mo
|
||||
share/locale/fr/LC_MESSAGES/lyx.mo
|
||||
share/locale/hu/LC_MESSAGES/lyx.mo
|
||||
share/locale/it/LC_MESSAGES/lyx.mo
|
||||
share/locale/nl/LC_MESSAGES/lyx.mo
|
||||
share/locale/no/LC_MESSAGES/lyx.mo
|
||||
share/locale/pl/LC_MESSAGES/lyx.mo
|
||||
|
@ -16,6 +17,7 @@ share/locale/ru/LC_MESSAGES/lyx.mo
|
|||
share/locale/sl/LC_MESSAGES/lyx.mo
|
||||
share/locale/sv/LC_MESSAGES/lyx.mo
|
||||
share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
share/locale/wa/LC_MESSAGES/lyx.mo
|
||||
share/lyx/CREDITS
|
||||
share/lyx/bind/broadway.bind
|
||||
share/lyx/bind/cua.bind
|
||||
|
@ -49,6 +51,9 @@ share/lyx/doc/de_Extended.lyx
|
|||
share/lyx/doc/de_Intro.lyx
|
||||
share/lyx/doc/de_Tutorial.lyx
|
||||
share/lyx/doc/de_UserGuide.lyx
|
||||
share/lyx/doc/es_Intro.lyx
|
||||
share/lyx/doc/es_Tutorial.lyx
|
||||
share/lyx/doc/es_splash.lyx
|
||||
share/lyx/doc/escher-lsd.eps
|
||||
share/lyx/doc/fr_Intro.lyx
|
||||
share/lyx/doc/fr_Tutorial.lyx
|
||||
|
@ -74,7 +79,10 @@ share/lyx/examples/amsbook-test.lyx
|
|||
share/lyx/examples/beispiel_gelyxt.lyx
|
||||
share/lyx/examples/beispiel_roh.lyx
|
||||
share/lyx/examples/de_splash.lyx
|
||||
share/lyx/examples/ejemplo_con_lyx.lyx
|
||||
share/lyx/examples/ejemplo_sin_lyx.lyx
|
||||
share/lyx/examples/example_lyxified.lyx
|
||||
share/lyx/examples/es_splash.lyx
|
||||
share/lyx/examples/example_raw.lyx
|
||||
share/lyx/examples/exemple_brut.lyx
|
||||
share/lyx/examples/exemple_lyxifie.lyx
|
||||
|
@ -82,7 +90,11 @@ share/lyx/examples/fr_splash.lyx
|
|||
share/lyx/examples/landslide.lyx
|
||||
share/lyx/examples/noweb2lyx.lyx
|
||||
share/lyx/examples/pl_splash.lyx
|
||||
share/lyx/examples/primer_lyxan.lyx
|
||||
share/lyx/examples/primer_surov.lyx
|
||||
share/lyx/examples/pt_splash.lyx
|
||||
share/lyx/examples/scriptone.lyx
|
||||
share/lyx/examples/sl_splash.lyx
|
||||
share/lyx/examples/splash.lyx
|
||||
share/lyx/images/amssymb.xbm
|
||||
share/lyx/images/amssymb.xpm
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.29 1999/05/05 14:09:34 flathill Exp $
|
||||
# $Id: Makefile,v 1.30 1999/06/08 22:14:27 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lyx-1.0.2
|
||||
DISTNAME= lyx-1.0.3
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
|
||||
ftp://la1ad.uio.no/pub/lyx/ \
|
||||
|
@ -27,7 +27,7 @@ USE_PERL5= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
||||
STRIP=
|
||||
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
|
||||
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11 ${LOCALBASE}/include"
|
||||
MAN1= lyx.1 reLyX.1
|
||||
|
||||
pre-fetch:
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (lyx-1.0.2.tar.gz) = fb1ba5950f11c239a7311e6e8c33be6b
|
||||
MD5 (lyx-1.0.3.tar.gz) = c7a8191795160de3a138a66041dc8de6
|
||||
|
|
|
@ -8,6 +8,7 @@ share/locale/es/LC_MESSAGES/lyx.mo
|
|||
share/locale/fi/LC_MESSAGES/lyx.mo
|
||||
share/locale/fr/LC_MESSAGES/lyx.mo
|
||||
share/locale/hu/LC_MESSAGES/lyx.mo
|
||||
share/locale/it/LC_MESSAGES/lyx.mo
|
||||
share/locale/nl/LC_MESSAGES/lyx.mo
|
||||
share/locale/no/LC_MESSAGES/lyx.mo
|
||||
share/locale/pl/LC_MESSAGES/lyx.mo
|
||||
|
@ -16,6 +17,7 @@ share/locale/ru/LC_MESSAGES/lyx.mo
|
|||
share/locale/sl/LC_MESSAGES/lyx.mo
|
||||
share/locale/sv/LC_MESSAGES/lyx.mo
|
||||
share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
share/locale/wa/LC_MESSAGES/lyx.mo
|
||||
share/lyx/CREDITS
|
||||
share/lyx/bind/broadway.bind
|
||||
share/lyx/bind/cua.bind
|
||||
|
@ -49,6 +51,9 @@ share/lyx/doc/de_Extended.lyx
|
|||
share/lyx/doc/de_Intro.lyx
|
||||
share/lyx/doc/de_Tutorial.lyx
|
||||
share/lyx/doc/de_UserGuide.lyx
|
||||
share/lyx/doc/es_Intro.lyx
|
||||
share/lyx/doc/es_Tutorial.lyx
|
||||
share/lyx/doc/es_splash.lyx
|
||||
share/lyx/doc/escher-lsd.eps
|
||||
share/lyx/doc/fr_Intro.lyx
|
||||
share/lyx/doc/fr_Tutorial.lyx
|
||||
|
@ -74,7 +79,10 @@ share/lyx/examples/amsbook-test.lyx
|
|||
share/lyx/examples/beispiel_gelyxt.lyx
|
||||
share/lyx/examples/beispiel_roh.lyx
|
||||
share/lyx/examples/de_splash.lyx
|
||||
share/lyx/examples/ejemplo_con_lyx.lyx
|
||||
share/lyx/examples/ejemplo_sin_lyx.lyx
|
||||
share/lyx/examples/example_lyxified.lyx
|
||||
share/lyx/examples/es_splash.lyx
|
||||
share/lyx/examples/example_raw.lyx
|
||||
share/lyx/examples/exemple_brut.lyx
|
||||
share/lyx/examples/exemple_lyxifie.lyx
|
||||
|
@ -82,7 +90,11 @@ share/lyx/examples/fr_splash.lyx
|
|||
share/lyx/examples/landslide.lyx
|
||||
share/lyx/examples/noweb2lyx.lyx
|
||||
share/lyx/examples/pl_splash.lyx
|
||||
share/lyx/examples/primer_lyxan.lyx
|
||||
share/lyx/examples/primer_surov.lyx
|
||||
share/lyx/examples/pt_splash.lyx
|
||||
share/lyx/examples/scriptone.lyx
|
||||
share/lyx/examples/sl_splash.lyx
|
||||
share/lyx/examples/splash.lyx
|
||||
share/lyx/images/amssymb.xbm
|
||||
share/lyx/images/amssymb.xpm
|
||||
|
|
Loading…
Reference in a new issue