Skip to content

Commit a1bc007

Browse files
committed
DOC: add README for docs and add '.html' files to '.gitignore'
1 parent 042d41f commit a1bc007

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@
4444
/src/xlogreader.c
4545
/src/walmethods.c
4646
/src/walmethods.h
47+
48+
# Doc files
49+
/doc/*html

doc/Readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Generating documentation
2+
```
3+
xmllint --noout --valid probackup.xml
4+
xsltproc stylesheet.xsl probackup.xml >pg-probackup.html
5+
```

0 commit comments

Comments
 (0)