--- a/Makefile Sat Dec 05 00:13:27 2015 +0200
+++ b/Makefile Tue Dec 08 20:57:54 2015 +0200
@@ -61,7 +61,12 @@
endif
.PHONY: deploy
-deploy: deploy2sf-web deploy2sf-hg
+deploy: deploy2defun-web deploy2sf-web deploy2sf-hg
+
+# Will be accessible via: http://tips.defun.work/frame.html
+.PHONY: deploy2defun-web
+deploy2defun-web: html
+ rsync --delete -avP -e ssh tips-html/ user@vps:/srv/www/tips/
# Will be accessible via: http://gavenkoa.users.sourceforge.net/tips-html/frame.html
.PHONY: deploy2sf-web
@@ -88,7 +93,9 @@
{ \
echo '.. _`Home`: index.html'; \
echo '.. _About: README.html'; \
-echo '.. _`About author`: http://gavenkoa.users.sourceforge.net/'; \
+echo '.. _`About author`: https://resume.defun.work/'; \
+echo '.. _`Oleksandr Gavenko`: https://resume.defun.work/'; \
+echo '.. _`gavenkoa`: https://resume.defun.work/'; \
echo '.. _Licence: README.html#tips-licence'; \
echo '.. _`Contact`: gavenkoa@gmail.com'; \
echo; \