summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/zh_CN/Makefile
diff options
context:
space:
mode:
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