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
a2cd66ed
Commit
a2cd66ed
authored
Oct 17, 2018
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: remove the DocBook protocol documentation, has been converted to Sphinx
parent
68894e82
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
20 deletions
+2
-20
meson.build
doc/meson.build
+1
-19
protocol.xml
doc/protocol.xml
+0
-0
user.rst
doc/user.rst
+1
-1
No files found.
doc/meson.build
View file @
a2cd66ed
...
@@ -15,33 +15,15 @@ sphinx_output = custom_target(
...
@@ -15,33 +15,15 @@ sphinx_output = custom_target(
install_dir: join_paths(get_option('datadir'), 'doc', meson.project_name()),
install_dir: join_paths(get_option('datadir'), 'doc', meson.project_name()),
)
)
xmlto = find_program('xmlto')
xmlto_output = custom_target(
'Protocol documentation',
output: 'protocol',
input: 'protocol.xml',
command: [
xmlto, '-o', '@OUTPUT@',
'--stringparam=chunker.output.encoding=utf-8',
'html',
'--stringparam=use.id.as.filename=1',
'@INPUT@',
],
build_by_default: true,
install: true,
install_dir: join_paths(get_option('datadir'), 'doc', meson.project_name()),
)
custom_target(
custom_target(
'upload',
'upload',
input:
[sphinx_output, xmlto_output]
,
input:
sphinx_output
,
output: 'upload',
output: 'upload',
build_always_stale: true,
build_always_stale: true,
command: [
command: [
'rsync', '-vpruz', '--delete', meson.current_build_dir() + '/',
'rsync', '-vpruz', '--delete', meson.current_build_dir() + '/',
'www.musicpd.org:/var/www/mpd/doc/',
'www.musicpd.org:/var/www/mpd/doc/',
'--chmod=Dug+rwx,Do+rx,Fug+rw,Fo+r',
'--chmod=Dug+rwx,Do+rx,Fug+rw,Fo+r',
'--include=protocol', '--include=protocol/**',
'--include=html', '--include=html/**',
'--include=html', '--include=html/**',
'--exclude=*',
'--exclude=*',
],
],
...
...
doc/protocol.xml
deleted
100644 → 0
View file @
68894e82
This diff is collapsed.
Click to expand it.
doc/user.rst
View file @
a2cd66ed
...
@@ -80,7 +80,7 @@ For example, the following installs a fairly complete list of build dependencies
...
@@ -80,7 +80,7 @@ For example, the following installs a fairly complete list of build dependencies
libavahi-client-dev \
libavahi-client-dev \
libsqlite3-dev \
libsqlite3-dev \
libsystemd-dev libwrap0-dev \
libsystemd-dev libwrap0-dev \
libgtest-dev
xmlto
\
libgtest-dev \
libboost-dev \
libboost-dev \
libicu-dev
libicu-dev
...
...
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