]> git.lyx.org Git - lyx.git/blob - lib/doc/Makefile.am
add missing doc files and update makefile
[lyx.git] / lib / doc / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 DISTCLEANFILES += LyXConfig.lyx LaTeXConfig.lyx Makefile.depend
4
5 EXTRA_DIST = Depend.pl Doc_toc.pl LaTeXConfig.lyx.in LyXConfig.lyx.in README.Documentation $(docfiles) $(toc_DATA)
6
7 docfiles = \
8         cs_TOC.lyx \
9         cs_Tutorial.lyx \
10         da_Intro.lyx \
11         da_TOC.lyx \
12         de_Customization.lyx \
13         de_Extended.lyx \
14         de_FAQ.lyx \
15         de_Intro.lyx \
16         de_TOC.lyx \
17         de_Tutorial.lyx \
18         de_UserGuide.lyx \
19         DocStyle.lyx \
20         es_Intro.lyx \
21         es_TOC.lyx \
22         es_Tutorial.lyx \
23         eu_Customization.lyx \
24         eu_Extended.lyx \
25         eu_FAQ.lyx \
26         eu_Intro.lyx \
27         eu_TOC.lyx \
28         eu_Tutorial.lyx \
29         eu_UserGuide.lyx \
30         Extended.lyx \
31         FAQ.lyx \
32         fr_Customization.lyx \
33         fr_Extended.lyx \
34         fr_FAQ.lyx \
35         fr_Intro.lyx \
36         fr_TOC.lyx \
37         fr_Tutorial.lyx \
38         fr_UserGuide.lyx \
39         he_Intro.lyx \
40         he_TOC.lyx \
41         he_Tutorial.lyx \
42         hu_Intro.lyx \
43         hu_TOC.lyx \
44         Intro.lyx \
45         it_Customization.lyx \
46         it_Intro.lyx \
47         it_TOC.lyx \
48         it_Tutorial.lyx \
49         it_UserGuide.lyx \
50         nl_Intro.lyx \
51         nl_TOC.lyx \
52         nl_Tutorial.lyx \
53         no_Intro.lyx \
54         no_TOC.lyx \
55         pl_Extended.lyx \
56         pl_Intro.lyx \
57         pl_TOC.lyx \
58         pl_Tutorial.lyx \
59         pt_Intro.lyx \
60         pt_TOC.lyx \
61         pt_Tutorial.lyx \
62         Reference.lyx \
63         ro_Intro.lyx \
64         ro_TOC.lyx \
65         ru_FAQ.lyx \
66         ru_Intro.lyx \
67         ru_TOC.lyx \
68         ru_Tutorial.lyx \
69         sk_TOC.lyx \
70         sk_Tutorial.lyx \
71         sk_UserGuide.lyx \
72         sl_Intro.lyx \
73         sl_TOC.lyx \
74         sl_Tutorial.lyx \
75         sv_Intro.lyx \
76         sv_TOC.lyx \
77         sv_Tutorial.lyx \
78         TOC.lyx \
79         Tutorial.lyx \
80         UserGuide.lyx \
81         escher-lsd.eps \
82         mobius.eps \
83         platypus.eps
84
85 docdir = $(pkgdatadir)/doc
86 doc_DATA = \
87         $(docfiles) \
88         LaTeXConfig.lyx
89
90 tocdir = $(docdir)/TOC_top
91 toc_DATA = \
92         TOC_top/da_TOC_top.lyx \
93         TOC_top/de_TOC_top.lyx \
94         TOC_top/fr_TOC_top.lyx \
95         TOC_top/ru_TOC_top.lyx \
96         TOC_top/sl_TOC_top.lyx \
97         TOC_top/TOC_top.lyx
98
99
100 # TODO can we instead just #include the DEPENDFILE in this Makefile?
101 # problem with this is that the DEPENDFILE that's included won't be the updated
102 # one. JMarc should know how to handle this.
103
104 DEPENDFILE = Makefile.depend
105
106 TOCs : depend
107         make -f $(DEPENDFILE) TOCs
108
109 depend:
110         perl Depend.pl > $(DEPENDFILE)
111
112 .PHONY: depend