Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf6cc608

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 useror a distribution.
1 parent4e6dd05 commitf6cc608

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)

[8]ページ先頭

©2009-2025 Movatter.jp