Skip to content

Commit

Permalink
Merge pull request #126 from dpordomingo/shared-folder-rename
Browse files Browse the repository at this point in the history
Rename .shared folder
  • Loading branch information
abeaumont authored Oct 17, 2017
2 parents 7be1324 + eb0817a commit c2ec7ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ benchmarks/output
Makefile.main
.shared
.idea
.docsrv-resources
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $(MAKEFILE):
LANGUAGES = go
# Docs: do not edit this
DOCS_REPOSITORY := https://github.com/src-d/docs
SHARED_PATH ?= $(shell pwd)/.shared
SHARED_PATH ?= $(shell pwd)/.docsrv-resources
DOCS_PATH ?= $(SHARED_PATH)/.docs
$(DOCS_PATH)/Makefile.inc:
git clone --quiet --depth 1 $(DOCS_REPOSITORY) $(DOCS_PATH);
Expand Down

0 comments on commit c2ec7ad

Please sign in to comment.