Skip to content

Commit

Permalink
Always run doc/genstdlib.jl after bootstrap
Browse files Browse the repository at this point in the history
Should make it more noticeable when doc changes need to be committed to the generated RST
  • Loading branch information
tkelman committed Sep 11, 2015
1 parent eb410ac commit dbacfa2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ julia-sysimg-release : julia-inference julia-ui-release
julia-sysimg-debug : julia-inference julia-ui-debug
@$(MAKE) $(QUIET_MAKE) $(build_private_libdir)/sys-debug.$(SHLIB_EXT) JULIA_BUILD_MODE=debug

julia-debug julia-release : julia-% : julia-ui-% julia-sysimg-% julia-symlink julia-libccalltest
julia-genstdlib : julia-sysimg-$(JULIA_BUILD_MODE)
@$(JULIA_EXECUTABLE) doc/genstdlib.jl

julia-debug julia-release : julia-% : julia-ui-% julia-sysimg-% julia-symlink julia-libccalltest julia-genstdlib

debug release : % : julia-%

Expand Down

0 comments on commit dbacfa2

Please sign in to comment.