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
pwmt
zathura
Commits
e45cbfa8
Commit
e45cbfa8
authored
Mar 23, 2012
by
Sebastian Ramacher
Browse files
Don't fail install if there are no manpages.
parent
9cacecaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
e45cbfa8
...
...
@@ -145,8 +145,12 @@ endif
install-manpages
:
build-manpages
$(ECHO)
installing manual pages
$(QUIET)
mkdir
-p
${DESTDIR}${MANPREFIX}
/man1
${DESTDIR}${MANPREFIX}
/man5
ifneq
"$(wildcard ${PROJECT}.1)" ""
$(QUIET)
install
-m
644
${PROJECT}
.1
${DESTDIR}${MANPREFIX}
/man1
endif
ifneq
"$(wildcard ${PROJECT}rc.5)" ""
$(QUIET)
install
-m
644
${PROJECT}
rc.5
${DESTDIR}${MANPREFIX}
/man5
endif
install-headers
:
${PROJECT}.pc
$(ECHO)
installing header files
...
...
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