2007-11-05 15:10:13 +00:00
|
|
|
# This file is part of PulseAudio.
|
|
|
|
|
#
|
|
|
|
|
# PulseAudio is free software; you can redistribute it and/or modify
|
|
|
|
|
# it under the terms of the GNU Lesser General Public License as published by
|
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
#
|
|
|
|
|
# PulseAudio is distributed in the hope that it will be useful, but
|
|
|
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
|
# General Public License for more details.
|
|
|
|
|
#
|
|
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
|
# along with PulseAudio; if not, write to the Free Software
|
|
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
|
|
|
# USA.
|
|
|
|
|
|
2011-06-29 15:16:09 +02:00
|
|
|
DISTCLEANFILES = \
|
2008-08-08 15:12:54 +02:00
|
|
|
$(noinst_DATA)
|
2007-11-05 15:10:13 +00:00
|
|
|
|
|
|
|
|
noinst_DATA = \
|
2007-11-05 23:56:00 +00:00
|
|
|
pulseaudio.1.xml \
|
|
|
|
|
esdcompat.1.xml \
|
|
|
|
|
pax11publish.1.xml \
|
|
|
|
|
paplay.1.xml \
|
|
|
|
|
pacat.1.xml \
|
|
|
|
|
pacmd.1.xml \
|
2007-11-07 13:50:47 +00:00
|
|
|
pactl.1.xml \
|
|
|
|
|
pasuspender.1.xml \
|
|
|
|
|
padsp.1.xml \
|
2007-11-08 22:30:33 +00:00
|
|
|
pulse-daemon.conf.5.xml \
|
|
|
|
|
pulse-client.conf.5.xml \
|
2011-07-02 21:17:43 +02:00
|
|
|
default.pa.5.xml \
|
|
|
|
|
start-pulseaudio-kde.1.xml \
|
|
|
|
|
start-pulseaudio-x11.1.xml
|
2007-11-05 15:10:13 +00:00
|
|
|
|
|
|
|
|
xmllint: $(noinst_DATA)
|
|
|
|
|
for f in $(noinst_DATA) ; do \
|
|
|
|
|
xmllint --noout --valid "$$f" || exit 1 ; \
|
|
|
|
|
done
|
|
|
|
|
|
2009-11-05 05:08:50 +01:00
|
|
|
if BUILD_MANPAGES
|
|
|
|
|
|
|
|
|
|
dist_man_MANS = \
|
|
|
|
|
pulseaudio.1 \
|
|
|
|
|
esdcompat.1 \
|
|
|
|
|
pax11publish.1 \
|
|
|
|
|
paplay.1 \
|
|
|
|
|
pacat.1 \
|
|
|
|
|
pacmd.1 \
|
|
|
|
|
pactl.1 \
|
|
|
|
|
pasuspender.1 \
|
|
|
|
|
padsp.1 \
|
|
|
|
|
pulse-daemon.conf.5 \
|
|
|
|
|
pulse-client.conf.5 \
|
2011-07-02 21:17:43 +02:00
|
|
|
default.pa.5 \
|
|
|
|
|
start-pulseaudio-kde.1 \
|
|
|
|
|
start-pulseaudio-x11.1
|
2009-11-05 05:08:50 +01:00
|
|
|
|
2011-06-29 15:16:09 +02:00
|
|
|
CLEANFILES = \
|
2009-11-05 05:08:50 +01:00
|
|
|
$(dist_man_MANS)
|
|
|
|
|
|
|
|
|
|
%: %.xml Makefile
|
2011-03-09 10:00:21 +01:00
|
|
|
$(AM_V_GEN) perl $(srcdir)/xmltoman $< > $@ || rm -f $@
|
2009-11-05 05:08:50 +01:00
|
|
|
|
2007-11-05 15:10:13 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2007-11-05 23:56:00 +00:00
|
|
|
pulseaudio.1.xml.in \
|
|
|
|
|
esdcompat.1.xml.in \
|
|
|
|
|
pax11publish.1.xml.in \
|
|
|
|
|
paplay.1.xml.in \
|
|
|
|
|
pacat.1.xml.in \
|
|
|
|
|
pacmd.1.xml.in \
|
|
|
|
|
pactl.1.xml.in \
|
2007-11-07 13:50:47 +00:00
|
|
|
pasuspender.1.xml.in \
|
|
|
|
|
padsp.1.xml.in \
|
2007-11-08 22:30:33 +00:00
|
|
|
pulse-daemon.conf.5.xml.in \
|
|
|
|
|
pulse-client.conf.5.xml.in \
|
|
|
|
|
default.pa.5.xml.in \
|
2011-07-02 21:17:43 +02:00
|
|
|
start-pulseaudio-kde.1.xml.in \
|
|
|
|
|
start-pulseaudio-x11.1.xml.in \
|
2008-06-25 00:28:23 +01:00
|
|
|
xmltoman \
|
2007-11-05 15:10:13 +00:00
|
|
|
xmltoman.css \
|
|
|
|
|
xmltoman.xsl \
|
|
|
|
|
xmltoman.dtd
|