Mercurial > mplayer.hg
annotate DOCS/xml/pl/Makefile @ 11942:5c3e44a8326f
Keyboard control section moved to the beginning.
author | diego |
---|---|
date | Tue, 10 Feb 2004 06:32:56 +0000 |
parents | 71a4c2eb1340 |
children | 98c6948a859b |
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 |
bfef1e331186
Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff
changeset
|
5 USE_SYMLINKS = yes |
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. |
11188
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
11127
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:
11127
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 |