summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-09 16:10:15 +0000
committerChris Lattner <sabre@nondot.org>2003-10-09 16:10:15 +0000
commit60eb9bc4af0e745280aae1619e74953348481bbc (patch)
tree2d52d838acb25be23069c639a999a595b3199519
parente3a9bd8531caafb5aa92f5421930478e775b9611 (diff)
downloadbcm5719-llvm-60eb9bc4af0e745280aae1619e74953348481bbc.tar.gz
bcm5719-llvm-60eb9bc4af0e745280aae1619e74953348481bbc.zip
Include the new docs directory, whenever it gets added. www is gone
llvm-svn: 8982
-rwxr-xr-xllvm/utils/getsrcs.sh2
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 | \
OpenPOWER on IntegriCloud