Skip to content

Commit 6c1581a

Browse files
committed
Update published docs host
1 parent 964d702 commit 6c1581a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vim: ts=4 sw=4 noet
22

33
RSYNC_OPTS ?= --compress --delete --ipv6 --recursive --rsh=ssh --verbose
4-
SED_IE ?= sed -i "" -E
4+
SED_IE ?= sed -i"" -E
55
SPHINX_BUILD ?= env PYTHONPATH=.. sphinx-build
66
SPHINX_OPTS ?=
77
SPHINX_DEST = build
@@ -39,7 +39,7 @@ instreq:
3939
pip install -r ../requirements.txt
4040

4141
publish:
42-
rsync $(RSYNC_OPTS) $(SPHINX_DEST)/html/ seichter@ra:/var/www/letsdns
42+
rsync $(RSYNC_OPTS) $(SPHINX_DEST)/html/ ralph@naja:/var/www/letsdns
4343

4444
%: Makefile
4545
$(SPHINX_BUILD) -M $@ $(SPHINX_SOURCE) $(SPHINX_DEST) $(SPHINX_OPTS)

0 commit comments

Comments
 (0)