aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2019-04-02 10:03:07 +0200
committerBjörn Gustavsson <[email protected]>2019-04-04 12:30:20 +0200
commit2d9f2307e51606e6234f1ed18d8ba3a7569e38db (patch)
tree12e6abeb8a93803c61b73b88766b68595542ff66 /erts
parente23061fd04350cfbc520a08591d08ef1745f8f0d (diff)
downloadotp-2d9f2307e51606e6234f1ed18d8ba3a7569e38db.tar.gz
otp-2d9f2307e51606e6234f1ed18d8ba3a7569e38db.tar.bz2
otp-2d9f2307e51606e6234f1ed18d8ba3a7569e38db.zip
Add CountingInstructions to the internal documentation
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/Makefile3
-rw-r--r--erts/doc/src/internal.xml1
2 files changed, 3 insertions, 1 deletions
diff --git a/erts/doc/src/Makefile b/erts/doc/src/Makefile
index 3cfc2799cd..bc01919da1 100644
--- a/erts/doc/src/Makefile
+++ b/erts/doc/src/Makefile
@@ -80,7 +80,8 @@ XML_INTERNAL_FILES = \
PTables.xml \
PortSignals.xml \
ProcessManagementOptimizations.xml \
- SuperCarrier.xml
+ SuperCarrier.xml \
+ CountingInstructions.xml
XML_CHAPTER_FILES = \
diff --git a/erts/doc/src/internal.xml b/erts/doc/src/internal.xml
index 559cf5d2f4..88609d492a 100644
--- a/erts/doc/src/internal.xml
+++ b/erts/doc/src/internal.xml
@@ -35,6 +35,7 @@
<xi:include href="Tracing.xml"/>
<xi:include href="DelayedDealloc.xml"/>
<xi:include href="beam_makeops.xml"/>
+ <xi:include href="CountingInstructions.xml"/>
<xi:include href="GarbageCollection.xml"/>
<xi:include href="PTables.xml"/>
<xi:include href="PortSignals.xml"/>