mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 21:35:45 +02:00
Merge remote-tracking branch 'kakra/feature/markdown-detection'
This commit is contained in:
commit
94ab477b90
5
Makefile
5
Makefile
@ -1,5 +1,8 @@
|
|||||||
PREFIX ?= /
|
PREFIX ?= /
|
||||||
|
|
||||||
|
MARKDOWN := $(shell which markdown markdown2 markdown_py 2>/dev/null)
|
||||||
|
MARKDOWN ?= markdown
|
||||||
|
|
||||||
default all: lib src test README.html
|
default all: lib src test README.html
|
||||||
|
|
||||||
clean: ## Cleanup
|
clean: ## Cleanup
|
||||||
@ -19,7 +22,7 @@ test: lib src
|
|||||||
$(MAKE) -C test
|
$(MAKE) -C test
|
||||||
|
|
||||||
README.html: README.md
|
README.html: README.md
|
||||||
markdown README.md > README.html.new
|
$(MARKDOWN) README.md > README.html.new
|
||||||
mv -f README.html.new README.html
|
mv -f README.html.new README.html
|
||||||
|
|
||||||
install: ## Install bees + libs
|
install: ## Install bees + libs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user