summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index b419373c9..f9ffc73c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -396,7 +396,9 @@ binary-openssh-server-udeb: build install
396binary: binary-indep binary-arch 396binary: binary-indep binary-arch
397 397
398debian/faq.html: 398debian/faq.html:
399 wget -O debian/faq.html http://www.openssh.org/faq.html 399 wget -O - http://www.openssh.org/faq.html | \
400 sed 's,\(href="\)\(txt/\|[^":]*\.html\),\1http://www.openssh.org/\2,g' \
401 > debian/faq.html
400 402
401debian/moduli.5: 403debian/moduli.5:
402 wget -q -O - 'http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/src/share/man/man5/moduli.5?content-type=text/plain' | \ 404 wget -q -O - 'http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/src/share/man/man5/moduli.5?content-type=text/plain' | \