Initialize Tizen 2.3
[framework/multimedia/gstreamer0.10.git] / mobile / docs / design / Makefile.am
1
2 EXTRA_DIST = \
3         draft-buffer2.txt \
4         draft-klass.txt \
5         draft-push-pull.txt \
6         draft-tagreading.txt \
7         part-activation.txt \
8         part-block.txt \
9         part-buffering.txt \
10         part-bufferlist.txt \
11         part-caps.txt \
12         part-clocks.txt \
13         part-conventions.txt \
14         part-dynamic.txt \
15         part-element-sink.txt \
16         part-element-source.txt \
17         part-element-transform.txt \
18         part-events.txt \
19         part-framestep.txt \
20         part-gstbin.txt \
21         part-gstbus.txt \
22         part-gstelement.txt \
23         part-gstghostpad.txt \
24         part-gstobject.txt \
25         part-gstpipeline.txt \
26         part-latency.txt \
27         part-live-source.txt \
28         part-messages.txt \
29         part-missing-plugins.txt \
30         part-MT-refcounting.txt \
31         part-negotiation.txt \
32         part-overview.txt \
33         part-preroll.txt \
34         part-push-pull.txt \
35         part-qos.txt \
36         part-query.txt \
37         part-relations.txt \
38         part-scheduling.txt \
39         part-seeking.txt \
40         part-segments.txt \
41         part-sparsestreams.txt \
42         part-standards.txt \
43         part-states.txt \
44         part-stream-status.txt \
45         part-streams.txt \
46         part-synchronisation.txt \
47         part-TODO.txt \
48         part-trickmodes.txt
49
50 CLEANFILES = index.html index.txt
51
52 html:
53         if ! test -z `which asciidoc`; then \
54           echo >index.txt  "GStreamer design"; \
55           echo >>index.txt "================"; \
56           echo >>index.txt "The Gstreamer developers"; \
57           echo >>index.txt "Version $(PACKAGE_VERSION)"; \
58           echo >>index.txt ""; \
59           ( cd $(srcdir) && \
60           cat >>$(abs_builddir)/index.txt $(EXTRA_DIST) ); \
61           asciidoc -o index.html index.txt; \
62         else \
63           echo "need asciidoc to generate html"; \
64         fi;
65
66 upload:
67         @echo nothing to upload
68