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

Makefile.in
build/bakefiles/make_dist.mk

index 6eac56fc50b0abe2d0ac8ba5d3da7e997dd340c7..194e98c7640941a4c8589e532d0b9cb001f4b972 100644 (file)
@@ -31958,6 +31958,8 @@ ALL_GUI_DIST: ALL_DIST
        mkdir $(DISTDIR)/src/jpeg
        $(CP_P) $(JPEGDIR)/*.h $(DISTDIR)/src/jpeg
        $(CP_P) $(JPEGDIR)/*.c $(DISTDIR)/src/jpeg
+       $(CP_P) $(JPEGDIR)/*.vc $(DISTDIR)/src/jpeg
+       $(CP_P) $(JPEGDIR)/makefile.* $(DISTDIR)/src/jpeg
        $(CP_P) $(JPEGDIR)/README $(DISTDIR)/src/jpeg
         
        mkdir $(DISTDIR)/src/tiff
@@ -32028,6 +32030,10 @@ BASE_DIST: ALL_DIST INTL_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
 
        mkdir $(DISTDIR)/samples/console
        $(CP_P) $(SAMPDIR)/console/Makefile.in $(DISTDIR)/samples/console
@@ -32291,7 +32297,7 @@ SAMPLES_DIST: ALL_GUI_DIST
        done
 
        # copy the rest, not covered by the above loop
-       $(CP_P) $(SAMPDIR)/animate/hourglass.ani $(DISTDIR)/samples/hourglass.ani
+       $(CP_P) $(SAMPDIR)/animate/hourglass.ani $(DISTDIR)/samples/animate
        $(CP_P) $(SAMPDIR)/animate/throbber.gif $(DISTDIR)/samples/animate
 
        $(CP_P) $(SAMPDIR)/console/testdata.fc $(DISTDIR)/samples/console
index 24d06cb07dbe966d5719b705a35a8381a57fa3e2..3b835a9f6ef08da27af0ee6f5c98f2fb7e45d76d 100644 (file)
@@ -227,6 +227,8 @@ ALL_GUI_DIST: ALL_DIST
        mkdir $(DISTDIR)/src/jpeg
        $(CP_P) $(JPEGDIR)/*.h $(DISTDIR)/src/jpeg
        $(CP_P) $(JPEGDIR)/*.c $(DISTDIR)/src/jpeg
+       $(CP_P) $(JPEGDIR)/*.vc $(DISTDIR)/src/jpeg
+       $(CP_P) $(JPEGDIR)/makefile.* $(DISTDIR)/src/jpeg
        $(CP_P) $(JPEGDIR)/README $(DISTDIR)/src/jpeg
         
        mkdir $(DISTDIR)/src/tiff
@@ -297,6 +299,10 @@ BASE_DIST: ALL_DIST INTL_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
 
        mkdir $(DISTDIR)/samples/console
        $(CP_P) $(SAMPDIR)/console/Makefile.in $(DISTDIR)/samples/console
@@ -560,7 +566,7 @@ SAMPLES_DIST: ALL_GUI_DIST
        done
 
        # copy the rest, not covered by the above loop
-       $(CP_P) $(SAMPDIR)/animate/hourglass.ani $(DISTDIR)/samples/hourglass.ani
+       $(CP_P) $(SAMPDIR)/animate/hourglass.ani $(DISTDIR)/samples/animate
        $(CP_P) $(SAMPDIR)/animate/throbber.gif $(DISTDIR)/samples/animate
 
        $(CP_P) $(SAMPDIR)/console/testdata.fc $(DISTDIR)/samples/console