mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05: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;' \{\} \;
|
find \( -name '*.c' -o -name '*.h' \) -exec perl -i -pe 's/\t/ /g;' \{\} \;
|
||||||
|
|
||||||
fedora-snapshot: dist
|
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:
|
dist-hook:
|
||||||
if test -d .svn ; then \
|
if test -d .git ; then \
|
||||||
svn update ; \
|
git pull ; \
|
||||||
chmod u+w ${distdir}/ChangeLog || true ; \
|
chmod u+w ${distdir}/ChangeLog || true ; \
|
||||||
svn2cl -o ${distdir}/ChangeLog ; \
|
git-changelog.perl > ${distdir}/ChangeLog ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
.PHONY: homepage distcleancheck doxygen
|
.PHONY: homepage distcleancheck doxygen
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue