Really hook DTrace chapter to the build since it can be built.
This commit is contained in:
parent
bcf0188714
commit
5521de7b4e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37594
3 changed files with 4 additions and 0 deletions
|
@ -186,6 +186,7 @@ IMAGES_LIB+= callouts/15.png
|
||||||
SRCS+= audit/chapter.sgml
|
SRCS+= audit/chapter.sgml
|
||||||
SRCS+= book.sgml
|
SRCS+= book.sgml
|
||||||
SRCS+= colophon.sgml
|
SRCS+= colophon.sgml
|
||||||
|
SRCS+= dtrace/chapter.sgml
|
||||||
SRCS+= freebsd-glossary.sgml
|
SRCS+= freebsd-glossary.sgml
|
||||||
SRCS+= advanced-networking/chapter.sgml
|
SRCS+= advanced-networking/chapter.sgml
|
||||||
SRCS+= basics/chapter.sgml
|
SRCS+= basics/chapter.sgml
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
<!ENTITY % chap.freebsd-glossary "IGNORE">
|
<!ENTITY % chap.freebsd-glossary "IGNORE">
|
||||||
<!ENTITY % chap.mac "IGNORE">
|
<!ENTITY % chap.mac "IGNORE">
|
||||||
<!ENTITY % chap.audit "IGNORE">
|
<!ENTITY % chap.audit "IGNORE">
|
||||||
|
<!ENTITY % chap.dtrace "IGNORE">
|
||||||
|
|
||||||
<!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent"> %pgpkeys;
|
<!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent"> %pgpkeys;
|
||||||
]>
|
]>
|
||||||
|
@ -295,6 +296,7 @@
|
||||||
<![ %chap.virtualization; [ &chap.virtualization; ]]>
|
<![ %chap.virtualization; [ &chap.virtualization; ]]>
|
||||||
<![ %chap.l10n; [ &chap.l10n; ]]>
|
<![ %chap.l10n; [ &chap.l10n; ]]>
|
||||||
<![ %chap.cutting-edge; [ &chap.cutting-edge; ]]>
|
<![ %chap.cutting-edge; [ &chap.cutting-edge; ]]>
|
||||||
|
<![ %chap.dtrace; [ &chap.dtrace; ]]>
|
||||||
</part>
|
</part>
|
||||||
|
|
||||||
<part id="network-communication">
|
<part id="network-communication">
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
<!ENTITY chap.virtualization SYSTEM "virtualization/chapter.sgml">
|
<!ENTITY chap.virtualization SYSTEM "virtualization/chapter.sgml">
|
||||||
<!ENTITY chap.l10n SYSTEM "l10n/chapter.sgml">
|
<!ENTITY chap.l10n SYSTEM "l10n/chapter.sgml">
|
||||||
<!ENTITY chap.cutting-edge SYSTEM "cutting-edge/chapter.sgml">
|
<!ENTITY chap.cutting-edge SYSTEM "cutting-edge/chapter.sgml">
|
||||||
|
<!ENTITY chap.dtrace SYSTEM "dtrace/chapter.sgml">
|
||||||
|
|
||||||
<!-- Part four -->
|
<!-- Part four -->
|
||||||
<!ENTITY chap.serialcomms SYSTEM "serialcomms/chapter.sgml">
|
<!ENTITY chap.serialcomms SYSTEM "serialcomms/chapter.sgml">
|
||||||
|
|
Loading…
Reference in a new issue