remove generated include folders from source distribution

This commit is contained in:
Dave Murphy 2012-05-09 16:48:36 +01:00
parent fc367cd569
commit 709c214db2

View File

@ -73,9 +73,9 @@ ogc-dist-bin: ogc-release distribute/$(VERSTRING)
dist-src: distribute/$(VERSTRING) dist-src: distribute/$(VERSTRING)
@tar --exclude=.svn --exclude=*CVS* -cvjf distribute/$(VERSTRING)/libfat-src-$(VERSTRING).tar.bz2 \ @tar --exclude=.svn --exclude=*CVS* -cvjf distribute/$(VERSTRING)/libfat-src-$(VERSTRING).tar.bz2 \
source include Makefile \ source include Makefile \
nds/Makefile nds/include \ nds/Makefile \
gba/Makefile gba/include \ gba/Makefile \
libogc/Makefile libogc/include libogc/Makefile
dist: include/libfatversion.h dist-bin dist-src dist: include/libfatversion.h dist-bin dist-src