Mercurial > mplayer.hg
comparison DOCS/xml/pl/Makefile @ 29975:2d0562d1c52f
Unconditionally symlink documentation files missing from a translation.
author | diego |
---|---|
date | Mon, 14 Dec 2009 01:34:02 +0000 |
parents | 03e8eec6e104 |
children | 397bda90657c |
comparison
equal
deleted
inserted
replaced
29974:f5dc9e815865 | 29975:2d0562d1c52f |
---|---|
1 # Set if you are using your own HTML stylesheet... | 1 # Set if you are using your own HTML stylesheet... |
2 #HTML_STYLESHEET = mystyle.css | 2 #HTML_STYLESHEET = mystyle.css |
3 | |
4 # Change to yes to enable symlinking missing files to English master versions | |
5 USE_SYMLINKS = no | |
6 | 3 |
7 # Dependency information. | 4 # Dependency information. |
8 $(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml) | 5 $(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml) |
9 | 6 |
10 include ../Makefile.inc | 7 include ../Makefile.inc |