Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marius
zathura
Commits
e1673cb4
Commit
e1673cb4
authored
Apr 28, 2014
by
Sebastian Ramacher
Browse files
Install manpages correctly
Thanks to Αριστοτέλης Πανάρας <spiritual.dragon.of.ra@gmail.com> for noticing.
parent
a3e37660
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
e1673cb4
...
...
@@ -167,11 +167,11 @@ build-manpages:
install-manpages
:
build-manpages
$(
call
colorecho,INSTALL,
"man pages"
)
$(QUIET)
mkdir
-m
755
-p
${DESTDIR}${MANPREFIX}
/man1
${DESTDIR}${MANPREFIX}
/man5
ifneq
"$(wildcard
./
doc/_build/
man/
${PROJECT}.1)" ""
$(QUIET)
install
-m
644
./
doc/_build/
man/
${PROJECT}
.1
${DESTDIR}${MANPREFIX}
/man1
ifneq
"$(wildcard doc/_build/${PROJECT}.1)" ""
$(QUIET)
install
-m
644 doc/_build/
${PROJECT}
.1
${DESTDIR}${MANPREFIX}
/man1
endif
ifneq
"$(wildcard
./
doc/_build/
man/
${PROJECT}rc.5)" ""
$(QUIET)
install
-m
644
./
doc/_build/
man/
${PROJECT}
rc.5
${DESTDIR}${MANPREFIX}
/man5
ifneq
"$(wildcard doc/_build/${PROJECT}rc.5)" ""
$(QUIET)
install
-m
644 doc/_build/
${PROJECT}
rc.5
${DESTDIR}${MANPREFIX}
/man5
endif
install-headers
:
${PROJECT}.pc
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment