Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
0cb8e7f2
Commit
0cb8e7f2
authored
Mar 12, 2009
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: added skeleton for the user manual
parent
e2dc3c94
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
1 deletion
+43
-1
.gitignore
.gitignore
+1
-0
Makefile.am
Makefile.am
+4
-1
user.xml
doc/user.xml
+38
-0
No files found.
.gitignore
View file @
0cb8e7f2
...
@@ -38,6 +38,7 @@ tags
...
@@ -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
...
...
Makefile.am
View file @
0cb8e7f2
...
@@ -614,9 +614,12 @@ if ENABLE_DOCUMENTATION
...
@@ -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
...
...
doc/user.xml
0 → 100644
View file @
0cb8e7f2
<?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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment