about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-10-09 02:44:53 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-10-09 02:44:53 +0000
commitfe3166a6df6e63e3dfa8001c1a9572d51d84c6d1 (patch)
treeb46258d919c7409acbe88ddf5b8f3eeb5fa2700c
parent792fa6a1e266926fc412def2a5703f553ad73a29 (diff)
downloadnetpbm-mirror-fe3166a6df6e63e3dfa8001c1a9572d51d84c6d1.tar.gz
netpbm-mirror-fe3166a6df6e63e3dfa8001c1a9572d51d84c6d1.tar.xz
netpbm-mirror-fe3166a6df6e63e3dfa8001c1a9572d51d84c6d1.zip
Add information on downloading tarball from Sourceforge Viewvc
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1001 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--doc/USERDOC6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/USERDOC b/doc/USERDOC
index 3dcfb00d..e24dedf4 100644
--- a/doc/USERDOC
+++ b/doc/USERDOC
@@ -35,6 +35,12 @@ Subversion repository using the Subversion client program 'svn':
 This creates a directory "userguide" in your current directory containing
 all the same files that are on the web site.
 
+And a sometimes more convenient way to get those files from the
+Subversion repository is to get Sourceforge's Viewvc service to make a
+tarball of them:
+
+  wget http://netpbm.svn.sourceforge.net/viewvc/netpbm/userguide.tar.gz?view=tar --output-document=/tmp/userguide.tgz
+
 
 GETTING COMMAND HELP WITH A "MAN" COMMAND
 -----------------------------------------