Initialize Tizen 2.3
[framework/multimedia/gstreamer0.10.git] / wearable / docs / pwg / Makefile.am
1 ### this is the part you can customize if you need to
2
3 # base name of doc
4 DOC = pwg
5 # formats defined for upload-doc.mak
6 FORMATS=html ps pdf
7
8 # main xml file
9 MAIN = $(DOC).xml
10 # all xml sources
11 XML = $(notdir $(wildcard $(srcdir)/*.xml))
12 # base style sheet
13 CSS = base.css
14
15 # image sources
16 PNG_SRC = 
17 FIG_SRC = $(notdir $(wildcard $(srcdir)/*.fig))
18
19 # extra sources to copy in build directory
20 EXTRA_SRC = 
21
22 ### this is the generic bit and you shouldn't need to change this
23
24 # get the generic docbuilding Makefile stuff
25 include $(srcdir)/../manuals.mak
26 # get the generic upload target
27 include $(top_srcdir)/common/upload-doc.mak
28
29 ### this is standard automake stuff
30                                                                                 
31 # package up all the source
32 EXTRA_DIST = $(SRC)
33                                                                                 
34 # install documentation
35 pwgdir = $(docdir)/$(DOC)
36 pwg_DATA = $(PDF_DAT) $(PS_DAT)
37                                                                                 
38 include $(srcdir)/../htmlinstall.mak