diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-30 14:03:49 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-30 14:03:49 +0100 |
commit | d0a782bb5e23a9013215658914354fe07a1d62f9 (patch) | |
tree | a704beed42a9af713175a9602a08b22b696e9c83 | |
parent | Mark rnc files as 'precious' and dep files as 'intermediate'. (diff) | |
download | nxml-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-- | 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 |