summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-30 14:11:02 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-30 14:11:02 +0100
commit1c3f2c4487822b1d9aa22412e26120ecde84eeec (patch)
tree345907626ec6a9539341dd9ee9f00d98be8e1160
parentDTDs are also dependencies of the RNCs. (diff)
downloadnxml-gentoo-schemas-1c3f2c4487822b1d9aa22412e26120ecde84eeec.tar.gz
nxml-gentoo-schemas-1c3f2c4487822b1d9aa22412e26120ecde84eeec.tar.bz2
nxml-gentoo-schemas-1c3f2c4487822b1d9aa22412e26120ecde84eeec.zip
Use -N rather than -r switch to wget.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f80f9e..41448ef 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,6 @@ $(TARBALL): Makefile LICENCE schemas.xml $(RNCS)
trang -I dtd -O rnc $< $@
%.dtd:
- wget -r --no-verbose http://www.gentoo.org/dtd/$@
+ wget -N --no-verbose http://www.gentoo.org/dtd/$@
-include .depend