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:
parent
4e6dd05628
commit
f6cc608c43
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user