Mercurial > mplayer.hg
annotate DOCS/xml/ru/Makefile @ 15246:849a6f39964f
use the documented default video device /dev/video0 instead of /dev/video that is missing on most systems
author | iive |
---|---|
date | Sat, 23 Apr 2005 21:23:58 +0000 |
parents | 71a4c2eb1340 |
children | abde88225c3a |
rev | line source |
---|---|
9717
080540b4f5e2
Next bunch of files translated by Dmitry Baryshkov <lumag@qnc.ru>.
diego
parents:
diff
changeset
|
1 # Set if you are using your own HTML stylesheet... |
080540b4f5e2
Next bunch of files translated by Dmitry Baryshkov <lumag@qnc.ru>.
diego
parents:
diff
changeset
|
2 #HTML_STYLESHEET = mystyle.css |
080540b4f5e2
Next bunch of files translated by Dmitry Baryshkov <lumag@qnc.ru>.
diego
parents:
diff
changeset
|
3 |
11045 | 4 # Change to yes to enable symlinking missing files to English master versions |
5 USE_SYMLINKS = yes | |
6 | |
9717
080540b4f5e2
Next bunch of files translated by Dmitry Baryshkov <lumag@qnc.ru>.
diego
parents:
diff
changeset
|
7 # Dependency information. |
11188
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
11045
diff
changeset
|
8 $(HTMLDIR)/index.html: $(wildcard *.xml) html-common.xsl |
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) html-common.xsl |
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 |