Don't attempt to download FAQ for tarball generation.

This commit is contained in:
Nikolaus Rath 2016-01-28 17:09:55 -08:00
parent 9b3fb20112
commit f5b939d40c
2 changed files with 1 additions and 12 deletions

View File

@ -11,7 +11,7 @@ sshfs_LDADD = $(SSHFS_LIBS)
sshfs_CFLAGS = $(SSHFS_CFLAGS)
sshfs_CPPFLAGS = -D_REENTRANT -DFUSE_USE_VERSION=26 -DLIBDIR=\"$(libdir)\"
EXTRA_DIST = sshnodelay.c FAQ.txt
EXTRA_DIST = sshnodelay.c
CLEANFILES = sshnodelay.so
dist_man_MANS = sshfs.1

View File

@ -1,11 +0,0 @@
#! /bin/bash
(
echo "See http://fuse.sourceforge.net/wiki/index.php/SshfsFaq for the latest"
echo "version of this FAQ"
echo "---"
echo
lynx -nolist -dump http://fuse.sourceforge.net/wiki/index.php/SshfsFaq \
| sed -e '1,12d' -e '/____/,$d'
) > FAQ.txt