From 709c214db2b19cba0dcdb0d5107e034c7d5f9e89 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 9 May 2012 16:48:36 +0100 Subject: [PATCH] remove generated include folders from source distribution --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4f47d00..ebe0621 100644 --- a/Makefile +++ b/Makefile @@ -73,9 +73,9 @@ ogc-dist-bin: ogc-release distribute/$(VERSTRING) dist-src: distribute/$(VERSTRING) @tar --exclude=.svn --exclude=*CVS* -cvjf distribute/$(VERSTRING)/libfat-src-$(VERSTRING).tar.bz2 \ source include Makefile \ - nds/Makefile nds/include \ - gba/Makefile gba/include \ - libogc/Makefile libogc/include + nds/Makefile \ + gba/Makefile \ + libogc/Makefile dist: include/libfatversion.h dist-bin dist-src