diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |