Mercurial > hg-website
view Makefile @ 486:e3a73084715a
about: update URLs and prefer https://
The URLs for other version control systems on the 'About' page needed
updating. Although they pretty much all resolve to the right places
via redirection, it wouldn't hurt to have the links go straight to the
source anyway.
author | Bradley Jones <brdjns@gmx.us> |
---|---|
date | Fri, 07 Sep 2018 13:54:33 +1200 |
parents | f8cee73d5cf0 |
children |
line wrap: on
line source
all:: serve serve: .env HGWEBSITE_DEBUG=1 .env/bin/python hgwebsite.py .env: python -m virtualenv .env .env/bin/pip install flask .PHONY: build serve