Mercurial > mplayer.hg
annotate DOCS/xml/pl/Makefile @ 28414:7cf701c99367
FFmpeg sync: LZO_OUTPUT_PADDING --> AV_LZO_OUTPUT_PADDING
author | diego |
---|---|
date | Mon, 02 Feb 2009 23:48:16 +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 |