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
path: root/docs
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2015-07-15 17:34:56 +0300
committerMarek Safar <marek.safar@gmail.com>2015-07-15 17:34:56 +0300
commit0bc83209a08684b4af77b9f41e91a0042872c763 (patch)
tree77242db4e654120ad8a632a90737359706f8a614 /docs
parentd44898a2308b06a1b51b646e519da1ac3daaf6b4 (diff)
[build] Update docs profile paths
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 9c514420403..bb90f1f2001 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -54,6 +54,10 @@ EXTRA_DIST = \
TODO \
unmanaged-calls
+-include $(mcs_topdir)/build/config.make
+
+CLASS=$(mcs_topdir)/class/lib/$(DEFAULT_PROFILE)
+
dist-hook:
$(mkdir_p) $(distdir)/sources
$(mkdir_p) $(distdir)/svgs
@@ -89,14 +93,14 @@ mono-file-formats.tree: $(srcdir)/docs.make $(srcdir)/Makefile.am $(srcdir)/depl
deploy/.stamp: convert.exe Makefile.am
$(mkdir_p) html
runtimedir=`cd ../runtime && pwd`; export runtimedir; \
- MONO_PATH=../mcs/class/lib/net_4_5 perl $(srcdir)/exdoc -h $(srcdir) -t . $(srcdir)/../mono/*/*.c
+ MONO_PATH=$(CLASS) perl $(srcdir)/exdoc -h $(srcdir) -t . $(srcdir)/../mono/*/*.c
touch $@
extract: deploy/.stamp
convert.exe: convert.cs AgilityPack.dll
- $(TOOL_MAKE) PROFILE=net_4_5 convert.exe
+ $(TOOL_MAKE) convert.exe
AgilityPack.dll:
- $(TOOL_MAKE) PROFILE=net_4_5 AgilityPack.dll
+ $(TOOL_MAKE) AgilityPack.dll