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

Makefile.am « AspNet « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9039c5e7537613991f61d14f651fbef59afa2fbd (plain)
1
2
3
4
5
6
7
8
9
10
11
include $(top_srcdir)/xbuild.include
EXTRA_DIST += \
		$(wildcard lib/*) \
		$(wildcard Templates/MvcCommon/*.cshtml)\
		$(wildcard Templates/*.cshtml)\
		$(wildcard Templates/*.ts)\
		$(wildcard Templates/*.css)\
		$(wildcard Templates/*.scss)\
		$(wildcard Templates/*.less)\
		$(wildcard Templates/*.json)\
		$(wildcard Templates/Projects/Files/*.aspx)