docs: added empty index.xml as a starting point of the documentation (including the iframe)

Tobias Zwick 2011-06-30 01:43:01 +02:00
parent 245228aa5e
commit 393e650493
3 changed files with 7 additions and 2 deletions

View File

@ -21,7 +21,7 @@ stylesheet = clonk.xsl
sdk-dirs := $(shell find sdk -name '.*' -prune -o -type d -print)
# misc
extra-files := $(sort $(wildcard *.css *.php *.js images/*.*) sdk/.htaccess)
extra-files := $(sort $(wildcard *.css *.php *.js images/*.*))
extra-files-chm := $(sort $(wildcard *.css *.js images/*.*))
# find all *.xml files recursively in sdk/

View File

@ -1 +0,0 @@
DirectoryIndex content.html

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!DOCTYPE doc
SYSTEM '../clonk.dtd'>
<?xml-stylesheet type="text/xsl" href="../clonk.xsl"?>
<doc>
</doc>