[Pkg-uml-commit] r63 - trunk/src/user-mode-linux-doc

Mattia Dongili malattia at costa.debian.org
Sat Apr 29 19:39:29 UTC 2006


Author: malattia
Date: 2006-04-29 19:39:28 +0000 (Sat, 29 Apr 2006)
New Revision: 63

Added:
   trunk/src/user-mode-linux-doc/wget_uml_doc.sh
Log:
script to download docs from u-m-l.sf.net (needs tweaking)

Added: trunk/src/user-mode-linux-doc/wget_uml_doc.sh
===================================================================
--- trunk/src/user-mode-linux-doc/wget_uml_doc.sh	2006-04-29 19:23:31 UTC (rev 62)
+++ trunk/src/user-mode-linux-doc/wget_uml_doc.sh	2006-04-29 19:39:28 UTC (rev 63)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+WGET_CMD="wget --no-clobber --no-directories \
+	--recursive --convert-links --no-parent \
+	-X/work -X/slides \
+	-R*.tex -Rchangelog* -Rdl* \
+	-A*.html -A*.png"
+
+$WGET_CMD http://user-mode-linux.sourceforge.net/
+




More information about the Pkg-uml-commit mailing list