rename base name
[platform/upstream/gstreamer.git] / 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
6 # main xml file
7 MAIN = $(DOC).xml
8 # all xml sources
9 XML = $(notdir $(wildcard $(srcdir)/*.xml))
10 # base style sheet
11 CSS = base.css
12
13 # image sources
14 PNG_SRC = 
15 FIG_SRC = $(notdir $(wildcard $(srcdir)/*.fig))
16
17 ### this is the generic bit and you shouln't need to change this
18
19 # get the generic docbuilding Makefile stuff
20 include $(srcdir)/../manuals.mak
21
22 ### this is standard automake stuff
23                                                                                 
24 # package up all the source
25 EXTRA_DIST = $(SRC)
26                                                                                 
27 # install documentation
28 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/$(DOC)
29 doc_DATA = $(PDF_DAT) $(PS_DAT)
30                                                                                 
31 include $(srcdir)/../htmlinstall.mak
32