Mercurial > mplayer.hg
annotate DOCS/xml/pl/Makefile @ 28115:1a9b1b7e285f
Add extra checks to avoid crashes with broken vqf files.
Fixes CVE-2008-5616
author | reimar |
---|---|
date | Sun, 14 Dec 2008 15:17:18 +0000 |
parents | abde88225c3a |
children | 03e8eec6e104 |
rev | line source |
---|---|
11127
bfef1e331186
Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff
changeset
|
1 # Set if you are using your own HTML stylesheet... |
bfef1e331186
Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff
changeset
|
2 #HTML_STYLESHEET = mystyle.css |
bfef1e331186
Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff
changeset
|
3 |
bfef1e331186
Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff
changeset
|
4 # Change to yes to enable symlinking missing files to English master versions |
12347 | 5 USE_SYMLINKS = no |
11127
bfef1e331186
Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff
changeset
|
6 |
bfef1e331186
Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff
changeset
|
7 # Dependency information. |
20924
abde88225c3a
Output UTF-8 instead of legacy encodings by default.
diego
parents:
12347
diff
changeset
|
8 $(HTMLDIR)/index.html: $(wildcard *.xml) |
abde88225c3a
Output UTF-8 instead of legacy encodings by default.
diego
parents:
12347
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 |