Mercurial > mplayer.hg
annotate DOCS/xml/pl/Makefile @ 24480:a365d70938b3
Simplify demux_ty_FindESPacket by reusing demux_ty_FindESHeader
author | reimar |
---|---|
date | Fri, 14 Sep 2007 20:08:42 +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 |