1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-09 14:33:17 +02:00

DOC: add README for docs and add '.html' files to '.gitignore'

This commit is contained in:
Grigory Smolkin 2019-11-06 17:36:40 +02:00
parent 042d41f2e4
commit a1bc007514
2 changed files with 8 additions and 0 deletions

3
.gitignore vendored
View File

@ -44,3 +44,6 @@
/src/xlogreader.c
/src/walmethods.c
/src/walmethods.h
# Doc files
/doc/*html

5
doc/Readme.md Normal file
View File

@ -0,0 +1,5 @@
# Generating documentation
```
xmllint --noout --valid probackup.xml
xsltproc stylesheet.xsl probackup.xml >pg-probackup.html
```