From bf6b1fe25f5537f40affb588ebb9613c69cee6bd Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 17 Sep 2017 10:45:48 +0200 Subject: Add htaccess redirects and tests --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6d5231b..af469c8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,15 @@ all: git pull mkdocs build --clean 2>&1 | grep -v "Warning: Click detected the use of the unicode_literals" + cp -af htaccess site/.htaccess .PHONY: clean clean: rm -Rf site + +.PHONY: test +test: + curl -sSf -o /dev/null https://nuetzlich.net/gocryptfs + # These should redirect to the new names + curl -sSf -o /dev/null https://nuetzlich.net/gocryptfs/security + curl -sSf -o /dev/null https://nuetzlich.net/gocryptfs/reverse_mode -- cgit v1.2.3