From 4f2511d706e5274a34e1521e11c1b95fed735b42 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Thu, 28 Aug 2008 12:56:21 +0000 Subject: [PATCH] Minor corrections to make dist after reports git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- Makefile.in | 8 +++++++- build/bakefiles/make_dist.mk | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 6eac56fc50..194e98c764 100644 --- a/Makefile.in +++ b/Makefile.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 diff --git a/build/bakefiles/make_dist.mk b/build/bakefiles/make_dist.mk index 24d06cb07d..3b835a9f6e 100644 --- a/build/bakefiles/make_dist.mk +++ b/build/bakefiles/make_dist.mk @@ -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 -- 2.45.2