aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-09-17 10:45:48 +0200
committerJakob Unterwurzacher2017-09-17 10:45:48 +0200
commitbf6b1fe25f5537f40affb588ebb9613c69cee6bd (patch)
treeac7a9ddc0a84b7aabdac9007a452aaf905d7a631 /Makefile
parentc360666adc9cb1d441dc273e9561254d9170b811 (diff)
Add htaccess redirects and tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
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