~anjan/sxmo.org

41340191d67c570f98ca7bf746bd257ab892dc4e — Maarten van Gompel 1 year, 11 months ago 93f55dc
fixed typo
1 files changed, 1 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +1 -1
@@ 5,7 5,7 @@ build:
	sed 's/(https:\/\/git.sr.ht\/\~mil\/sxmo-docs\/tree\/master/(\/docs/g; s/.md)/.html)/g' -i src/docs/*.md # fix internal links in documentation
	mkdir -p dst
	./ssg6 src dst 'Simple X Mobile' 'https://sxmo.org'
	cp -f srg/img/* dst/img/
	cp -f src/img/* dst/img/

run: build
	cd dst && python3 -m http.server 8000 --bind 127.0.0.1