mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-12 13:30:10 -05:00
Add new untabify makefile target
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1471 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
a4fed0fbb5
commit
590ae20d4d
1 changed files with 3 additions and 0 deletions
|
|
@ -48,4 +48,7 @@ doxygen:
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue