mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-21 11:42:02 +02:00
6 lines
130 B
Markdown
6 lines
130 B
Markdown
# Generating documentation
|
|
```
|
|
xmllint --noout --valid probackup.xml
|
|
xsltproc stylesheet.xsl probackup.xml >pg-probackup.html
|
|
```
|