Don't try to install docs if they have not been generated.
This commit is contained in:
parent
99298c10a4
commit
89bd156918
@ -147,8 +147,10 @@ doc/html: doc/doxygen.conf
|
|||||||
doxygen doc/doxygen.conf;
|
doxygen doc/doxygen.conf;
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
|
if [ -d doc/html ]; then \
|
||||||
$(mkinstalldirs) $(docdir)/html; \
|
$(mkinstalldirs) $(docdir)/html; \
|
||||||
$(INSTALL_DATA) doc/html/* $(docdir)/html;
|
$(INSTALL_DATA) doc/html/* $(docdir)/html; \
|
||||||
|
fi
|
||||||
|
|
||||||
uninstall-local:
|
uninstall-local:
|
||||||
rm -rf $(docdir)
|
rm -rf $(docdir)
|
||||||
|
Loading…
Reference in New Issue
Block a user