mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Remove the doc folder once and for all!!!!
This commit is contained in:
parent
77ffa2bcfc
commit
d6bf5713e9
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -1,10 +1,8 @@
|
|||
.DEFAULT_GOAL := peppermint
|
||||
peppermint := peppermint
|
||||
docs := docs
|
||||
|
||||
.PHONY: setupApiDoc peppermint docs
|
||||
|
||||
ApiDocPresent := $(shell sh -c apidoc --help 1\>/dev/null)
|
||||
ApiDocPresent := $(shell sh -c apidoc --help 1\>/dev/null && rm -rf doc/)
|
||||
|
||||
peppermint:
|
||||
@echo [peppermint/build] Rebuilding Pepperminty Wiki
|
||||
|
|
Loading…
Reference in a new issue