You've already forked linux-packaging-mono
Imported Upstream version 6.6.0.89
Former-commit-id: b39a328747c2f3414dc52e009fb6f0aa80ca2492
This commit is contained in:
parent
cf815e07e0
commit
95fdb59ea6
12
external/api-doc-tools/Makefile
vendored
12
external/api-doc-tools/Makefile
vendored
@@ -8,20 +8,24 @@ all: build
|
||||
build: $(MDOC)
|
||||
|
||||
$(MDOC):
|
||||
$(MSBUILD) apidoctools.sln /p:Configuration=$(CONFIGURATION)
|
||||
$(MSBUILD) apidoctools.sln /p:Configuration=$(CONFIGURATION);
|
||||
|
||||
prepare:
|
||||
git submodule update --init --recursive
|
||||
nuget restore apidoctools.sln
|
||||
nuget install NUnit.Console -version 3.6.0 -NoCache -o packages
|
||||
|
||||
clean:
|
||||
$(MSBUILD) apidoctools.sln /t:clean
|
||||
#$(MSBUILD) apidoctools.sln /t:clean
|
||||
rm -rf bin/$(CONFIGURATION)
|
||||
|
||||
check: build check-monodoc check-mdoc
|
||||
|
||||
check-mdoc:
|
||||
cd mdoc; $(MAKE) check
|
||||
cd mdoc; $(MAKE) check -B
|
||||
|
||||
nuget:
|
||||
nuget pack mdoc/mdoc.nuspec -outputdirectory bin/Nuget
|
||||
|
||||
check-monodoc:
|
||||
cd monodoc; $(MAKE) check
|
||||
cd monodoc; $(MAKE) check -B
|
||||
|
||||
Reference in New Issue
Block a user