Add more missing files to the tarballs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8869c3a1ce
commit
de5f07794d
2 changed files with 4 additions and 2 deletions
|
|
@ -25143,6 +25143,7 @@ SAMPLES_DIST: ALL_GUI_DIST
|
|||
$(CP_P) $(SAMPDIR)/html/help/*.cpp $(DISTDIR)/samples/html/help
|
||||
mkdir $(DISTDIR)/samples/html/help/helpfiles
|
||||
$(CP_P) $(SAMPDIR)/html/help/helpfiles/*.??? $(DISTDIR)/samples/html/help/helpfiles
|
||||
|
||||
mkdir $(DISTDIR)/samples/html/helpview
|
||||
$(CP_P) $(SAMPDIR)/html/helpview/Makefile.in $(DISTDIR)/samples/html/helpview
|
||||
$(CP_P) $(SAMPDIR)/html/helpview/*.cpp $(DISTDIR)/samples/html/helpview
|
||||
|
|
@ -25656,7 +25657,7 @@ distdir: @GUIDIST@
|
|||
@# 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" \) \) \
|
||||
-print | xargs rm -rf
|
||||
-print | grep -v '/samples/.*\.hh.$$' | xargs rm -rf
|
||||
|
||||
dist: distdir
|
||||
@cd _dist_dir && tar ch $(DISTDIRNAME) | gzip -f9 > ../$(WXARCHIVE);
|
||||
|
|
|
|||
|
|
@ -669,6 +669,7 @@ SAMPLES_DIST: ALL_GUI_DIST
|
|||
$(CP_P) $(SAMPDIR)/html/help/*.cpp $(DISTDIR)/samples/html/help
|
||||
mkdir $(DISTDIR)/samples/html/help/helpfiles
|
||||
$(CP_P) $(SAMPDIR)/html/help/helpfiles/*.??? $(DISTDIR)/samples/html/help/helpfiles
|
||||
|
||||
mkdir $(DISTDIR)/samples/html/helpview
|
||||
$(CP_P) $(SAMPDIR)/html/helpview/Makefile.in $(DISTDIR)/samples/html/helpview
|
||||
$(CP_P) $(SAMPDIR)/html/helpview/*.cpp $(DISTDIR)/samples/html/helpview
|
||||
|
|
@ -1182,7 +1183,7 @@ distdir: @GUIDIST@
|
|||
@# 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" \) \) \
|
||||
-print | xargs rm -rf
|
||||
-print | grep -v '/samples/.*\.hh.$$' | xargs rm -rf
|
||||
|
||||
dist: distdir
|
||||
@cd _dist_dir && tar ch $(DISTDIRNAME) | gzip -f9 > ../$(WXARCHIVE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue