mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-28 09:33:54 +02:00
8 lines
285 B
Markdown
8 lines
285 B
Markdown
# Generating documentation
|
|
```
|
|
xmllint --noout --valid probackup.xml
|
|
xsltproc stylesheet.xsl probackup.xml >pg-probackup.html
|
|
```
|
|
> [!NOTE]
|
|
>Install ```docbook-xsl``` if you got
|
|
>``` "xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"``` |