1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-01 09:51:43 +02:00
pg_probackup/doc/Readme.md

6 lines
130 B
Markdown
Raw Normal View History

# Generating documentation
```
xmllint --noout --valid probackup.xml
xsltproc stylesheet.xsl probackup.xml >pg-probackup.html
2021-01-26 02:15:50 +02:00
```