File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ DBTOEPUB ?= dbtoepub
50
50
51
51
52
52
GENERATED_SGML = bookindex.sgml version.sgml \
53
- features-supported.sgml features-unsupported.sgml errcodes-table.sgml
53
+ features-supported.sgml features-unsupported.sgml errcodes-table.sgml \
54
+ waits-monitoring.sgml
54
55
55
56
ALLSGML := $(wildcard $(srcdir ) /* .sgml $(srcdir ) /ref/* .sgml) $(GENERATED_SGML )
56
57
Original file line number Diff line number Diff line change 49
49
<!ENTITY config SYSTEM "config.sgml">
50
50
<!ENTITY user-manag SYSTEM "user-manag.sgml">
51
51
<!ENTITY wal SYSTEM "wal.sgml">
52
+ <!ENTITY waits-monitoring SYSTEM "waits-monitoring.sgml">
52
53
53
54
<!-- programmer's guide -->
54
55
<!ENTITY bgworker SYSTEM "bgworker.sgml">
Original file line number Diff line number Diff line change 160
160
&diskusage;
161
161
&wal;
162
162
®ress;
163
+ &waits-monitoring;
163
164
164
165
</part>
165
166
You can’t perform that action at this time.
0 commit comments