doxygen no longer builds into the docs tree, and we no longer have boost
authorChris Lattner <sabre@nondot.org>
Thu, 27 May 2004 17:58:45 +0000 (17:58 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 27 May 2004 17:58:45 +0000 (17:58 +0000)
in the tree

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13838 91177308-0d34-0410-b5e6-96231b3b80d8

utils/getsrcs.sh

index ab539650dbfd19324b59d432106660df0ed54e0f..49eca3dbd8e27c7ad729dfedd13795e04e451ef4 100755 (executable)
@@ -4,7 +4,7 @@
 find docs include lib tools utils projects -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 | \
+       grep -v '\.dir$' | grep -v '\.la$' | \
        grep -v /Burg/ | grep -v '\.lo' | grep -v '\.inc$' | grep -v '\.libs' | \
        grep -v TableGen/FileParser.cpp | grep -v TableGen/FileParser.h