diff options
author | Björn Gustavsson <[email protected]> | 2019-04-02 10:03:07 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2019-04-04 12:30:20 +0200 |
commit | 2d9f2307e51606e6234f1ed18d8ba3a7569e38db (patch) | |
tree | 12e6abeb8a93803c61b73b88766b68595542ff66 /erts/doc | |
parent | e23061fd04350cfbc520a08591d08ef1745f8f0d (diff) | |
download | otp-2d9f2307e51606e6234f1ed18d8ba3a7569e38db.tar.gz otp-2d9f2307e51606e6234f1ed18d8ba3a7569e38db.tar.bz2 otp-2d9f2307e51606e6234f1ed18d8ba3a7569e38db.zip |
Add CountingInstructions to the internal documentation
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/Makefile | 3 | ||||
-rw-r--r-- | erts/doc/src/internal.xml | 1 |
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"/> |