aboutsummaryrefslogtreecommitdiffstats
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 44833021e..b5b74c231 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -290,13 +290,13 @@ DISTFILES_TEST = "test/apps test/apps-x11 test/environment test/profiles test/ut
290 290
291dist: 291dist:
292 make distclean 292 make distclean
293 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.bz2 293 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
294 mkdir -p $(NAME)-$(VERSION)/test 294 mkdir -p $(NAME)-$(VERSION)/test
295 cp -a "$(DISTFILES)" $(NAME)-$(VERSION) 295 cp -a "$(DISTFILES)" $(NAME)-$(VERSION)
296 cp -a "$(DISTFILES_TEST)" $(NAME)-$(VERSION)/test 296 cp -a "$(DISTFILES_TEST)" $(NAME)-$(VERSION)/test
297 rm -rf $(NAME)-$(VERSION)/src/tools 297 rm -rf $(NAME)-$(VERSION)/src/tools
298 find $(NAME)-$(VERSION) -name .svn -delete 298 find $(NAME)-$(VERSION) -name .svn -delete
299 tar -cjvf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) 299 tar -cJvf $(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
300 rm -fr $(NAME)-$(VERSION) 300 rm -fr $(NAME)-$(VERSION)
301 301
302deb: dist 302deb: dist