projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14b6bb7
)
build-sys: don't generate index.html with --disable-manpages (#5865)
author
Michael Biebl
<mbiebl@gmail.com>
Sun, 30 Apr 2017 16:21:59 +0000
(18:21 +0200)
committer
Martin Pitt
<martinpitt@users.noreply.github.com>
Sun, 30 Apr 2017 16:21:59 +0000
(18:21 +0200)
Don't generate man/index.html and the dependent man/systemd.index.html
if man pages have been disabled.
Closes #5854
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
11b539d
..
d565978
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-749,9
+749,11
@@
man/index.html: man/systemd.index.html
$(AM_V_LN)$(LN_S) -f systemd.index.html $@
if HAVE_PYTHON
+if ENABLE_MANPAGES
noinst_DATA += \
man/index.html
endif
+endif
CLEANFILES += \
man/index.html