Skip to content

Commit e413328

Browse files
committed
Change documentation format.
1 parent 9471875 commit e413328

File tree

3 files changed

+1
-51
lines changed

3 files changed

+1
-51
lines changed

README

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,7 @@ pg_arman has been tested on Linux and Unix-based platforms.
3838
Documentation
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

6143
Regression tests
6244
----------------

doc/Makefile

Lines changed: 0 additions & 32 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)