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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-24[exdoc] Add missing dependency.Jon Purdy
2017-01-28[docs] Add a basic doxyfileJon Purdy
Bare minimum Doxygen configuration with dependency graphs.
2016-02-03[docs] remove a deleted file from EXTRA_DISTAlexander Köplinger
2016-02-03[Runtime Documentation] More work on runtime documentationMiguel de Icaza
2015-07-15[build] Update docs profile pathsMarek Safar
2015-04-08Fix "make dist"Alexander Köplinger
EXTRA_DIST still included files that were removed in 467ca088b6accb38f258197d03b5e872e0f663a6 and 4cd4437b1fa3d0e7dd22caa34228c00666c4a849.
2015-04-07Remove outdated documentation from the docs subdirectory.Alex Rønne Petersen
2014-11-05Make the build in docs/ uses the net 4.5 profile.Zoltan Varga
2014-05-09fix previous change (huh, I was blind, no such option -f, use -p).Atsushi Eno
2014-05-09use mkdir -f to ignore "directory already exists" error.Atsushi Eno
2014-04-16Runtime documentation will now build with srcdir != builddirMiguel de Icaza
This removes an old and broken patch that did not allow for clean builds of Mono. The old patch was so bad, that instead of fixing the actual source of the problem (the ability to build the runtime documentation when the source directory was not the same as the build directory), a hack was added to circumvent `make distcheck''s security system and changed the permissions at build time for the source directory to become read/write. This fixes the problem
2010-04-06* docs/Makefile.am: fix distcheck - several targets get built on theAndreia Gaita
srcdir, which has no write permissions on make distcheck, so make sure permissions are set svn path=/trunk/mono/; revision=154859
2009-12-22Switch from using HtmlAgilityPack 1.0 binary snapshot to HtmlAgilityPack ↵Jo Shields
1.4~beta2 source svn path=/trunk/mono/; revision=148843
2009-09-30Build fixMarek Habersack
svn path=/trunk/mono/; revision=143056
2009-04-25Without this I am unable to installMiguel de Icaza
svn path=/trunk/mono/; revision=132637
2009-04-23UpMiguel de Icaza
svn path=/trunk/mono/; revision=132404
2009-02-132009-02-12 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* Makefile.am (EXTRA_DIST): Remove removed files. svn path=/trunk/mono/; revision=126767
2008-11-20 * Makefile.am (sources_DATA): Add mono-file-formats.source,Jonathan Pryor
mono-tools.source. svn path=/trunk/mono/; revision=119483
2008-11-20Remove unnecessary rebuilds of the html directoryRaja R Harinath
* docs.make (monoapi.zip): Make slightly more unforgiving, by using '&&' instead of ';' to sequence commands. (mono-tools.zip, mono-file-formats.zip): Likewise. * Makefile.am (monoapi.zip, mono-tools.zip, mono-fileformats.zip): Likewise. (convert.exe): Don't depend on Makefile.am or docs.make. svn path=/trunk/mono/; revision=119413
2008-11-19Fix srcdir != builddir, and add idiom for multi-output commandsRaja R Harinath
* docs.make (monoapi.zip): Handle the case where 'monoapi.tree' exists but 'monoapi.zip' doesn't. IOW, we should rebuild monoapi.zip with 'rm monoapi.zip; make'. (mono-tools.zip, mono-file-formats.zip): Likewise. * Makefile.am (monoapi.zip, mono-tools.zip, mono-fileformats.zip): Likewise. (monoapi.tree): Don't use $< in an explicit rule. (mono-tools.tree, mono-file-formats.tree): Likewise. svn path=/trunk/mono/; revision=119361
2008-11-19 * Makefile.am (EXTRA_DIST): Add mono-file-formats{.config,.source} andJonathan Pryor
mono-tools{.config,.source} (fixes the build). svn path=/trunk/mono/; revision=119303
2008-11-19 * docs.make, Makefile.am: Build mono-file-formats{.tree,.zip},Jonathan Pryor
mono-tool{.tree,.zip} files. * mono-file-formats.config, mono-tools.config: Alter paths to man pages so that they're valid for building from mono/docs. * monoapi.make: Rename to docs.make. svn path=/trunk/mono/; revision=119255
2008-11-01* Makefile.am: Clean up for srcdir != builddir.Raja R Harinath
(deploy/.stamp): Compute location of 'mono-wrapper' and pass to exdoc. * exdoc (mono-wrapper): Use $runtimedir to look for 'mono-wrapper'. svn path=/trunk/mono/; revision=117609
2008-10-31 * check, Makefile.am (EXTRA_DIST): Rename to check-exports. This wasJonathan Pryor
needed to fix `make distdir...`, because (1) with a file named `check` which (2) was listed in $(EXTRA_DIST), while (3) `check` is ALSO a .PHONY target, this caused make to look for the `check` file, not find it due to (3), and then proceed to try to build convert.exe from convert.cs...for reasons I don't care about. This obviously can't work during `make distdir`, as mcs hasn't been built yet, thus leading to pain, suffering, and a broken build. svn path=/trunk/mono/; revision=117537
2008-10-31 * Makefile.am: Build `docs` after `runtime`, so that it can dependJonathan Pryor
upon mdoc.exe for it's operation. * docs/. (svn:ignore), deploy (svn:ignore): Ignore generated files. * docs/AgilityPack.dll, docs/api-style.css, docs/ChangeLog, docs/check, docs/check-coverage, docs/convert.cs, docs/current-api, docs/deploy, docs/documented, docs/exdoc, docs/ignore, docs/mono-api-metadata.html, docs/monoapi.source, docs/produce-lists, docs/public, docs/public-api, docs/README, docs/sources, docs/toc.xml, docs/TODO, docs/wapi: Copy from ../mono/docscripts. * docs/exdoc: Use the in-tree mono program to run convert.exe. * docs/Makefile.am: Mention files to clean/distribute; extract documentation (with exdoc) and then assemble documentation (with monoapi.make's assemble target) for use by monodoc. * docs/monoapi.make: Added; Makefile to use mcs' buid/rules.make to compile convert.cs and assemble documentation. (This is a separate file so that we can include mcs' build/rules.make, which needs topdir set to behave properly BUT must be $(mcs_topdir) from Makefile.am's perspective.) * docs/monoapi.source: Add a /monodoc/node element for use with monodoc 2.2. svn path=/trunk/mono/; revision=117529
2007-09-12addMiguel de Icaza
svn path=/trunk/mono/; revision=85688
2007-07-11Add all the docs to the distributionMiguel de Icaza
svn path=/trunk/mono/; revision=81804
2004-02-25Love the MakefileMiguel de Icaza
svn path=/trunk/mono/; revision=23426
2004-02-24Update MakefileMiguel de Icaza
svn path=/trunk/mono/; revision=23416
2004-02-24Update MakefileMiguel de Icaza
svn path=/trunk/mono/; revision=23413
2003-07-01Small doc on assembly bundles.Paolo Molaro
svn path=/trunk/mono/; revision=15808
2002-08-01Add new fileMiguel de Icaza
svn path=/trunk/mono/; revision=6318
2002-04-19Martin removed jit-debug from here: fix make distcheck.Paolo Molaro
svn path=/trunk/mono/; revision=3910
2002-03-29Added the docs dir to the dist (with a new doc on GC issues).Paolo Molaro
Removed defunct wrapper dir. Fixed make distcheck in jit. Really build monoburg if needed. svn path=/trunk/mono/; revision=3492