mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
add update-shave target
This commit is contained in:
parent
77514c1c4c
commit
ea1d429c3b
1 changed files with 6 additions and 0 deletions
|
|
@ -61,6 +61,12 @@ dist-hook:
|
||||||
( git-changelog.perl || echo "git-changelog.perl failed." ) > ${distdir}/ChangeLog 2>&1 ; \
|
( git-changelog.perl || echo "git-changelog.perl failed." ) > ${distdir}/ChangeLog 2>&1 ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
update-shave:
|
||||||
|
for i in shave.in shave.m4 shave-libtool.in; do \
|
||||||
|
wget -O $$i http://git.lespiau.name/cgit/shave/blob/\?path=shave/$$i ; \
|
||||||
|
done
|
||||||
|
mv shave.m4 m4/
|
||||||
|
|
||||||
.PHONY: homepage distcleancheck doxygen
|
.PHONY: homepage distcleancheck doxygen
|
||||||
|
|
||||||
DISTCLEANFILES = \
|
DISTCLEANFILES = \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue