X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile.mingw;h=9be387a553a068e1a37f5afa7ba780485b3ed36b;hb=4b3863fc1bd57ca34c03a397315e2701f7ae7552;hp=92a78cb6930668c8edf004a2bce10d538c084fc7;hpb=cf0211122e5b1054994d596ec83b6c00ad689419;p=inkscape.git diff --git a/Makefile.mingw b/Makefile.mingw index 92a78cb69..9be387a55 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -34,12 +34,6 @@ src$(S)make.dep: cd src && $(GTKDOS)$(S)perl$(S)bin$(S)perl mkdep.pl dist-strip: dist - -$(RMDIRREC) .svn $(RMDIRREC1) - -$(RMREC) Makefile $(RMREC1) - -$(RMREC) Makefile.am $(RMREC1) - -$(RMREC) Makefile.in $(RMREC1) - -$(RMDIR) inkscape$(S)lib$(S)glib-2.0$(S)include - -$(RMDIR) inkscape$(S)lib$(S)gtk-2.0$(S)include strip inkscape$(S)inkscape.exe strip inkscape$(S)inkview.exe strip inkscape$(S)libatkmm-1.6-1.dll @@ -164,6 +158,16 @@ dist: generated required $(MKDIR) inkscape$(S)plugins -$(CP) src$(S)extension$(S)plugin$(S)*.dll inkscape$(S)plugins $(CP) $(GTKDOS)$(S)bin$(S)gdb.exe inkscape +# +# remove unneeded files +# + -$(RMDIRREC) .svn $(RMDIRREC1) + -$(RMREC) .cvsignore $(RMDIRREC1) + -$(RMREC) Makefile $(RMREC1) + -$(RMREC) Makefile.am $(RMREC1) + -$(RMREC) Makefile.in $(RMREC1) + -$(RMDIR) inkscape$(S)lib$(S)glib-2.0$(S)include + -$(RMDIR) inkscape$(S)lib$(S)gtk-2.0$(S)include @echo "##################### D O N E ####################" clean: required