summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 2a90a0fdd..405087433 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -295,13 +295,13 @@ DISTFILES_TEST = "test/apps test/apps-x11 test/environment test/profiles test/ut
295 295
296dist: 296dist:
297 make distclean 297 make distclean
298 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.bz2 298 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
299 mkdir -p $(NAME)-$(VERSION)/test 299 mkdir -p $(NAME)-$(VERSION)/test
300 cp -a "$(DISTFILES)" $(NAME)-$(VERSION) 300 cp -a "$(DISTFILES)" $(NAME)-$(VERSION)
301 cp -a "$(DISTFILES_TEST)" $(NAME)-$(VERSION)/test 301 cp -a "$(DISTFILES_TEST)" $(NAME)-$(VERSION)/test
302 rm -rf $(NAME)-$(VERSION)/src/tools 302 rm -rf $(NAME)-$(VERSION)/src/tools
303 find $(NAME)-$(VERSION) -name .svn -delete 303 find $(NAME)-$(VERSION) -name .svn -delete
304 tar -cjvf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) 304 tar -cJvf $(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
305 rm -fr $(NAME)-$(VERSION) 305 rm -fr $(NAME)-$(VERSION)
306 306
307deb: dist 307deb: dist