More blablah about how cool GStreamer really is..
[platform/upstream/gstreamer.git] / docs / manual / Makefile.am
1 manualname = gstreamer-manual
2 htmlname = index.html
3
4 sgml_files = gstreamer-manual.sgml \
5              advanced.sgml \
6              autoplugging.sgml \
7              bins.sgml \
8              buffers.sgml \
9              components.sgml \
10              quotes.sgml \
11              pads.sgml \
12              connections.sgml \
13              cothreads.sgml \
14              dynamic.sgml \
15              elements.sgml \
16              factories.sgml \
17              goals.sgml \
18              helloworld.sgml \
19              helloworld2.sgml \
20              intro.sgml \
21              motivation.sgml \
22              plugins.sgml \
23              programs.sgml \
24              debugging.sgml \
25              queues.sgml \
26              states.sgml \
27              threads.sgml \
28              typedetection.sgml \
29              utility.sgml \
30              xml.sgml
31
32 fig_files =  bin-element.fig \
33              bin-element-ghost.fig \
34              connected-elements.fig \
35              filter-element-multi.fig \
36              filter-element.fig \
37              hello-world.fig \
38              mime-world.fig \
39              queue.fig \
40              sink-element.fig \
41              src-element.fig \
42              state-diagram.fig \
43              thread.fig
44
45 eps_files =  images/bin-element.eps \
46              images/bin-element-ghost.eps \
47              images/connected-elements.eps \
48              images/filter-element-multi.eps \
49              images/filter-element.eps \
50              images/hello-world.eps \
51              images/mime-world.eps \
52              images/queue.eps \
53              images/sink-element.eps \
54              images/src-element.eps \
55              images/state-diagram.eps \
56              images/thread.eps
57
58 png_files =  images/bin-element.png \
59              images/bin-element-ghost.png \
60              images/connected-elements.png \
61              images/filter-element-multi.png \
62              images/filter-element.png \
63              images/hello-world.png \
64              images/mime-world.png \
65              images/queue.png \
66              images/sink-element.png \
67              images/src-element.png \
68              images/state-diagram.png \
69              images/thread.png
70
71
72 EXTRA_DIST = $(sgml_files) $(fig_files)
73
74 include $(srcdir)/../manuals.mak
75