Skip to content

Commit

Permalink
add stdlib generation to build
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeInnes committed Jul 31, 2015
1 parent dfc7168 commit b980d09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ endif

release-candidate: release testall
@$(JULIA_EXECUTABLE) contrib/add_license_to_files.jl #add license headers
@$(JULIA_EXECUTABLE) doc/genstdlib.jl
@#Check documentation
@$(JULIA_EXECUTABLE) doc/NEWS-update.jl #Add missing cross-references to NEWS.md
@$(MAKE) -C doc unicode #Rebuild Unicode table if necessary
Expand Down

0 comments on commit b980d09

Please sign in to comment.