kconfig2html: Improve expand/collapse TOC + misc bug-fixes

This commit is contained in:
Gregory Nutt
2013-04-23 11:01:18 -06:00
parent a8e2ff3420
commit 57d31176c0
3 changed files with 82 additions and 23 deletions
+2 -1
View File
@@ -36,6 +36,7 @@
# see the directories to tar up
MYNAME=`basename $0`
KCONFIG2HTML_TARGET=kconfig2html
KCONFIG2HTML1=tools/kconfig2html
KCONFIG2HTML2=tools/kconfig2html.exe
KCONFIG2MAKEFILE=Makefile.host
@@ -81,7 +82,7 @@ else
if [ -x ${KCONFIG2HTML2} ]; then
KCONFIG2HTML=${KCONFIG2HTML2}
else
make -C ${KCONFIG2MAKEDIR} -f ${KCONFIG2MAKEFILE} ${KCONFIG2HTML1} || \
make -C ${KCONFIG2MAKEDIR} -f ${KCONFIG2MAKEFILE} ${KCONFIG2HTML_TARGET} || \
{ echo "ERROR: make ${KCONFIG2HTML1} failed" ; exit 1 ; }
fi
fi