| Index: doc/Makefile
|
| diff --git a/doc/Makefile b/doc/Makefile
|
| index b10a9ed67323481891f1f7475ee8a5d4ac6e3bce..68d31e7b796b8aeec16b785545624eec4b024273 100644
|
| --- a/doc/Makefile
|
| +++ b/doc/Makefile
|
| @@ -5,8 +5,8 @@ BOWER_DIR=third_party/bower_components
|
| # into third_party/bower_compoents via bower, or in node_modules.
|
| CORE_SOURCE_FILES = node_modules/native-promise-only/npo.js \
|
| ${BOWER_DIR}/google-code-prettify/bin/prettify.min.js \
|
| - ../res/js/common.js
|
| -
|
| + ../res/js/common.js \
|
| + ./res/js/docs.js
|
|
|
| default: core_js res/css/docs.css
|
| go install -v ./go/docserver
|
|
|