doc: added skeleton for the user manual
This commit is contained in:
parent
e2dc3c948f
commit
0cb8e7f2cb
|
@ -38,6 +38,7 @@ tags
|
||||||
.stgit*
|
.stgit*
|
||||||
doc/protocol.html
|
doc/protocol.html
|
||||||
doc/protocol
|
doc/protocol
|
||||||
|
doc/user
|
||||||
doc/api
|
doc/api
|
||||||
test/software_volume
|
test/software_volume
|
||||||
test/run_decoder
|
test/run_decoder
|
||||||
|
|
|
@ -614,9 +614,12 @@ if ENABLE_DOCUMENTATION
|
||||||
protocoldir = $(docdir)/protocol
|
protocoldir = $(docdir)/protocol
|
||||||
protocol_DATA = $(wildcard doc/protocol/*.html)
|
protocol_DATA = $(wildcard doc/protocol/*.html)
|
||||||
|
|
||||||
|
userdir = $(docdir)/user
|
||||||
|
user_DATA = $(wildcard doc/user/*.html)
|
||||||
|
|
||||||
if HAVE_XMLTO
|
if HAVE_XMLTO
|
||||||
|
|
||||||
DOCBOOK_FILES = doc/protocol.xml
|
DOCBOOK_FILES = doc/protocol.xml doc/user.xml
|
||||||
DOCBOOK_HTML = $(patsubst %.xml,%/index.html,$(DOCBOOK_FILES))
|
DOCBOOK_HTML = $(patsubst %.xml,%/index.html,$(DOCBOOK_FILES))
|
||||||
|
|
||||||
$(DOCBOOK_HTML): %/index.html: %.xml
|
$(DOCBOOK_HTML): %/index.html: %.xml
|
||||||
|
|
|
@ -0,0 +1,38 @@
|
||||||
|
<?xml version='1.0' encoding="utf-8"?>
|
||||||
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||||
|
"docbook/dtd/xml/4.2/docbookx.dtd">
|
||||||
|
<book>
|
||||||
|
<title>The Music Player Daemon - User's Manual</title>
|
||||||
|
|
||||||
|
<chapter>
|
||||||
|
<title>Introduction</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
</para>
|
||||||
|
</chapter>
|
||||||
|
|
||||||
|
<chapter>
|
||||||
|
<title>Installation</title>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>Compiling from source</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
</para>
|
||||||
|
</section>
|
||||||
|
</chapter>
|
||||||
|
|
||||||
|
<chapter>
|
||||||
|
<title>Configuration</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
</para>
|
||||||
|
</chapter>
|
||||||
|
|
||||||
|
<chapter>
|
||||||
|
<title>Plugin reference</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
</para>
|
||||||
|
</chapter>
|
||||||
|
</book>
|
Loading…
Reference in New Issue