Mercurial > mplayer.hg
annotate DOCS/xml/it/Makefile @ 27144:76ddca5027c3
r25179: Add missing forced linebreak, slight wording improvement.
r25189: Add an example for play DTS-CD with passsthrough.
r25194: -identify shows chapters times when playing dvd streams
r25314: cleanup and conformation of values description for -ass-hinting
r25315: minor spelling/grammar fixes
r25343: Fix all current known multi-channel wrong order problems [...]
r25379: Fix libass to support -nofontconfig.
author | kraymer |
---|---|
date | Mon, 30 Jun 2008 19:35:27 +0000 |
parents | 2f3c7788aac4 |
children | 03e8eec6e104 |
rev | line source |
---|---|
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1 # Set if you are using your own HTML stylesheet... |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
2 #HTML_STYLESHEET = mystyle.css |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
3 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
4 # Change to yes to enable symlinking missing files to English master versions |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
5 USE_SYMLINKS = yes |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
6 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
7 # Dependency information. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
8 $(HTMLDIR)/index.html: $(wildcard *.xml) |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
9 $(HTMLFILE): $(wildcard *.xml) |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
10 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
11 include ../Makefile.inc |