mirror of
https://github.com/thegeeklab/corenetworks.git
synced 2024-11-14 16:50:39 +00:00
fix makefile
This commit is contained in:
parent
4355b7732a
commit
13719748fb
12
Makefile
12
Makefile
@ -11,16 +11,16 @@ doc: doc-assets doc-generate
|
|||||||
|
|
||||||
.PHONY: doc-assets
|
.PHONY: doc-assets
|
||||||
doc-assets:
|
doc-assets:
|
||||||
mkdir -p $(THEME_DIR)/$(THEME)/; \
|
mkdir -p $(THEME_DIR)/$(THEME)/ ; \
|
||||||
curl -sSL https://github.com/xoxys/$(THEME)/releases/$${GEEKDOC_VERSION}/download/$(THEME).tar.gz | tar -xz -C $(THEME_DIR)/$(THEME)/ --strip-components=1
|
curl -sSL "https://github.com/xoxys/$(THEME)/releases/$${GEEKDOC_VERSION}/download/$(THEME).tar.gz" | tar -xz -C $(THEME_DIR)/$(THEME)/ --strip-components=1
|
||||||
|
|
||||||
.PHONY: doc-generate
|
.PHONY: doc-generate
|
||||||
doc-generate:
|
doc-generate:
|
||||||
cd $(BASE_DIR); \
|
cd $(BASE_DIR) ; \
|
||||||
cp templates/usage_index.md content/usage/_index.md; \
|
cp templates/usage_index.md content/usage/_index.md ; \
|
||||||
pydocmd simple corenetworks+ corenetworks.authenticators++ corenetworks.client++ corenetworks.exceptions++ >> content/usage/_index.md
|
pydocmd simple corenetworks.authenticators++ corenetworks.client++ corenetworks.exceptions++ >> content/usage/_index.md
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(THEME_DIR) && \
|
rm -rf $(THEME_DIR) && \
|
||||||
rm -f content/usage/_index.md
|
rm -f $(BASE_DIR)/content/usage/_index.md
|
||||||
|
Loading…
Reference in New Issue
Block a user