]> code.delx.au - pulseaudio/blob - man/Makefile.am
man: Document the cli inteface a little.
[pulseaudio] / man / Makefile.am
1 # This file is part of PulseAudio.
2 #
3 # PulseAudio is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU Lesser General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version.
7 #
8 # PulseAudio is distributed in the hope that it will be useful, but
9 # WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 # General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public License
14 # along with PulseAudio; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
16 # USA.
17
18 DISTCLEANFILES = \
19 $(noinst_DATA)
20
21 noinst_DATA = \
22 pulseaudio.1.xml \
23 esdcompat.1.xml \
24 pax11publish.1.xml \
25 paplay.1.xml \
26 pacat.1.xml \
27 pacmd.1.xml \
28 pactl.1.xml \
29 pasuspender.1.xml \
30 padsp.1.xml \
31 pulse-daemon.conf.5.xml \
32 pulse-client.conf.5.xml \
33 default.pa.5.xml \
34 pulse-cli-syntax.5.xml \
35 start-pulseaudio-kde.1.xml \
36 start-pulseaudio-x11.1.xml
37
38 xmllint: $(noinst_DATA)
39 for f in $(noinst_DATA) ; do \
40 xmllint --noout --valid "$$f" || exit 1 ; \
41 done
42
43 if BUILD_MANPAGES
44
45 dist_man_MANS = \
46 pulseaudio.1 \
47 esdcompat.1 \
48 pax11publish.1 \
49 paplay.1 \
50 pacat.1 \
51 pacmd.1 \
52 pactl.1 \
53 pasuspender.1 \
54 padsp.1 \
55 pulse-daemon.conf.5 \
56 pulse-client.conf.5 \
57 default.pa.5 \
58 pulse-cli-syntax.5 \
59 start-pulseaudio-kde.1 \
60 start-pulseaudio-x11.1
61
62 CLEANFILES = \
63 $(dist_man_MANS)
64
65 %: %.xml Makefile
66 $(AM_V_GEN) perl $(srcdir)/xmltoman $< > $@ || rm -f $@
67
68 endif
69
70 EXTRA_DIST = \
71 pulseaudio.1.xml.in \
72 esdcompat.1.xml.in \
73 pax11publish.1.xml.in \
74 paplay.1.xml.in \
75 pacat.1.xml.in \
76 pacmd.1.xml.in \
77 pactl.1.xml.in \
78 pasuspender.1.xml.in \
79 padsp.1.xml.in \
80 pulse-daemon.conf.5.xml.in \
81 pulse-client.conf.5.xml.in \
82 default.pa.5.xml.in \
83 pulse-cli-syntax.5.xml.in \
84 start-pulseaudio-kde.1.xml.in \
85 start-pulseaudio-x11.1.xml.in \
86 xmltoman \
87 xmltoman.css \
88 xmltoman.xsl \
89 xmltoman.dtd