about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-10-30 21:10:48 +0000
committerEric Wong <e@80x24.org>2016-10-30 21:10:48 +0000
commit3dbbda30f02a40025abdee395fb0803985046db6 (patch)
treee617a1927356ec0e27d77d41a90e25e09e165d52 /GNUmakefile
parent1801e22f390549284892456edc1c3117d03e8cfd (diff)
parent55d9f128edcaccd29529177f13eaec6f79c5523b (diff)
downloadunicorn-3dbbda30f02a40025abdee395fb0803985046db6.tar.gz
* origin/website-move:
  relocate website to https://bogomips.org/unicorn/
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 3f9c441..bc9c643 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -183,13 +183,13 @@ doc: .document $(ext)/unicorn_http.c man html .olddoc.yml $(PLACEHOLDERS)
         install -m644 $(man1_paths) doc/
         tar cf - $$(git ls-files examples/) | (cd doc && tar xf -)
 
-# publishes docs to http://unicorn.bogomips.org
+# publishes docs to https://bogomips.org/unicorn/
 publish_doc:
         -git set-file-times
         $(MAKE) doc
         $(MAKE) doc_gz
         chmod 644 $$(find doc -type f)
-        $(RSYNC) -av doc/ unicorn.bogomips.org:/srv/unicorn/
+        $(RSYNC) -av doc/ bogomips.org:/srv/bogomips/unicorn/
         git ls-files | xargs touch
 
 # Create gzip variants of the same timestamp as the original so nginx