diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-02-15 00:20:47 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-02-15 00:20:47 +0000 |
commit | 121380f83627d673e8cd35b6ff771e107c8b5dac (patch) | |
tree | c2dc220eedbf5b57f8993aec2fee4d2d06de5376 | |
parent | 685fa264da7fce883b69b98f05ad64768fec3c39 (diff) | |
download | poezio-121380f83627d673e8cd35b6ff771e107c8b5dac.tar.gz poezio-121380f83627d673e8cd35b6ff771e107c8b5dac.tar.bz2 poezio-121380f83627d673e8cd35b6ff771e107c8b5dac.tar.xz poezio-121380f83627d673e8cd35b6ff771e107c8b5dac.zip |
df
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ LOCALEDIR=$(DATADIR)/locale MANDIR=$(DATADIR)/man INSTALL=install -all: src/xmpp +all: cd src/xmpppy-0.5.0rc1 && pwd && python setup.py build && cp -r xmpp .. clean: Makefile |