Minor corrections to make dist after reports
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user