Tagging 2.4.2.3 (but will be reverting debugger changes, not releasing
[mono.git] / docs / docs.make
blob50a001f5f29addfbd64ab8b9ffdb023a1bd56e66
1 thisdir = docs
2 SUBDIRS =
3 include $(topdir)/build/rules.make
5 ASSEMBLED_DOCS = \
6 mono-file-formats.tree mono-file-formats.zip \
7 mono-tools.tree mono-tools.zip \
8 monoapi.tree monoapi.zip
10 convert.exe: convert.cs AgilityPack.dll
11 $(CSCOMPILE) -out:$@ $< -r:AgilityPack.dll
13 monoapi.zip: monoapi.tree
14 @test -f $@ || { rm -f $< && $(MAKE) $<; }
15 monoapi.tree: toc.xml docs.make
16 $(MDOC) assemble -o monoapi -f hb $<
18 mono-tools.zip: mono-tools.tree
19 @test -f $@ || { rm -f $< && $(MAKE) $<; }
20 mono-tools.tree: mono-tools.config docs.make
21 $(MDOC) assemble -o mono-tools -f man $<
23 mono-file-formats.zip: mono-file-formats.tree
24 @test -f $@ || { rm -f $< && $(MAKE) $<; }
25 mono-file-formats.tree: mono-file-formats.config docs.make
26 $(MDOC) assemble -o mono-file-formats -f man $<
28 .doc-stamp: