mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
build: do not try install doxygen man pages if they were not requested
Fixes: #1075
This commit is contained in:
parent
4cf0d712e3
commit
7e6c5fb46a
@ -17,9 +17,11 @@ if ENABLE_DOXYGEN
|
|||||||
clean-local:
|
clean-local:
|
||||||
-rm -rf $(DX_CLEANFILES)
|
-rm -rf $(DX_CLEANFILES)
|
||||||
|
|
||||||
|
if ENABLE_DOXYGEN_MAN
|
||||||
# integrate doxygen with automake targets
|
# integrate doxygen with automake targets
|
||||||
man3_MANS = @DX_DOCDIR@/man/man3/*
|
man3_MANS = @DX_DOCDIR@/man/man3/*
|
||||||
$(man3_MANS): doxygen-doc
|
$(man3_MANS): doxygen-doc
|
||||||
|
endif ENABLE_DOXYGEN_MAN
|
||||||
|
|
||||||
# Docs will be installed. It may be one or more docs supported
|
# Docs will be installed. It may be one or more docs supported
|
||||||
# by doxygen, but does not include 'man'.
|
# by doxygen, but does not include 'man'.
|
||||||
|
@ -574,6 +574,7 @@ DX_INSTALL_DOCS = \\
|
|||||||
\$(DX_CLEAN_HTML) \\
|
\$(DX_CLEAN_HTML) \\
|
||||||
\$(DX_CLEAN_CHM) \\
|
\$(DX_CLEAN_CHM) \\
|
||||||
\$(DX_CLEAN_CHI) \\
|
\$(DX_CLEAN_CHI) \\
|
||||||
|
\$(DX_CLEAN_MAN) \\
|
||||||
\$(DX_CLEAN_RTF) \\
|
\$(DX_CLEAN_RTF) \\
|
||||||
\$(DX_CLEAN_XML) \\
|
\$(DX_CLEAN_XML) \\
|
||||||
\$(DX_CLEAN_PS) \\
|
\$(DX_CLEAN_PS) \\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user