Ignore:
Timestamp:
Jun 3, 2008 9:59:00 AM (5 years ago)
Author:
dkg
Message:

[svn-upgrade] Integrating new upstream version, xdotool (20080603)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/upstream/xdotool/current/Makefile

    r1077 r1085  
    3737        rm -f $(INSTALLMAN)/man1/xdotool.1 
    3838 
    39  
    4039clean: 
    41         rm -f *.o || true 
     40        rm -f *.o xdotool xdotool.1 || true 
    4241 
    4342xdo.o: xdo.c 
     
    5857package: test-package-build create-package 
    5958 
    60 create-package: xdotool.1 
     59create-package:  
    6160        @NAME=xdotool-`date +%Y%m%d`; \ 
    6261        echo "Creating package: $$NAME"; \ 
    6362        mkdir $${NAME}; \ 
    64         rsync --exclude .svn -a `ls -d *.1 *.pod COPYRIGHT *.c *.h examples t CHANGELIST README Makefile* 2> /dev/null` $${NAME}/; \ 
     63        rsync --exclude .svn -a `ls -d *.pod COPYRIGHT *.c *.h examples t CHANGELIST README Makefile* 2> /dev/null` $${NAME}/; \ 
    6564        tar -zcf $${NAME}.tar.gz $${NAME}/; \ 
    6665        rm -rf $${NAME}/ 
Note: See TracChangeset for help on using the changeset viewer.