forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita5963ef
committed
doc: Improve setup for documentation building with FOP
Add a makefile rule for building PDFs with FOP. Two new build targetsin doc/src/sgml are postgres-A4-fop.pdf and postgres-US-fop.pdf.Run .fo output through xmllint for reformatting, so that errors areeasier to find. (The default output has hardly any line breaks, so youmight be looking for an error in column 20000.)Set some XSLT parameters to optimize for building with FOP.Remove some redundant or somewhat useless chapterinfo/authorinformation, because it renders strangely with the FO stylesheet.Reviewed-by: Álvaro Herrera <alvherre@2ndquadrant.com>1 parent709170b commita5963ef
4 files changed
+27
-34
lines changedLines changed: 15 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
271 |
| - | |
| 271 | + | |
272 | 272 |
| |
273 | 273 |
| |
274 |
| - | |
| 274 | + | |
275 | 275 |
| |
276 | 276 |
| |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
277 | 289 |
| |
278 | 290 |
| |
279 | 291 |
| |
| |||
391 | 403 |
| |
392 | 404 |
| |
393 | 405 |
| |
394 |
| - | |
| 406 | + | |
395 | 407 |
| |
396 | 408 |
| |
397 | 409 |
| |
|
Lines changed: 0 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 | 4 |
| |
29 | 5 |
| |
30 | 6 |
| |
|
Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 | 4 |
| |
12 | 5 |
| |
13 | 6 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
9 | 21 |
| |
10 | 22 |
| |
11 | 23 |
| |
|
0 commit comments
Comments
(0)