mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
new Ukrainian Intro manual by Yuri
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26179 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
17dd645862
commit
d418c61c05
@ -1967,6 +1967,8 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS:
|
||||
('doc/sk', lib_doc_sk_files),
|
||||
('doc/sl', lib_doc_sl_files),
|
||||
('doc/sv', lib_doc_sv_files),
|
||||
('doc/uk', lib_doc_uk_files),
|
||||
('doc/uk/clipart', lib_doc_uk_clipart_files),
|
||||
('examples', lib_examples_files),
|
||||
('examples/ca', lib_examples_ca_files),
|
||||
('examples/cs', lib_examples_cs_files),
|
||||
|
@ -2297,6 +2297,16 @@ lib_doc_sv_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_uk_files = Split('''
|
||||
Intro.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_uk_clipart_files = Split('''
|
||||
FootnoteQT4.png
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_files = Split('''
|
||||
Braille.lyx
|
||||
CV-image.eps
|
||||
|
@ -231,6 +231,14 @@ dist_svdoc_DATA = \
|
||||
sv/Intro.lyx \
|
||||
sv/Tutorial.lyx
|
||||
|
||||
ukdocdir = $(pkgdatadir)/doc/uk
|
||||
dist_ukdoc_DATA = \
|
||||
uk/Intro.lyx
|
||||
|
||||
ukclipartdocdir = $(pkgdatadir)/doc/uk/clipart
|
||||
dist_ukclipartdoc_DATA = \
|
||||
uk/clipart/FootnoteQT4.png
|
||||
|
||||
docdir = $(pkgdatadir)/doc
|
||||
dist_doc_DATA = \
|
||||
Customization.lyx \
|
||||
|
@ -70,4 +70,7 @@ sl/TOC.lyx: $(srcdir)/Customization.lyx $(srcdir)/EmbeddedObjects.lyx $(srcdir)/
|
||||
sv/TOC.lyx: $(srcdir)/Customization.lyx $(srcdir)/EmbeddedObjects.lyx $(srcdir)/Extended.lyx $(srcdir)/FAQ.lyx $(srcdir)/Math.lyx $(srcdir)/UserGuide.lyx $(srcdir)/sv/Intro.lyx $(srcdir)/sv/Tutorial.lyx
|
||||
PYTHONPATH=$(top_builddir)/lib/lyx2lyx python -tt $(srcdir)/doc_toc.py sv .
|
||||
|
||||
tocfiles = ca/TOC.lyx cs/TOC.lyx da/TOC.lyx de/TOC.lyx TOC.lyx es/TOC.lyx eu/TOC.lyx fr/TOC.lyx gl/TOC.lyx he/TOC.lyx hu/TOC.lyx it/TOC.lyx ja/TOC.lyx nb/TOC.lyx nl/TOC.lyx pl/TOC.lyx pt/TOC.lyx ro/TOC.lyx ru/TOC.lyx sk/TOC.lyx sl/TOC.lyx sv/TOC.lyx
|
||||
uk/TOC.lyx: $(srcdir)/EmbeddedObjects.lyx $(srcdir)/Extended.lyx $(srcdir)/FAQ.lyx $(srcdir)/Math.lyx $(srcdir)/Customization.lyx $(srcdir)/uk/Intro.lyx $(srcdir)/Tutorial.lyx $(srcdir)/UserGuide.lyx
|
||||
PYTHONPATH=$(top_builddir)/lib/lyx2lyx python -tt $(srcdir)/doc_toc.py uk .
|
||||
|
||||
tocfiles = ca/TOC.lyx cs/TOC.lyx da/TOC.lyx de/TOC.lyx TOC.lyx es/TOC.lyx eu/TOC.lyx fr/TOC.lyx gl/TOC.lyx he/TOC.lyx hu/TOC.lyx it/TOC.lyx ja/TOC.lyx nb/TOC.lyx nl/TOC.lyx pl/TOC.lyx pt/TOC.lyx ro/TOC.lyx ru/TOC.lyx sk/TOC.lyx sl/TOC.lyx sv/TOC.lyx uk/TOC.lyx
|
||||
|
2165
lib/doc/uk/Intro.lyx
Normal file
2165
lib/doc/uk/Intro.lyx
Normal file
File diff suppressed because it is too large
Load Diff
BIN
lib/doc/uk/clipart/FootnoteQT4.png
Normal file
BIN
lib/doc/uk/clipart/FootnoteQT4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 976 B |
Loading…
Reference in New Issue
Block a user