add missing Makefile for German xml docs

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18123 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
kraymer 2006-04-17 00:10:18 +00:00
parent 649abe5db0
commit ff0eb1101a
1 changed files with 11 additions and 0 deletions

11
DOCS/xml/de/Makefile Normal file
View File

@ -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