svnno****@sourc*****
svnno****@sourc*****
2007年 12月 22日 (土) 06:51:43 JST
Revision: 342 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=342 Author: tach Date: 2007-12-22 06:51:43 +0900 (Sat, 22 Dec 2007) Log Message: ----------- wget without proxy Modified Paths: -------------- images/Makefile -------------- next part -------------- Modified: images/Makefile =================================================================== --- images/Makefile 2007-12-21 21:48:05 UTC (rev 341) +++ images/Makefile 2007-12-21 21:51:43 UTC (rev 342) @@ -16,7 +16,7 @@ perl -ne "print \"http:\$$1\n\" if /url\(['\"]?(\/\/images\.slashdot\.org\/[^)'\"]+)/;" $(patsubst %,css/%.css.orig, $(csses)) $(patsubst %,css/slashdot_%.css.orig, $(sections)) | \ sed -e 's/\.pnh$$/.png/' | \ sort -u | \ - wget --no-host-directories --mirror --no-verbose -i - + wget --no-proxy --no-host-directories --mirror --no-verbose -i - touch images-stamp $(csses): %: css/%.css @@ -25,10 +25,10 @@ cat $@.orig | sed -e 's/images\.slashdot\.org/images.slashdot.jp/' > $@ css/%.css.orig: FORCE - wget --no-verbose http://images.slashdot.org/$(patsubst css/%.orig,%, $@) -O $@ + wget --no-proxy --no-verbose http://images.slashdot.org/$(patsubst css/%.orig,%, $@) -O $@ $(jses): FORCE - wget --no-verbose http://slashdot.org/$(patsubst %,%.js, $@) -O $(patsubst %,%.js, $@) + wget --no-proxy --no-verbose http://slashdot.org/$(patsubst %,%.js, $@) -O $(patsubst %,%.js, $@) force: clean default