summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-01-11 12:04:42 -0600
committerJoel Sherrill <joel@rtems.org>2017-01-11 12:08:15 -0600
commitd46a65d052eca994aea054db4ce990c30aae7726 (patch)
tree8fa6bb521c20a62044b34ac319a0ab05a869c8ac /bootstrap
parentvirtex4, virtex5 bsp.h: Use BSP_INTERRUPT_STACK_SIZE not user space CONFIGURE... (diff)
downloadrtems-d46a65d052eca994aea054db4ce990c30aae7726.tar.bz2
Remove texinfo format documentation. Replaced by Sphinx formatted documentation.
updates #2812.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index e9cb851779..455f6422fd 100755
--- a/bootstrap
+++ b/bootstrap
@@ -223,7 +223,6 @@ clean)
needles="$needles install-sh"
needles="$needles missing"
needles="$needles mdate-sh"
- needles="$needles texinfo.tex"
fi
for j in $needles; do
files=`find . -name "$j" -print`