From d0a782bb5e23a9013215658914354fe07a1d62f9 Mon Sep 17 00:00:00 2001 From: Diego 'Flameeyes' Pettenò Date: Sun, 30 Dec 2007 14:03:49 +0100 Subject: Use -r switch to wget to avoid downloading more copies of the DTDs. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-65-gdbad