Changeset 597

Show
Ignore:
Timestamp:
03/13/07 22:40:04 (2 years ago)
Author:
nicfit
Message:
 
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile.in

    r573 r597  
    3737        tags TAGS release www push-www  
    3838 
    39 all: module etc/mesk.desktop README 
     39all: module etc/mesk.desktop 
    4040 
    4141module: 
     
    146146        -rm aclocal.m4 
    147147 
    148 WIKI_README=http://trac.nicfit.net/wiki/Installation?format=txt 
    149 README: 
    150         printf "Mesk version @PACKAGE_VERSION@ README\n\n" > $@  
    151         wget -O - "${WIKI_README}" >> $@ 
    152         printf "\n" >> $@ 
    153  
    154 dist: README distclean 
     148dist: distclean 
    155149        mkdir ${DIST_NAME} 
    156150        cp ChangeLog AUTHORS COPYING README NEWS THANKS ${DIST_NAME}