]> git.lyx.org Git - lyx.git/blobdiff - boost/extract.sh
Remove unneeded slash
[lyx.git] / boost / extract.sh
index 80aca393c8123cf201fd70452bb2bb6b5699207c..dbe280b07de89a2435e7c6bd0118adedc3b6efee 100755 (executable)
@@ -40,6 +40,10 @@ bcp --boost=$1 \
        boost/signals/trackable.hpp \
        boost/tokenizer.hpp \
        boost/tuple/tuple.hpp \
+    boost/mpl/string.hpp \
+    boost/mpl/fold.hpp \
+    boost/mpl/size_t.hpp \
+    boost/functional/hash.hpp \
        \
        needed
 
@@ -52,4 +56,12 @@ cp -vR needed/libs .
 
 rm -rf needed
 
+# found by bcp but not needed by us
+rm -rf libs/config
+rm -rf libs/smart_ptr
+rm -rf libs/signals/build
+rm -rf libs/regex/build
+rm -rf libs/regex/test
+
+