1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-20 11:34:51 +02:00

Correct installation of pg_rman.1 to $PGINSTALL/share/man/man1

This is to avoid to have to define several paths for MANPATH for a user
or a distribution.
This commit is contained in:
Michael Paquier 2014-01-13 19:41:59 +09:00
parent 4e6dd05628
commit f6cc608c43

View File

@ -65,8 +65,8 @@ docs:
install: install-man
install-man:
$(MKDIR_P) '$(DESTDIR)$(docdir)/$(docmoduledir)/man1/'
$(INSTALL_DATA) $(man_DOCS) '$(DESTDIR)$(docdir)/$(docmoduledir)/man1/'
$(MKDIR_P) '$(DESTDIR)$(mandir)/man1/'
$(INSTALL_DATA) $(man_DOCS) '$(DESTDIR)$(mandir)/man1/'
endif # XMLTO
endif # ASCIIDOC