[hackers] [wmi] prepared wmi-11 || Anselm R Garbe

From: <hg_AT_suckless.org>
Date: Fri, 27 Nov 2009 18:54:13 +0000 (UTC)

changeset: 6:71e8793ae407
tag: 11
user: Anselm R Garbe <anselm_AT_garbe.us>
date: Fri Nov 27 18:54:10 2009 +0000
files: Makefile
description:
prepared wmi-11

diff -r fc3dc1a3255d -r 71e8793ae407 Makefile
--- a/Makefile Thu Sep 10 19:00:09 2009 +0100
+++ b/Makefile Fri Nov 27 18:54:10 2009 +0000
@@ -74,16 +74,16 @@
 
 clean:
         @echo cleaning
- @rm -f wmi wmiremote ${OBJ_wmi} ${OBJ_wmiremote} wmi-${VERSION}.tar.gz
+ @rm -f wmi wmiremote ${OBJ_wmi} ${OBJ_wmiremote} wmi-${WMI_VERSION}.tar.gz
 
 dist: clean
         @echo creating dist tarball
- @mkdir -p wmi-${VERSION}
- @cp -R AUTHORS CONTRIB ChangeLog FAQ INSTALL LICENSE Makefile
- examples man *.cpp *.h wmi-${VERSION}
- @tar -cf wmi-${VERSION}.tar wmi-${VERSION}
- @gzip wmi-${VERSION}.tar
- @rm -rf wmi-${VERSION}
+ @mkdir -p wmi-${WMI_VERSION}
+ @cp -R AUTHORS CONTRIB ChangeLog FAQ INSTALL LICENSE Makefile \
+ config.mk examples man *.cpp *.h wmi-${WMI_VERSION}
+ @tar -cf wmi-${WMI_VERSION}.tar wmi-${WMI_VERSION}
+ @gzip wmi-${WMI_VERSION}.tar
+ @rm -rf wmi-${WMI_VERSION}
 
 install: all
         @echo installing executable file to ${DESTDIR}${PREFIX}/bin
Received on Fri Nov 27 2009 - 18:54:13 UTC

This archive was generated by hypermail 2.2.0 : Fri Nov 27 2009 - 19:00:09 UTC