Skip to content

Commit

Permalink
doc: fix 404s for syntax highlighting js
Browse files Browse the repository at this point in the history
Updated Makefile to remove special casing for those files, and
moved the files to doc/api_assets.

Fixes: nodejs/iojs.org#51
PR-URL: #409
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
  • Loading branch information
iamphill authored and chrisdickinson committed Jan 15, 2015
1 parent ca039b4 commit e789103
Show file tree
Hide file tree
Showing 4 changed files with 556 additions and 560 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,7 @@ apidoc_dirs = out/doc out/doc/api/ out/doc/api/assets

apiassets = $(subst api_assets,api/assets,$(addprefix out/,$(wildcard doc/api_assets/*)))

website_files = \
out/doc/sh_main.js \
out/doc/sh_javascript.min.js

doc: $(apidoc_dirs) $(website_files) $(apiassets) $(apidocs) tools/doc/ $(NODE_EXE)
doc: $(apidoc_dirs) $(apiassets) $(apidocs) tools/doc/ $(NODE_EXE)

$(apidoc_dirs):
mkdir -p $@
Expand Down
File renamed without changes.
Loading

0 comments on commit e789103

Please sign in to comment.