forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5d93ce2
committed
doc: Check DocBook XML validity during the build
Building the documentation with XSLT does not check the DTD, like aDSSSL build would. One can often get away with having invalid XML, butthe stylesheets might then create incorrect output, as they are notdesigned to handle that. Therefore, check the validity of the XMLagainst the DTD, using xmllint, during the build.Add xmllint detection to configure, and add some documentation.xmllint comes with libxml2, which is already in use, but it might be ina separate package, such as libxml2-utils on Debian.Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr>1 parentf43afbc commit5d93ce2
File tree
5 files changed
+68
-2
lines changed- doc/src/sgml
- src
5 files changed
+68
-2
lines changedLines changed: 43 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
630 | 630 |
| |
631 | 631 |
| |
632 | 632 |
| |
| 633 | + | |
633 | 634 |
| |
634 | 635 |
| |
635 | 636 |
| |
| |||
14654 | 14655 |
| |
14655 | 14656 |
| |
14656 | 14657 |
| |
| 14658 | + | |
| 14659 | + | |
| 14660 | + | |
| 14661 | + | |
| 14662 | + | |
| 14663 | + | |
| 14664 | + | |
| 14665 | + | |
| 14666 | + | |
| 14667 | + | |
| 14668 | + | |
| 14669 | + | |
| 14670 | + | |
| 14671 | + | |
| 14672 | + | |
| 14673 | + | |
| 14674 | + | |
| 14675 | + | |
| 14676 | + | |
| 14677 | + | |
| 14678 | + | |
| 14679 | + | |
| 14680 | + | |
| 14681 | + | |
| 14682 | + | |
| 14683 | + | |
| 14684 | + | |
| 14685 | + | |
| 14686 | + | |
| 14687 | + | |
| 14688 | + | |
| 14689 | + | |
| 14690 | + | |
| 14691 | + | |
| 14692 | + | |
| 14693 | + | |
| 14694 | + | |
| 14695 | + | |
| 14696 | + | |
| 14697 | + | |
| 14698 | + | |
| 14699 | + | |
14657 | 14700 |
| |
14658 | 14701 |
| |
14659 | 14702 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1869 | 1869 |
| |
1870 | 1870 |
| |
1871 | 1871 |
| |
| 1872 | + | |
1872 | 1873 |
| |
1873 | 1874 |
| |
1874 | 1875 |
| |
|
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
47 | 51 |
| |
48 | 52 |
| |
49 | 53 |
| |
| |||
78 | 82 |
| |
79 | 83 |
| |
80 | 84 |
| |
| 85 | + | |
81 | 86 |
| |
82 | 87 |
| |
83 | 88 |
| |
| |||
254 | 259 |
| |
255 | 260 |
| |
256 | 261 |
| |
| 262 | + | |
257 | 263 |
| |
258 | 264 |
| |
259 | 265 |
| |
260 | 266 |
| |
261 | 267 |
| |
| 268 | + | |
262 | 269 |
| |
263 | 270 |
| |
264 | 271 |
| |
| |||
268 | 275 |
| |
269 | 276 |
| |
270 | 277 |
| |
271 |
| - | |
272 | 278 |
| |
273 | 279 |
| |
274 | 280 |
| |
| |||
281 | 287 |
| |
282 | 288 |
| |
283 | 289 |
| |
| 290 | + | |
284 | 291 |
| |
285 | 292 |
| |
286 | 293 |
| |
|
Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
151 | 165 |
| |
152 | 166 |
| |
153 | 167 |
| |
| |||
255 | 269 |
| |
256 | 270 |
| |
257 | 271 |
| |
258 |
| - | |
| 272 | + | |
259 | 273 |
| |
260 | 274 |
| |
261 | 275 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
353 | 353 |
| |
354 | 354 |
| |
355 | 355 |
| |
| 356 | + | |
356 | 357 |
| |
357 | 358 |
| |
358 | 359 |
| |
|
0 commit comments
Comments
(0)