]> git.saurik.com Git - wxWidgets.git/commitdiff
Makefile.in: remove CVS dirs
authorJulian Smart <julian@anthemion.co.uk>
Thu, 5 Dec 2002 10:27:42 +0000 (10:27 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 5 Dec 2002 10:27:42 +0000 (10:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

Makefile.in

index de392c7d7b2a1e5a91008b368b5d300ba8bb066b..66663d62a0d729b2a9205c810e6e49473f290339 100644 (file)
@@ -1498,6 +1498,11 @@ dist-only:
 
 dist: @GUIDIST@
        @echo "*** Creating wxWindows distribution in $(DISTDIR)..."
 
 dist: @GUIDIST@
        @echo "*** Creating wxWindows distribution in $(DISTDIR)..."
+       @# 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" \) \) \
+                       -print0 | xargs -0 rm -rf
        @cd _dist_dir && tar ch $(DISTDIRNAME) | gzip -f9 > ../$(WXARCHIVE);
        @if test "$(USE_GUI)" = 1; then \
        cd $(DISTDIR); \
        @cd _dist_dir && tar ch $(DISTDIRNAME) | gzip -f9 > ../$(WXARCHIVE);
        @if test "$(USE_GUI)" = 1; then \
        cd $(DISTDIR); \