mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-12-13 11:53:59 +02:00
5 lines
129 B
Markdown
5 lines
129 B
Markdown
|
# Generating documentation
|
||
|
```
|
||
|
xmllint --noout --valid probackup.xml
|
||
|
xsltproc stylesheet.xsl probackup.xml >pg-probackup.html
|
||
|
```
|