Skip to content

Commit b822509

Browse files
ildusAlexander Korotkov
authored andcommitted
Add changes related with documentation
1 parent f3d7a9d commit b822509

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

doc/src/sgml/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ DBTOEPUB ?= dbtoepub
5050

5151

5252
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
5455

5556
ALLSGML := $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml) $(GENERATED_SGML)
5657

doc/src/sgml/filelist.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<!ENTITY config SYSTEM "config.sgml">
5050
<!ENTITY user-manag SYSTEM "user-manag.sgml">
5151
<!ENTITY wal SYSTEM "wal.sgml">
52+
<!ENTITY waits-monitoring SYSTEM "waits-monitoring.sgml">
5253

5354
<!-- programmer's guide -->
5455
<!ENTITY bgworker SYSTEM "bgworker.sgml">

doc/src/sgml/postgres.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
&diskusage;
161161
&wal;
162162
&regress;
163+
&waits-monitoring;
163164

164165
</part>
165166

0 commit comments

Comments
 (0)