aboutsummaryrefslogtreecommitdiffhomepage
path: root/DOCS/xml/zh/Makefile
diff options
context:
space:
mode:
authorGravatar torinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-17 08:29:42 +0000
committerGravatar torinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-17 08:29:42 +0000
commit245f50c0ddafd021743fdf6434c15f871cb419e4 (patch)
tree1243497813a0b41a8815865dd1c5f9b60f554a3c /DOCS/xml/zh/Makefile
parenta8753ff2369030915ba320f4e98af5b7c13a769e (diff)
Initial Chinese translation, by Kun Niu, haoniukun gmail com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21641 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/zh/Makefile')
-rw-r--r--DOCS/xml/zh/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/DOCS/xml/zh/Makefile b/DOCS/xml/zh/Makefile
new file mode 100644
index 0000000000..e18885f6df
--- /dev/null
+++ b/DOCS/xml/zh/Makefile
@@ -0,0 +1,11 @@
+# Set if you are using your own HTML stylesheet...
+#HTML_STYLESHEET = mystyle.css
+
+# Change to yes to enable symlinking missing files to English master versions
+USE_SYMLINKS = yes
+
+# Dependency information.
+$(HTMLDIR)/index.html: $(wildcard *.xml)
+$(HTMLFILE): $(wildcard *.xml)
+
+include ../Makefile.inc