mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
some svn->git updates in the Makefile
This commit is contained in:
parent
ee79b05b31
commit
d08cac0f85
1 changed files with 4 additions and 4 deletions
|
|
@ -50,13 +50,13 @@ untabify:
|
|||
find \( -name '*.c' -o -name '*.h' \) -exec perl -i -pe 's/\t/ /g;' \{\} \;
|
||||
|
||||
fedora-snapshot: dist
|
||||
cp $(distdir).tar.gz $$HOME/cvs.fedora/pulseaudio/devel/$(distdir).svn`date +%Y%m%d`.tar.gz
|
||||
cp $(distdir).tar.gz $$HOME/cvs.fedora/pulseaudio/devel/$(distdir).git`date +%Y%m%d`.tar.gz
|
||||
|
||||
dist-hook:
|
||||
if test -d .svn ; then \
|
||||
svn update ; \
|
||||
if test -d .git ; then \
|
||||
git pull ; \
|
||||
chmod u+w ${distdir}/ChangeLog || true ; \
|
||||
svn2cl -o ${distdir}/ChangeLog ; \
|
||||
git-changelog.perl > ${distdir}/ChangeLog ; \
|
||||
fi
|
||||
|
||||
.PHONY: homepage distcleancheck doxygen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue