summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-30 14:03:49 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-30 14:03:49 +0100
commitd0a782bb5e23a9013215658914354fe07a1d62f9 (patch)
treea704beed42a9af713175a9602a08b22b696e9c83
parentMark rnc files as 'precious' and dep files as 'intermediate'. (diff)
downloadnxml-gentoo-schemas-d0a782bb5e23a9013215658914354fe07a1d62f9.tar.gz
nxml-gentoo-schemas-d0a782bb5e23a9013215658914354fe07a1d62f9.tar.bz2
nxml-gentoo-schemas-d0a782bb5e23a9013215658914354fe07a1d62f9.zip
Use -r switch to wget to avoid downloading more copies of the DTDs.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9065469..22bf3b3 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,6 @@ $(TARBALL): Makefile LICENCE schemas.xml $(RNCS)
trang -I dtd -O rnc $< $@
%.dtd:
- wget --no-verbose http://www.gentoo.org/dtd/$@
+ wget -r --no-verbose http://www.gentoo.org/dtd/$@
-include .depend