mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
if building a man page fails remove the output to make sure that calling make repeatedly will actually work
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2550 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
ac58f8d3b0
commit
9020543188
1 changed files with 13 additions and 13 deletions
|
|
@ -125,43 +125,43 @@ CLEANFILES += \
|
||||||
$(man_MANS)
|
$(man_MANS)
|
||||||
|
|
||||||
pulseaudio.1: pulseaudio.1.xml Makefile
|
pulseaudio.1: pulseaudio.1.xml Makefile
|
||||||
xmltoman $< > $@
|
xmltoman $< > $@ || rm -f $@
|
||||||
|
|
||||||
esdcompat.1: esdcompat.1.xml Makefile
|
esdcompat.1: esdcompat.1.xml Makefile
|
||||||
xmltoman $< > $@
|
xmltoman $< > $@ || rm -f $@
|
||||||
|
|
||||||
pax11publish.1: pax11publish.1.xml Makefile
|
pax11publish.1: pax11publish.1.xml Makefile
|
||||||
xmltoman $< > $@
|
xmltoman $< > $@ || rm -f $@
|
||||||
|
|
||||||
paplay.1: paplay.1.xml Makefile
|
paplay.1: paplay.1.xml Makefile
|
||||||
xmltoman $< > $@
|
xmltoman $< > $@ || rm -f $@
|
||||||
|
|
||||||
pacat.1: pacat.1.xml Makefile
|
pacat.1: pacat.1.xml Makefile
|
||||||
xmltoman $< > $@
|
xmltoman $< > $@ || rm -f $@
|
||||||
|
|
||||||
pacmd.1: pacmd.1.xml Makefile
|
pacmd.1: pacmd.1.xml Makefile
|
||||||
xmltoman $< > $@
|
xmltoman $< > $@ || rm -f $@
|
||||||
|
|
||||||
pactl.1: pactl.1.xml Makefile
|
pactl.1: pactl.1.xml Makefile
|
||||||
xmltoman $< > $@
|
xmltoman $< > $@ || rm -f $@
|
||||||
|
|
||||||
pasuspender.1: pasuspender.1.xml Makefile
|
pasuspender.1: pasuspender.1.xml Makefile
|
||||||
xmltoman $< > $@
|
xmltoman $< > $@ || rm -f $@
|
||||||
|
|
||||||
padsp.1: padsp.1.xml Makefile
|
padsp.1: padsp.1.xml Makefile
|
||||||
xmltoman $< > $@
|
xmltoman $< > $@ || rm -f $@
|
||||||
|
|
||||||
pabrowse.1: pabrowse.1.xml Makefile
|
pabrowse.1: pabrowse.1.xml Makefile
|
||||||
xmltoman $< > $@
|
xmltoman $< > $@ || rm -f $@
|
||||||
|
|
||||||
pulse-daemon.conf.5: pulse-daemon.conf.5.xml Makefile
|
pulse-daemon.conf.5: pulse-daemon.conf.5.xml Makefile
|
||||||
xmltoman $< > $@
|
xmltoman $< > $@ || rm -f $@
|
||||||
|
|
||||||
pulse-client.conf.5: pulse-client.conf.5.xml Makefile
|
pulse-client.conf.5: pulse-client.conf.5.xml Makefile
|
||||||
xmltoman $< > $@
|
xmltoman $< > $@ || rm -f $@
|
||||||
|
|
||||||
default.pa.5: default.pa.5.xml Makefile
|
default.pa.5: default.pa.5.xml Makefile
|
||||||
xmltoman $< > $@
|
xmltoman $< > $@ || rm -f $@
|
||||||
|
|
||||||
xmllint: $(noinst_DATA)
|
xmllint: $(noinst_DATA)
|
||||||
for f in $(noinst_DATA) ; do \
|
for f in $(noinst_DATA) ; do \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue