diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2008-04-23 12:07:39 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2008-04-23 12:07:39 +0000 |
commit | ff1a5c7a718102307a0dbb92ffee144d62fbf9ca (patch) | |
tree | f38576861c943f9ac0a6efbc516af022e7107227 | |
parent | 09579af9807412c508ab48b52e3afd88fbbd4032 (diff) | |
download | sshfs-ff1a5c7a718102307a0dbb92ffee144d62fbf9ca.tar sshfs-ff1a5c7a718102307a0dbb92ffee144d62fbf9ca.tar.gz sshfs-ff1a5c7a718102307a0dbb92ffee144d62fbf9ca.tar.bz2 sshfs-ff1a5c7a718102307a0dbb92ffee144d62fbf9ca.zip |
Add manual page
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,11 @@ -2008-04-22 Miklos Szeredi <miklos@szeredi.hu> +2008-04-23 Miklos Szeredi <miklos@szeredi.hu> * Released 2.0 +2008-04-23 Miklos Szeredi <miklos@szeredi.hu> + + * Add manual page. Written by Bartosz Fenski + 2008-04-22 Miklos Szeredi <miklos@szeredi.hu> * Add missing ssh options: ControlMaster, ControlPath, diff --git a/Makefile.am b/Makefile.am index 4ea33ab..dd52681 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,8 @@ sshfs_CPPFLAGS = -D_REENTRANT -DFUSE_USE_VERSION=26 -DLIBDIR=\"$(libdir)\" EXTRA_DIST = sshnodelay.c FAQ.txt CLEANFILES = sshnodelay.so +man_MANS = sshfs.1 + if SSH_NODELAY_SO all-local: sshnodelay.so |