1 # This file is part of PulseAudio.
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.
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.
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
18 pulseconfdir=$(sysconfdir)/pulse
34 pulse-daemon.conf.5.xml \
35 pulse-client.conf.5.xml \
38 %.xml: %.xml.in Makefile
39 sed -e 's,@pulseconfdir\@,$(pulseconfdir),g' \
40 -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \
41 -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@
43 xmllint: $(noinst_DATA)
44 for f in $(noinst_DATA) ; do \
45 xmllint --noout --valid "$$f" || exit 1 ; \
69 perl $(srcdir)/xmltoman $< > $@ || rm -f $@
76 pax11publish.1.xml.in \
81 pasuspender.1.xml.in \
84 pulse-daemon.conf.5.xml.in \
85 pulse-client.conf.5.xml.in \