Skip to content

Commit f6cc608

Browse files
author
Michael Paquier
committed
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.
1 parent 4e6dd05 commit f6cc608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ docs:
6565
install: install-man
6666

6767
install-man:
68-
$(MKDIR_P) '$(DESTDIR)$(docdir)/$(docmoduledir)/man1/'
69-
$(INSTALL_DATA) $(man_DOCS) '$(DESTDIR)$(docdir)/$(docmoduledir)/man1/'
68+
$(MKDIR_P) '$(DESTDIR)$(mandir)/man1/'
69+
$(INSTALL_DATA) $(man_DOCS) '$(DESTDIR)$(mandir)/man1/'
7070
endif # XMLTO
7171
endif # ASCIIDOC
7272

0 commit comments

Comments
 (0)