# HG changeset patch # User Oleksandr Gavenko # Date 1450866567 -7200 # Node ID 8ad4fe7443f2f4b367f569c190b897ebff5dd958 # Parent e66fcbaf99faa9a07d4b4bd6def86284366d3be0 Point to defun.work to grab sources. diff -r e66fcbaf99fa -r 8ad4fe7443f2 Makefile --- a/Makefile Wed Dec 23 12:19:32 2015 +0200 +++ b/Makefile Wed Dec 23 12:29:27 2015 +0200 @@ -61,13 +61,17 @@ endif .PHONY: deploy -deploy: deploy2defun-web deploy2sf-web deploy2sf-hg +deploy: deploy2defun-web deploy2defun-hg 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/ +.PHONY: deploy2defun-hg +deploy2defun-hg: + hg push ssh://user@hg.defun.work//srv/hg/tips || [ $$? = 1 ] + # Will be accessible via: http://gavenkoa.users.sourceforge.net/tips-html/frame.html .PHONY: deploy2sf-web deploy2sf-web: html diff -r e66fcbaf99fa -r 8ad4fe7443f2 README.rst --- a/README.rst Wed Dec 23 12:19:32 2015 +0200 +++ b/README.rst Wed Dec 23 12:29:27 2015 +0200 @@ -45,9 +45,13 @@ Check sources at:: - $ hg clone ssh://hg.code.sf.net/u/gavenkoa/tips + $ hg clone http://hg.defun.work/tips + +or:: -or browser online at http://sourceforge.net/u/gavenkoa/tips/ci/default/tree/ + $ hg clone http://hg.code.sf.net/u/gavenkoa/tips + +or browser online at http://hg.defun.work/tips Make CHM version from sources. ==============================