]> git.lyx.org Git - lyx.git/blobdiff - lib/Makefile.am
Ensure that TeXFiles.py is run by python2
[lyx.git] / lib / Makefile.am
index f06e32fa75b33237b0d32e15a053314babcd29d0..0bee13c1d805b5e93de14bc07e6f5f1a0698689d 100644 (file)
@@ -16,7 +16,6 @@ dist_pkgdata_DATA += configure.py
 
 dist_noinst_DATA = \
        appdata.xml \
-       fonts/stmary10.sfd \
        fonts/test/stmary10.lyx \
        images/README \
        images/font-smallcaps.svgz \
@@ -130,6 +129,8 @@ dist_faexamples_DATA = \
 frexamplesdir = $(pkgdatadir)/examples/fr
 dist_frexamples_DATA = \
        examples/fr/AlignementDecimal.lyx \
+       examples/fr/beamer.lyx \
+       examples/fr/beamer-article.lyx \
        examples/fr/Braille.lyx \
        examples/fr/exemple_brut.lyx \
        examples/fr/exemple_lyxifie.lyx \
@@ -192,6 +193,12 @@ koexamplesdir = $(pkgdatadir)/examples/ko
 dist_koexamples_DATA = \
        examples/ko/splash.lyx
 
+nbexamplesdir = $(pkgdatadir)/examples/nb
+dist_nbexamples_DATA = \
+       examples/nb/eksempel_lyxet.lyx \
+       examples/nb/eksempel_txt.lyx \
+       examples/nb/splash.lyx
+
 nlexamplesdir = $(pkgdatadir)/examples/nl
 dist_nlexamples_DATA = \
        examples/nl/opsommingstekens.lyx \
@@ -203,9 +210,13 @@ plexamplesdir = $(pkgdatadir)/examples/pl
 dist_plexamples_DATA = \
        examples/pl/splash.lyx
 
-ptexamplesdir = $(pkgdatadir)/examples/pt
-dist_ptexamples_DATA = \
-       examples/pt/splash.lyx
+pt_BRexamplesdir = $(pkgdatadir)/examples/pt_BR
+dist_pt_BRexamples_DATA = \
+       examples/pt_BR/splash.lyx
+       
+pt_PTexamplesdir = $(pkgdatadir)/examples/pt_PT
+dist_pt_PTexamples_DATA = \
+       examples/pt_PT/splash.lyx
 
 roexamplesdir = $(pkgdatadir)/examples/ro
 dist_roexamples_DATA = \
@@ -330,6 +341,7 @@ dist_examples_DATA = \
        examples/modernCV.lyx \
        examples/MultilingualCaptions.lyx \
        examples/noweb2lyx.lyx \
+       examples/paralist.lyx \
        examples/PDF-comment.lyx \
        examples/PDF-form.lyx \
        examples/powerdot-example.lyx \
@@ -1954,11 +1966,13 @@ dist_layouts_DATA =\
        layouts/aapaper.inc \
        layouts/aapaper.layout \
        layouts/aastex.layout \
+       layouts/aastex6.layout \
        layouts/achemso.layout \
        layouts/acm-sigs.layout \
        layouts/acm-sigs-alt.layout \
        layouts/acm-sigs.inc \
        layouts/acmsiggraph.layout \
+       layouts/acmsiggraph-0-92.layout \
        layouts/AEA.layout \
        layouts/agutex.layout \
        layouts/agu-dtd.layout \
@@ -2124,7 +2138,6 @@ dist_layouts_DATA =\
        layouts/stdlyxlist.inc \
        layouts/stdrefprefix.inc \
        layouts/stdsections.inc \
-       layouts/stdspecialchars.inc \
        layouts/stdstarsections.inc \
        layouts/stdstruct.inc \
        layouts/stdtitle.inc \
@@ -2206,7 +2219,7 @@ dist_scripts_DATA += \
 templatesdir = $(pkgdatadir)/templates
 dist_templates_DATA = \
        templates/aa.lyx \
-       templates/aastex.lyx \
+       templates/aastex6.lyx \
        templates/ACM-siggraph.lyx \
        templates/ACM-sigplan.lyx \
        templates/ACM-SIGS.lyx \
@@ -2322,6 +2335,7 @@ exampleandtemplate_files = \
                           $(dist_itexamples_DATA) \
                           $(dist_jaexamples_DATA) \
                           $(dist_koexamples_DATA) \
+                          $(dist_nbexamples_DATA) \
                           $(dist_nlexamples_DATA) \
                           $(dist_plexamples_DATA) \
                           $(dist_ptexamples_DATA) \