Changeset 1085 for branches/upstream/xdotool/current/Makefile
- Timestamp:
- Jun 3, 2008 9:59:00 AM (5 years ago)
- File:
-
- 1 edited
-
branches/upstream/xdotool/current/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/upstream/xdotool/current/Makefile
r1077 r1085 37 37 rm -f $(INSTALLMAN)/man1/xdotool.1 38 38 39 40 39 clean: 41 rm -f *.o || true40 rm -f *.o xdotool xdotool.1 || true 42 41 43 42 xdo.o: xdo.c … … 58 57 package: test-package-build create-package 59 58 60 create-package: xdotool.159 create-package: 61 60 @NAME=xdotool-`date +%Y%m%d`; \ 62 61 echo "Creating package: $$NAME"; \ 63 62 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}/; \ 65 64 tar -zcf $${NAME}.tar.gz $${NAME}/; \ 66 65 rm -rf $${NAME}/
Note: See TracChangeset
for help on using the changeset viewer.

