From b784691e07f52400450f19fb61e37e1865fd5a03 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Thu, 28 Aug 2008 13:28:56 +0000 Subject: [PATCH] More corrections to make dist git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- Makefile.in | 7 +++++-- build/bakefiles/make_dist.mk | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 194e98c764..28f21dc53f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -32275,11 +32275,14 @@ DEMOS_DIST: ALL_GUI_DIST SAMPLES_DIST: ALL_GUI_DIST mkdir $(DISTDIR)/samples $(CP_P) $(SAMPDIR)/Makefile.in $(DISTDIR)/samples + $(CP_P) $(SAMPDIR)/makefile.* $(DISTDIR)/samples + $(CP_P) $(SAMPDIR)/Info.plist $(DISTDIR)/samples $(CP_P) $(SAMPDIR)/sample.* $(DISTDIR)/samples + $(CP_P) $(SAMPDIR)/samples.* $(DISTDIR)/samples # copy files common to all samples in a general way for s in `find $(SAMPDIR) $(SAMPDIR)/html $(SAMPDIR)/mobile $(SAMPDIR)/opengl \ - -mindepth 1 -maxdepth 1 -type d -not -name CVS`; do \ + -mindepth 1 -maxdepth 1 -type d -not -name .svn`; do \ t="$(DISTDIR)/samples/`echo $$s | sed 's@$(SAMPDIR)/@@'`"; \ mkdir -p $$t; \ $(CP_P) $$s/Makefile.in \ @@ -32510,7 +32513,7 @@ distdir: @GUIDIST@ @# now prune away a lot of the crap included by using cp -R @# in other dist targets. find $(DISTDIR) \( -name "CVS" -o -name ".cvsignore" -o -name "*.dsp" -o -name "*.dsw" -o -name "*.hh*" -o \ - \( -name "makefile.*" -a ! -name "makefile.unx" \) \) \ + \( -name "makefile.*" -a ! -name "makefile.gcc" -a ! -name "makefile.unx" \) \) \ -print | egrep -v '/samples/.*\.hh.$$' | xargs rm -rf dist: distdir diff --git a/build/bakefiles/make_dist.mk b/build/bakefiles/make_dist.mk index 3b835a9f6e..3dbe39db71 100644 --- a/build/bakefiles/make_dist.mk +++ b/build/bakefiles/make_dist.mk @@ -544,11 +544,14 @@ DEMOS_DIST: ALL_GUI_DIST SAMPLES_DIST: ALL_GUI_DIST mkdir $(DISTDIR)/samples $(CP_P) $(SAMPDIR)/Makefile.in $(DISTDIR)/samples + $(CP_P) $(SAMPDIR)/makefile.* $(DISTDIR)/samples + $(CP_P) $(SAMPDIR)/Info.plist $(DISTDIR)/samples $(CP_P) $(SAMPDIR)/sample.* $(DISTDIR)/samples + $(CP_P) $(SAMPDIR)/samples.* $(DISTDIR)/samples # copy files common to all samples in a general way for s in `find $(SAMPDIR) $(SAMPDIR)/html $(SAMPDIR)/mobile $(SAMPDIR)/opengl \ - -mindepth 1 -maxdepth 1 -type d -not -name CVS`; do \ + -mindepth 1 -maxdepth 1 -type d -not -name .svn`; do \ t="$(DISTDIR)/samples/`echo $$s | sed 's@$(SAMPDIR)/@@'`"; \ mkdir -p $$t; \ $(CP_P) $$s/Makefile.in \ @@ -779,7 +782,7 @@ distdir: @GUIDIST@ @# now prune away a lot of the crap included by using cp -R @# in other dist targets. find $(DISTDIR) \( -name "CVS" -o -name ".cvsignore" -o -name "*.dsp" -o -name "*.dsw" -o -name "*.hh*" -o \ - \( -name "makefile.*" -a ! -name "makefile.unx" \) \) \ + \( -name "makefile.*" -a ! -name "makefile.gcc" -a ! -name "makefile.unx" \) \) \ -print | egrep -v '/samples/.*\.hh.$$' | xargs rm -rf dist: distdir -- 2.45.2