Skip to content

Commit

Permalink
Merge branch 'make-warning'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarne committed Sep 1, 2014
2 parents caf2814 + 9823808 commit eea90db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ release-candidate: release test
@echo
@echo To complete the release candidate checklist:
@echo

@echo 1. Remove deprecations in base/deprecated.jl
@echo 2. Bump VERSION
@echo 3. Create tag, push to github "\(git tag v\`cat VERSION\` && git push --tags\)"
Expand Down Expand Up @@ -252,7 +252,7 @@ endif
cp -R -L $(build_datarootdir)/julia $(DESTDIR)$(datarootdir)/
# Remove git repository of juliadoc
-rm -rf $(DESTDIR)$(datarootdir)/julia/doc/juliadoc/.git
-rm $(DESTDIR)$(datarootdir)/julia/doc/juliadoc/.gitignore
-rm -f $(DESTDIR)$(datarootdir)/julia/doc/juliadoc/.gitignore
# Copy in beautiful new man page!
$(INSTALL_F) $(build_datarootdir)/man/man1/julia.1 $(DESTDIR)$(datarootdir)/man/man1/

Expand Down

0 comments on commit eea90db

Please sign in to comment.