annotate DOCS/xml/en/Makefile @ 15010:aec21cf429cb

Improved encoding guide: - explains how to do a smart resize - calculate a bitrate to target a certain size - rip audio and transcode in Ogg/Vorbis - a lot of libavcodec's options to come: muxing in matroska files...
author gpoirier
date Fri, 25 Mar 2005 21:17:21 +0000
parents 71a4c2eb1340
children 03e8eec6e104
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1 # Set if you are using your own HTML stylesheet...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2 #HTML_STYLESHEET = mystyle.css
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
3
11045
4dc3149f5b74 Support for building incomplete translations.
diego
parents: 9675
diff changeset
4 # Change to yes to enable symlinking missing files to English master versions
4dc3149f5b74 Support for building incomplete translations.
diego
parents: 9675
diff changeset
5 USE_SYMLINKS = no
4dc3149f5b74 Support for building incomplete translations.
diego
parents: 9675
diff changeset
6
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
7 # Dependency information.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
8 $(HTMLDIR)/index.html: $(wildcard *.xml)
11188
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 11045
diff changeset
9 $(HTMLFILE): $(wildcard *.xml)
11896
71a4c2eb1340 100l for forgetting to update this. It would brake building after distclean.
wight
parents: 11188
diff changeset
10
71a4c2eb1340 100l for forgetting to update this. It would brake building after distclean.
wight
parents: 11188
diff changeset
11 include ../Makefile.inc