diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-10-09 16:10:15 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-10-09 16:10:15 +0000 |
| commit | 60eb9bc4af0e745280aae1619e74953348481bbc (patch) | |
| tree | 2d52d838acb25be23069c639a999a595b3199519 /llvm/utils/getsrcs.sh | |
| parent | e3a9bd8531caafb5aa92f5421930478e775b9611 (diff) | |
| download | bcm5719-llvm-60eb9bc4af0e745280aae1619e74953348481bbc.tar.gz bcm5719-llvm-60eb9bc4af0e745280aae1619e74953348481bbc.zip | |
Include the new docs directory, whenever it gets added. www is gone
llvm-svn: 8982
Diffstat (limited to 'llvm/utils/getsrcs.sh')
| -rwxr-xr-x | llvm/utils/getsrcs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/getsrcs.sh b/llvm/utils/getsrcs.sh index 0667d57f4a9..e36167be3c8 100755 --- a/llvm/utils/getsrcs.sh +++ b/llvm/utils/getsrcs.sh @@ -1,7 +1,7 @@ #!/bin/sh # This is useful because it prints out all of the source files. Useful for # greps. -find www include lib tools utils -name \*.\[cdhyl\]\* | grep -v Lexer.cpp | \ +find docs include lib tools utils -name \*.\[cdhyl\]\* | grep -v Lexer.cpp | \ grep -v llvmAsmParser.cpp | grep -v llvmAsmParser.h | grep -v '~$' | \ grep -v '\.ll$' | grep -v .flc | grep -v Sparc.burm.c | grep -v '\.d$' |\ grep -v '\.dir$' | grep -v www/docs/doxygen | grep -v include/boost | \ |

