summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/zh_CN/Makefile
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-18 01:19:34 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-18 01:19:34 +0000
commit57811efc18a9d3fba0e3c62cced43ce201013314 (patch)
tree83b78fc84025e342491565aeeee1bd4ba560c722 /DOCS/xml/zh_CN/Makefile
parentdfc2defdb3d7c84021d44f721727914c03fdf180 (diff)
downloadmpv-57811efc18a9d3fba0e3c62cced43ce201013314.tar.bz2
mpv-57811efc18a9d3fba0e3c62cced43ce201013314.tar.xz
svn move xml/zh to xml/zh_CN
* this is the appropriate, unique name * fixes docbook compile warnings * fixes docbook-generated text ("Warning", "Note", ..) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21665 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/zh_CN/Makefile')
-rw-r--r--DOCS/xml/zh_CN/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/DOCS/xml/zh_CN/Makefile b/DOCS/xml/zh_CN/Makefile
new file mode 100644
index 0000000000..e18885f6df
--- /dev/null
+++ b/DOCS/xml/zh_CN/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