]> git.lyx.org Git - lyx.git/blobdiff - lib/doc/Makefile.am
Change the LaTeXBuiltin tag to a NeedsFloatPkg tag. Discussion on the
[lyx.git] / lib / doc / Makefile.am
index 0949c799863f2d3c617893c0e612ed2d4c9be7c2..9822c4986e5cba8a22375fcb462052ca0434611b 100644 (file)
@@ -5,12 +5,11 @@ EXTRA_DIST = README.Documentation
 docdir = $(pkgdatadir)/doc
 dist_doc_DATA = \
        Customization.lyx \
-       DocStyle.lyx \
        DummyTextDocument.txt \
        DummyDocument1.lyx \
        DummyDocument2.lyx \
        EmbeddedObjects.lyx \
-       Extended.lyx \
+       Additional.lyx \
        Formula-numbering.lyx \
        Intro.lyx \
        LaTeXConfig.lyx \
@@ -76,7 +75,7 @@ dist_dedoc_DATA = \
        de/DummyDocument2.lyx \
        de/DummyTextDocument.txt \
        de/EmbeddedObjects.lyx \
-       de/Extended.lyx \
+       de/Additional.lyx \
        de/Formelnummerierung.lyx \
        de/Intro.lyx \
        de/Math.lyx \
@@ -105,7 +104,7 @@ dist_esdoc_DATA = \
        es/DocumentoPostizo2.lyx \
        es/DocumentoTextoPostizo.txt \
        es/EmbeddedObjects.lyx \
-       es/Extended.lyx \
+       es/Additional.lyx \
        es/Formula-numbering.lyx \
        es/Intro.lyx \
        es/Math.lyx \
@@ -132,7 +131,7 @@ dist_esclipartdoc_DATA = \
 eudocdir = $(docdir)/eu
 dist_eudoc_DATA = \
        eu/Customization.lyx \
-       eu/Extended.lyx \
+       eu/Additional.lyx \
        eu/Intro.lyx \
        eu/Tutorial.lyx \
        eu/UserGuide.lyx
@@ -144,7 +143,7 @@ dist_frdoc_DATA = \
        fr/DocumentBidon2.lyx \
        fr/DocumentTexteBidon.txt \
        fr/EmbeddedObjects.lyx \
-       fr/Extended.lyx \
+       fr/Additional.lyx \
        fr/Formula-numbering.lyx \
        fr/Intro.lyx \
        fr/Math.lyx \
@@ -203,7 +202,7 @@ dist_itclipartdoc_DATA = \
 
 jadocdir = $(docdir)/ja
 dist_jadoc_DATA = \
-       ja/Extended.lyx \
+       ja/Additional.lyx \
        ja/Intro.lyx \
        ja/LaTeXConfig.lyx \
        ja/Math.lyx \
@@ -230,7 +229,7 @@ dist_nbdoc_DATA = \
 
 pldocdir = $(docdir)/pl
 dist_pldoc_DATA = \
-       pl/Extended.lyx \
+       pl/Additional.lyx \
        pl/Intro.lyx \
        pl/Tutorial.lyx
 
@@ -250,6 +249,7 @@ dist_rudoc_DATA = \
 
 skdocdir = $(docdir)/sk
 dist_skdoc_DATA = \
+       sk/Intro.lyx \
        sk/Tutorial.lyx \
        sk/UserGuide.lyx
 
@@ -271,6 +271,11 @@ ukclipartdocdir = $(ukdocdir)/clipart
 dist_ukclipartdoc_DATA = \
        uk/clipart/FootnoteQT4.png
 
+zhCNdocdir = $(docdir)/zh_CN
+dist_zhCNdoc_DATA = \
+       zh_CN/Intro.lyx \
+       zh_CN/Tutorial.lyx
+
 doc_files = \
            $(dist_doc_DATA) \
            $(dist_cadoc_DATA) \
@@ -294,7 +299,8 @@ doc_files = \
            $(dist_skdoc_DATA) \
            $(dist_sldoc_DATA) \
            $(dist_svdoc_DATA) \
-           $(dist_ukdoc_DATA)
+           $(dist_ukdoc_DATA) \
+           $(dist_zhCNdoc_DATA)
 
 install-data-hook:
        for i in $(doc_files); \