Skip to content

Commit

Permalink
remove doc/helpdb.jl from repository
Browse files Browse the repository at this point in the history
add top-level Makefile rule to regenerate it

remove helpdb.jl in make cleanall

install-virtualenv in doc/helpdb.jl target
  • Loading branch information
tkelman committed Feb 23, 2015
1 parent 6a6a3a2 commit 1f20991
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12,955 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ release-candidate: release test
$(build_docdir)/helpdb.jl: doc/helpdb.jl | $(build_docdir)
@cp $< $@

doc/helpdb.jl:
@$(MAKE) -C deps install-virtualenv
@$(MAKE) -C doc helpdb.jl

$(build_man1dir)/julia.1: doc/man/julia.1 | $(build_man1dir)
@mkdir -p $(build_man1dir)
@cp $< $@
Expand Down Expand Up @@ -471,6 +475,7 @@ ifeq ($(OS),WINNT)
@rm -rf $(build_prefix)/lib
endif
@$(MAKE) -C deps clean-uv
@rm -f doc/helpdb.jl $(build_docdir)/helpdb.jl

distcleanall: cleanall
@$(MAKE) -C deps distcleanall
Expand Down
1 change: 1 addition & 0 deletions doc/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
UnicodeData.txt
_build/
helpdb.jl
Loading

0 comments on commit 1f20991

Please sign in to comment.