1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00

Re-add make docs.

Wasn't hurting anything.
This commit is contained in:
Calvin Rose 2021-05-30 16:44:37 -05:00
parent 60214dc659
commit 2040709585

View File

@ -239,6 +239,15 @@ build/janet-%.tar.gz: $(JANET_TARGET) \
cp CONTRIBUTING.md LICENSE README.md build/$(JANET_DIST_DIR)/
cd build && tar -czvf ../$@ ./$(JANET_DIST_DIR)
#########################
##### Documentation #####
#########################
docs: build/doc.html
build/doc.html: $(JANET_TARGET) tools/gendoc.janet
$(JANET_TARGET) tools/gendoc.janet > build/doc.html
########################
##### Installation #####
########################