source: trunk/third/gstreamer/docs/manual/Makefile.am @ 21005

Revision 21005, 851 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21004, which included commits to RCS files with non-trunk default branches.
Line 
1### this is the part you can customize if you need to
2
3# base name of doc
4DOC = manual
5# formats defined for upload.mak
6FORMATS=html ps pdf
7
8# main xml file
9MAIN = $(DOC).xml
10# all xml sources
11XML = $(notdir $(wildcard $(srcdir)/*.xml))
12# base style sheet
13CSS = base.css
14
15# image sources
16PNG_SRC =
17FIG_SRC = $(notdir $(wildcard $(srcdir)/*.fig))
18
19# extra sources to copy in build directory
20EXTRA_SOURCES =
21
22### this is the generic bit and you shouln't need to change this
23
24# get the generic docbuilding Makefile stuff
25include $(srcdir)/../manuals.mak
26# get the generic upload target
27include $(srcdir)/../upload.mak
28
29### this is standard automake stuff
30
31# package up all the source
32EXTRA_DIST = $(SRC)
33
34# install documentation
35docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/$(DOC)
36doc_DATA = $(PDF_DAT) $(PS_DAT)
37
38include $(srcdir)/../htmlinstall.mak
Note: See TracBrowser for help on using the repository browser.