mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
65 lines
1.8 KiB
Makefile
65 lines
1.8 KiB
Makefile
|
# This is a Makefile for the TOC.lyx files.
|
||
|
# It was automatically generated by depend.py
|
||
|
#
|
||
|
# First come the rules for each xx_TOC.lyx file. Then comes the
|
||
|
# TOCs target, which prints all the TOC files.
|
||
|
|
||
|
TOC.lyx: Intro.lyx FAQ.lyx Tutorial.lyx UserGuide.lyx Extended.lyx Customization.lyx
|
||
|
python doc_toc.py
|
||
|
|
||
|
cs_TOC.lyx: cs_Tutorial.lyx
|
||
|
python doc_toc.py cs
|
||
|
|
||
|
da_TOC.lyx: da_Intro.lyx
|
||
|
python doc_toc.py da
|
||
|
|
||
|
de_TOC.lyx: de_Extended.lyx de_UserGuide.lyx de_Intro.lyx de_FAQ.lyx de_Customization.lyx de_Tutorial.lyx
|
||
|
python doc_toc.py de
|
||
|
|
||
|
es_TOC.lyx: es_Tutorial.lyx es_Intro.lyx
|
||
|
python doc_toc.py es
|
||
|
|
||
|
eu_TOC.lyx: eu_Extended.lyx eu_FAQ.lyx eu_Intro.lyx eu_Customization.lyx eu_UserGuide.lyx eu_Tutorial.lyx
|
||
|
python doc_toc.py eu
|
||
|
|
||
|
fr_TOC.lyx: fr_Customization.lyx fr_Intro.lyx fr_UserGuide.lyx fr_FAQ.lyx fr_Tutorial.lyx fr_Extended.lyx
|
||
|
python doc_toc.py fr
|
||
|
|
||
|
he_TOC.lyx: he_Tutorial.lyx he_Intro.lyx
|
||
|
python doc_toc.py he
|
||
|
|
||
|
hu_TOC.lyx: hu_Intro.lyx
|
||
|
python doc_toc.py hu
|
||
|
|
||
|
it_TOC.lyx: it_UserGuide.lyx it_Customization.lyx it_Tutorial.lyx it_Intro.lyx
|
||
|
python doc_toc.py it
|
||
|
|
||
|
nl_TOC.lyx: nl_Intro.lyx nl_Tutorial.lyx
|
||
|
python doc_toc.py nl
|
||
|
|
||
|
no_TOC.lyx: no_Intro.lyx
|
||
|
python doc_toc.py no
|
||
|
|
||
|
pl_TOC.lyx: pl_Extended.lyx pl_Intro.lyx pl_Tutorial.lyx
|
||
|
python doc_toc.py pl
|
||
|
|
||
|
pt_TOC.lyx: pt_Intro.lyx pt_Tutorial.lyx
|
||
|
python doc_toc.py pt
|
||
|
|
||
|
ro_TOC.lyx: ro_Intro.lyx
|
||
|
python doc_toc.py ro
|
||
|
|
||
|
ru_TOC.lyx: ru_Intro.lyx ru_FAQ.lyx ru_Tutorial.lyx
|
||
|
python doc_toc.py ru
|
||
|
|
||
|
sk_TOC.lyx: sk_Tutorial.lyx sk_UserGuide.lyx
|
||
|
python doc_toc.py sk
|
||
|
|
||
|
sl_TOC.lyx: sl_Tutorial.lyx sl_Intro.lyx
|
||
|
python doc_toc.py sl
|
||
|
|
||
|
sv_TOC.lyx: sv_Tutorial.lyx sv_Intro.lyx
|
||
|
python doc_toc.py sv
|
||
|
|
||
|
TOCs = TOC.lyx cs_TOC.lyx da_TOC.lyx de_TOC.lyx es_TOC.lyx eu_TOC.lyx fr_TOC.lyx he_TOC.lyx hu_TOC.lyx it_TOC.lyx nl_TOC.lyx no_TOC.lyx pl_TOC.lyx pt_TOC.lyx ro_TOC.lyx ru_TOC.lyx sk_TOC.lyx sl_TOC.lyx sv_TOC.lyx
|