diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-02-24 14:20:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-02-24 14:20:19 -0300 |
commit | 91275ac998c439420da747fc047379a6547f7c1c (patch) | |
tree | cb460090697db1d90caa5dbaf53292f5a9297ebb /Makefile | |
parent | 9857a3c262e9af2ea02698820be1e887cd3bf36c (diff) | |
download | debian-91275ac998c439420da747fc047379a6547f7c1c.tar.gz debian-91275ac998c439420da747fc047379a6547f7c1c.tar.bz2 |
Feat: convert docs from Ikiwiki to MkDocs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,10 +17,10 @@ .PHONY: keyring web: - @ikiwiki --setup ikiwiki.yaml + @mkdocs build web_deploy: - @rsync -avz --delete --exclude=keyring www/ debian:/var/sites/debian/www/ + @rsync -avz --delete --exclude=keyring site/ debian:/var/sites/debian/www/ publish: web web_deploy |