Stop 'wget'ing the blasted feather.gif especially since wget doesn't exist by default on FreeBSD.

snv diff feather.gif Makefile.am
Index: feather.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: feather.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Index: Makefile.am
===================================================================
--- Makefile.am (revision 209929)
+++ Makefile.am (working copy)
@@ -76,7 +76,7 @@
 docs/html/feather.gif:
        -mkdir docs
        -mkdir docs/html
- (cd docs/html; wget http://httpd.apache.org/docs-2.0/images/feather.gif)
+       cp feather.gif docs/html

 docs/apu.tag:
        -mkdir docs

--
END
------------------------------------------------------------
    What doesn't kill us can only make us stronger.
                Nothing is impossible.
                                
Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Developer / Liquidity Services, Inc.
  http://www.liquidityservicesinc.com
       http://www.liquidation.com
       http://www.uksurplus.com
       http://www.govliquidation.com
       http://www.gowholesale.com

GIF image

Reply via email to