aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 7d961213a..f788435c0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -207,6 +207,11 @@ DISTFILES = "src etc m4 platform contrib configure configure.ac Makefile.in inst
207DISTFILES_TEST = "test/Makefile.in test/apps test/apps-x11 test/apps-x11-xorg test/root test/private-lib test/fnetfilter test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/fs test/sysutils test/chroot" 207DISTFILES_TEST = "test/Makefile.in test/apps test/apps-x11 test/apps-x11-xorg test/root test/private-lib test/fnetfilter test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/fs test/sysutils test/chroot"
208 208
209dist: 209dist:
210 mv config.status config.status.old
211 mv mkdeb.sh mkdeb.sh.old
212 make distclean
213 mv mkdeb.sh.old mkdeb.sh
214 mv config.status.old config.status
210 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz 215 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
211 mkdir -p $(NAME)-$(VERSION)/test 216 mkdir -p $(NAME)-$(VERSION)/test
212 cp -a "$(DISTFILES)" $(NAME)-$(VERSION) 217 cp -a "$(DISTFILES)" $(NAME)-$(VERSION)