reversed wingo's changes, because this works and I spent half an hour figuring out...
[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              init.sgml \
21              intro.sgml \
22              motivation.sgml \
23              plugins.sgml \
24              programs.sgml \
25              debugging.sgml \
26              queues.sgml \
27              states.sgml \
28              threads.sgml \
29              typedetection.sgml \
30              utility.sgml \
31              xml.sgml
32
33 fig_files =  bin-element.fig \
34              bin-element-ghost.fig \
35              connected-elements.fig \
36              filter-element-multi.fig \
37              filter-element.fig \
38              hello-world.fig \
39              mime-world.fig \
40              queue.fig \
41              sink-element.fig \
42              src-element.fig \
43              state-diagram.fig \
44              thread.fig
45
46 eps_files =  images/bin-element.eps \
47              images/bin-element-ghost.eps \
48              images/connected-elements.eps \
49              images/filter-element-multi.eps \
50              images/filter-element.eps \
51              images/hello-world.eps \
52              images/mime-world.eps \
53              images/queue.eps \
54              images/sink-element.eps \
55              images/src-element.eps \
56              images/state-diagram.eps \
57              images/thread.eps
58
59 png_files =  images/bin-element.png \
60              images/bin-element-ghost.png \
61              images/connected-elements.png \
62              images/filter-element-multi.png \
63              images/filter-element.png \
64              images/hello-world.png \
65              images/mime-world.png \
66              images/queue.png \
67              images/sink-element.png \
68              images/src-element.png \
69              images/state-diagram.png \
70              images/thread.png
71
72 EXTRA_DIST = $(sgml_files) $(fig_files)
73
74 ## FIXME if we don't do this they don't get cleaned up in make distcheck
75 ## but maybe this is not the best way to do it
76 CONFIG_CLEAN_FILES = $(sgml_files) $(fig_files)
77
78 include $(srcdir)/../manuals.mak
79
80