From 41340191d67c570f98ca7bf746bd257ab892dc4e Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Mon, 7 Jun 2021 23:13:39 +0200 Subject: [PATCH] fixed typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aeff0f1..501813e 100644 --- a/Makefile +++ b/Makefile @@ -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 -- 2.38.5