mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
Merge pull request #126 from dpordomingo/shared-folder-rename
Rename .shared folder
This commit is contained in:
commit
c2ec7add03
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ benchmarks/output
|
||||
Makefile.main
|
||||
.shared
|
||||
.idea
|
||||
.docsrv-resources
|
2
Makefile
2
Makefile
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user