We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042d41f commit a1bc007Copy full SHA for a1bc007
.gitignore
@@ -44,3 +44,6 @@
44
/src/xlogreader.c
45
/src/walmethods.c
46
/src/walmethods.h
47
+
48
+# Doc files
49
+/doc/*html
doc/Readme.md
@@ -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