diff --git a/Makefile b/Makefile index e0b226a..d61d8cc 100644 --- a/Makefile +++ b/Makefile @@ -28,3 +28,9 @@ publish: pandoc cp *.html ~/public_html/bees/ cp -r images ~/public_html/bees/ mv ~/public_html/bees/beejournal.html ~/public_html/bees/index.html + +.PHONY: remotepub +remotepub: pandoc + scp *.html cymen@tilde.town:~/public_html/bees/ + scp -r images cymen@tilde.town:~/public_html/bees/ + scp beejournal.html cymen@tilde.town:~/public_html/bees/index.html