[pulseaudio-commits] r1471 - /branches/lennart/Makefile.am
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Mon Jun 11 06:53:17 PDT 2007
Author: lennart
Date: Mon Jun 11 15:53:16 2007
New Revision: 1471
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=3D1471&root=3Dpulseaudio&vi=
ew=3Drev
Log:
Add new untabify makefile target
Modified:
branches/lennart/Makefile.am
Modified: branches/lennart/Makefile.am
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/lennart/Makefile.am?re=
v=3D1471&root=3Dpulseaudio&r1=3D1470&r2=3D1471&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/lennart/Makefile.am (original)
+++ branches/lennart/Makefile.am Mon Jun 11 15:53:16 2007
@@ -48,4 +48,7 @@
eolspace:
find \( -name '*.c' -o -name '*.h' -o -name 'Makefile.am' \) -exec perl -=
i -pe 's/\s+\n$$/\1\n/;' \{\} \;
=
+untabify:
+ find \( -name '*.c' -o -name '*.h' \) -exec perl -i -pe 's/\t/ /g;=
' \{\} \;
+
.PHONY: homepage distcleancheck doxygen
More information about the pulseaudio-commits
mailing list