diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-15 10:37:41 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-15 10:37:41 +0000 |
commit | fdb5454df2e6c0c631728c87ccec2887ed869f4a (patch) | |
tree | 518e4fc29942ec96313e7c5c730fd3852a345e3f /DOCS/xml/ru/Makefile | |
parent | ee07781e3e2a2349689db6ad4feadcdddc06a871 (diff) |
Output UTF-8 instead of legacy encodings by default.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20940 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/ru/Makefile')
-rw-r--r-- | DOCS/xml/ru/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/ru/Makefile b/DOCS/xml/ru/Makefile index 0df3544fb0..e18885f6df 100644 --- a/DOCS/xml/ru/Makefile +++ b/DOCS/xml/ru/Makefile @@ -5,7 +5,7 @@ USE_SYMLINKS = yes # Dependency information. -$(HTMLDIR)/index.html: $(wildcard *.xml) html-common.xsl -$(HTMLFILE): $(wildcard *.xml) html-common.xsl +$(HTMLDIR)/index.html: $(wildcard *.xml) +$(HTMLFILE): $(wildcard *.xml) include ../Makefile.inc |