Skip to content

Commit b980d09

Browse files
committed
add stdlib generation to build
1 parent dfc7168 commit b980d09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ endif
8282

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

0 commit comments

Comments
 (0)