@@ -38,25 +38,7 @@ pg_arman has been tested on Linux and Unix-based platforms.
3838Documentation
3939-------------
4040
41- All the documentation is maintained in doc/ as text file, that is then
42- fetched by asciidoc to generate automatically man pages and html
43- documentation.
44-
45- In order to generate the documentation, the variables XMLTO and ASCIIDOC
46- need to be set to proper values indicating where are located the binaries
47- of respectively xmlto and asciidoc. An example of build is as follows:
48-
49- make top_srcdir=<path to PostgreSQL source tree> \
50- ASCIIDOC=asciidoc XMLTO=xmlto
51-
52- They could as well be set as environment variables for development
53- purposes.
54-
55- On OSX, it is necessary to set XML_CATALOG_FILES to point to the correct
56- xml catalogs. In the case of an environment with Homebrew after having
57- install xmlto and asciidoc:
58-
59- export XML_CATALOG_FILES="/usr/local/etc/xml/catalog"
41+ All the documentation you can find [here](doc/pg_arman.md).
6042
6143Regression tests
6244----------------