[mono/driver] On OSX, increase the number of file handles available.
[mono-project.git] / docs / docs.make
blob4f2d964e5b93f89ff144f23bd9c4180869f9bf89
2 # This makefile is here because it uses the configuration from the
3 # in-place built mono to run and compile a few C# tools
6 thisdir = docs
7 SUBDIRS =
8 include $(topdir)/build/rules.make
10 ASSEMBLED_DOCS = \
11 mono-file-formats.tree mono-file-formats.zip \
12 mono-tools.tree mono-tools.zip \
13 monoapi.tree monoapi.zip
15 convert.exe: $(srcdir)/convert.cs AgilityPack.dll
16 $(CSCOMPILE) -out:$@ $< -r:AgilityPack.dll
18 AgilityPack.dll:
19 $(CSCOMPILE) -target:library -out:$@ $(srcdir)/HtmlAgilityPack/*.cs
21 monoapi.zip: monoapi.tree
22 @test -f $@ || { rm -f $< && $(MAKE) $<; }
24 monoapi.tree: $(srcdir)/toc.xml $(srcdir)/docs.make
25 $(MDOC) assemble -o monoapi -f hb $<
27 mono-tools.zip: mono-tools.tree
28 @test -f $@ || { rm -f $< && $(MAKE) $<; }
30 mono-tools.tree: $(srcdir)/mono-tools.config $(srcdir)/docs.make
31 $(MDOC) assemble -o mono-tools -f man $<
33 mono-file-formats.zip: mono-file-formats.tree
34 @test -f $@ || { rm -f $< && $(MAKE) $<; }
36 mono-file-formats.tree: $(srcdir)/mono-file-formats.config $(srcdir)/docs.make
37 $(MDOC) assemble -o mono-file-formats -f man $<
39 .doc-stamp: