Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo Shields <jo.shields@xamarin.com>2015-09-02 21:00:05 +0300
committerJo Shields <jo.shields@xamarin.com>2015-09-02 21:00:05 +0300
commitd6125a0309aa43be4680d3e79c4e7fed4e492e22 (patch)
tree1adcb649324c3002223c3726ea6d364e1fd883a9 /main/xbuild.include
parentc16e63aeeaa63ea912638f958ae1547905aed4e5 (diff)
fix weird exclusions in "make dist"
Diffstat (limited to 'main/xbuild.include')
-rw-r--r--main/xbuild.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xbuild.include b/main/xbuild.include
index 1ac24dbb3c..46cc92b49f 100644
--- a/main/xbuild.include
+++ b/main/xbuild.include
@@ -48,7 +48,7 @@ sln_clean:
print_extradist:
@echo $(WILDCARDED_FILES)
-EXTS:=*.bmp *.cs *.csproj *.html *.png *.snk *.config *.stetic *.glade *.xml *.xsd *.exe.addins *.template *.tt *.txt
+EXTS:=*.bmp *.cs *.csproj *.html *.png *.snk *.config *.stetic *.glade *.xml *.xsd *.exe.addins *.template *.tt *.txt *.targets *.sh
ALL_FILES:= $(EXTS) \
$(addprefix */,$(EXTS)) \