summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/de
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-17 00:10:18 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-17 00:10:18 +0000
commitff0eb1101a2b426d08de4ff25d38c3882b6533e3 (patch)
treeb5a183c9489f47dcf949de24220d330dd83bcc3d /DOCS/xml/de
parent649abe5db0ccbe3cd6996b36925c2bd264a330a9 (diff)
downloadmpv-ff0eb1101a2b426d08de4ff25d38c3882b6533e3.tar.bz2
mpv-ff0eb1101a2b426d08de4ff25d38c3882b6533e3.tar.xz
add missing Makefile for German xml docs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18123 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/de')
-rw-r--r--DOCS/xml/de/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/DOCS/xml/de/Makefile b/DOCS/xml/de/Makefile
new file mode 100644
index 0000000000..e18885f6df
--- /dev/null
+++ b/DOCS/xml/de/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