summaryrefslogtreecommitdiff
path: root/dist/s_docs
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-02-02 13:41:57 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-02-02 13:41:57 +1100
commit65ffd96d360be706eacd40b44a6b409ab70193bc (patch)
tree41e4efbb83681971bab04e40bf76f4615d1a1af8 /dist/s_docs
parent7ae4736e64497bbefcefda9d46cf22d016c51001 (diff)
downloadmongo-65ffd96d360be706eacd40b44a6b409ab70193bc.tar.gz
Remove the old BDB stubs that were never completed.
Diffstat (limited to 'dist/s_docs')
-rwxr-xr-xdist/s_docs3
1 files changed, 0 insertions, 3 deletions
diff --git a/dist/s_docs b/dist/s_docs
index 3d0dcc18f2d..3852a5ff8db 100755
--- a/dist/s_docs
+++ b/dist/s_docs
@@ -66,9 +66,6 @@ EOF
filter="|sed '/PROJECT_NUMBER/s,=.*,=\"Version $WIREDTIGER_VERSION\",'"
while :
do case "$1" in
- -b) # Include the Berkeley DB cross-reference
- filter="$filter| sed 's,src/bdb-map.dox,,'"
- shift;;
-p) # Generate PDFs
filter="$filter| sed '/GENERATE_LATEX/s,=.*,=YES,'"
shift;;