diff options
author | Steven Barth <steven@midlink.org> | 2009-07-11 07:54:57 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-07-11 07:54:57 +0000 |
commit | 72a0ee36b6d08510d378397e28dacb746df5f40a (patch) | |
tree | 46576105b5520f805513e07a453fc375317bc17f /libs/nixio/standalone.mk | |
parent | 21be73a478f5409a13f10d56041af32c78709bbd (diff) |
nixio: Update documentation to prepare 0.3 release
Diffstat (limited to 'libs/nixio/standalone.mk')
-rw-r--r-- | libs/nixio/standalone.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/nixio/standalone.mk b/libs/nixio/standalone.mk index fe71f581a..95f6bece4 100644 --- a/libs/nixio/standalone.mk +++ b/libs/nixio/standalone.mk @@ -42,7 +42,6 @@ clean: luaclean luasource: mkdir -p dist$(LUA_MODULEDIR) - cp -pR root/* dist 2>/dev/null || true cp -pR lua/* dist$(LUA_MODULEDIR) 2>/dev/null || true for i in $$(find dist -name .svn); do rm -rf $$i || true; done @@ -53,4 +52,4 @@ luacompile: luasource for i in $$(find dist -name *.lua -not -name debug.lua); do $(LUAC) $(LUAC_OPTIONS) -o $$i $$i; done luaclean: - rm -rf dist
\ No newline at end of file + rm -rf dist |