mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 07:48:50 -06:00
Minor fixed to documentation
This commit is contained in:
12
Makefile
12
Makefile
@@ -1,6 +1,11 @@
|
||||
JULIA := julia --color=yes --project=@.
|
||||
SRC_FILES := $(wildcard src/*.jl test/*.jl)
|
||||
VERSION := 0.3
|
||||
|
||||
VERSION_MAJOR := 0
|
||||
VERSION_MINOR := 3
|
||||
VERSION_PATCH := 0
|
||||
|
||||
VERSION_SHORT := $(VERSION_MAJOR).$(VERSION_MINOR)
|
||||
|
||||
all: docs test
|
||||
|
||||
@@ -15,10 +20,7 @@ clean:
|
||||
rm -rf build/*
|
||||
|
||||
docs:
|
||||
mkdocs build
|
||||
|
||||
docs-push:
|
||||
rsync -avP docs/ isoron@axavier.org:/www/axavier.org/projects/RELOG/$(VERSION)/
|
||||
mkdocs build -d ../docs/$(VERSION_SHORT)/
|
||||
|
||||
test: build/test.log
|
||||
|
||||
|
||||
Reference in New Issue
Block a user