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
  • Loading branch information
tkelman committed Jan 8, 2015
1 parent a916397 commit 9b419b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12,402 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ endif
$(build_docdir)/helpdb.jl: doc/helpdb.jl | $(build_docdir)
@cp $< $@

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

$(build_man1dir)/julia.1: doc/man/julia.1 | $(build_man1dir)
@mkdir -p $(build_man1dir)
@cp $< $@
Expand Down Expand Up @@ -420,6 +423,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 9b419b8

Please sign in to comment.