projects
/
profile
/
ivi
/
pulseaudio-panda.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4fed0f
)
Add new untabify makefile target
author
Lennart Poettering
<lennart@poettering.net>
Mon, 11 Jun 2007 13:53:16 +0000
(13:53 +0000)
committer
Lennart Poettering
<lennart@poettering.net>
Mon, 11 Jun 2007 13:53:16 +0000
(13:53 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1471
fefdeb5f
-60dc-0310-8127-
8f9354f1896f
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
abc3d77
..
0fd4ccc
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-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