]> git.saurik.com Git - wxWidgets.git/commitdiff
More corrections to make dist
authorRobert Roebling <robert@roebling.de>
Thu, 28 Aug 2008 13:28:56 +0000 (13:28 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 28 Aug 2008 13:28:56 +0000 (13:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

Makefile.in
build/bakefiles/make_dist.mk

index 194e98c7640941a4c8589e532d0b9cb001f4b972..28f21dc53f23d565a4296f39bc0910f6036ff7fc 100644 (file)
@@ -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
index 3b835a9f6ef08da27af0ee6f5c98f2fb7e45d76d..3dbe39db71ef61734b898e12c17849cf4873f11f 100644 (file)
@@ -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