This commit is contained in:
Tiara Rodney 2026-02-10 20:46:51 +01:00
parent b3aa59243a
commit 28b2929f7d
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
2 changed files with 10 additions and 3 deletions

View file

@ -1,6 +1,6 @@
.PHONY: clean
all: build/html build/markdown
all: build/html dist/markdown publish
build/html:
sphinx-build -b html src build/html
@ -8,5 +8,9 @@ build/html:
dist/markdown:
sphinx-build -M markdown src dist
publish:
rsync -rv dist/markdown build/html root@tiararodney.com:/root/webserver/srv/http/spec.tiararodney.com/mime-todo
clean:
rm -rv build