mirror of
https://github.com/thegeeklab/corenetworks.git
synced 2024-11-13 00:10:42 +00:00
fix makefile
This commit is contained in:
parent
4355b7732a
commit
13719748fb
14
Makefile
14
Makefile
@ -11,16 +11,16 @@ doc: doc-assets doc-generate
|
||||
|
||||
.PHONY: doc-assets
|
||||
doc-assets:
|
||||
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
|
||||
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
|
||||
|
||||
.PHONY: doc-generate
|
||||
doc-generate:
|
||||
cd $(BASE_DIR); \
|
||||
cp templates/usage_index.md content/usage/_index.md; \
|
||||
pydocmd simple corenetworks+ corenetworks.authenticators++ corenetworks.client++ corenetworks.exceptions++ >> content/usage/_index.md
|
||||
cd $(BASE_DIR) ; \
|
||||
cp templates/usage_index.md content/usage/_index.md ; \
|
||||
pydocmd simple corenetworks.authenticators++ corenetworks.client++ corenetworks.exceptions++ >> content/usage/_index.md
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf $(THEME_DIR) && \
|
||||
rm -f content/usage/_index.md
|
||||
rm -rf $(THEME_DIR) && \
|
||||
rm -f $(BASE_DIR)/content/usage/_index.md
|
||||
|
Loading…
Reference in New Issue
Block a user