jrnl/Makefile
Manuel Ebert b7e077be68 Moving from sphinx to mkdocs
Cleaning up docs
Lighter side bar
Landing page refresh
Add JSON-LD and semantic tags
2020-04-10 11:51:55 -07:00

22 lines
310 B
Makefile

# A Makefile for commands I run frequently:
clean:
rm -rf dist
rm -rf _static
rm -rf jrnl.egg-info
rm -rf docs/_build
rm -rf _build
rm -rf _sources
rm -rf _static
rm -f *.html
html:
mkdocs serve
# Build GitHub Page from docs
docs:
mkdocs gh-deploy
# Upload to pipy
dist:
python setup.py publish