Mercurial > mplayer.hg
view DOCS/xml/Makefile.inc @ 10550:7860a71ba82c
For a request by Gabu, i've cut & fix a part of Joey's dvd aid switching
patch, to always use the first audio track of DVD, unless -alang or -aid is
used. I think it will be almost always teh id 128. (actual number comes from
the .IFO)
(reported ok - Gabu)
author | gabucino |
---|---|
date | Sat, 09 Aug 2003 14:23:16 +0000 |
parents | 3c0e1b182fbc |
children | f6268d5a10f4 |
line wrap: on
line source
# # Makefile.inc for Makefiles in subdirectories. # # Use customized html.xsl file if it exists... ifeq (html.xsl,$(wildcard html.xsl)) HTML_XSL := html.xsl XSL_DEPS := $(HTML_XSL) ../html.xsl ../html-common.xsl else HTML_XSL := ../html.xsl XSL_DEPS := $(HTML_XSL) ../html-common.xsl endif # Fall back to the default HTML stylesheet if none is specified. HTML_STYLESHEET ?= ../default.css # This is the main target... $(HTMLDIR)/index.html: documentation.xml $(XSL_DEPS) -rm -f $(HTMLDIR)/* ../xmllint.sh $< cp $(HTML_STYLESHEET) $(HTMLDIR)/ ../xsltproc.sh $(HTMLDIR)/ $(HTML_XSL) $< ../html.xsl: cd .. && sh configure