Make install failing to find install-sh when installing docs
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -55,4 +55,5 @@ libtool
|
||||
# doxygen documentation
|
||||
^doc/.*\.doxytag
|
||||
^doc/html
|
||||
^doc/latex
|
||||
*doxygen.cfg
|
||||
|
||||
@@ -23,7 +23,7 @@ install-data-local: html
|
||||
else \
|
||||
for i in $$installfiles; do \
|
||||
echo '-- Installing '$$i ; \
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
|
||||
../install-sh $$i $(DESTDIR)$(TARGET_DIR); \
|
||||
done; \
|
||||
fi)
|
||||
|
||||
|
||||
@@ -20,6 +20,12 @@ liberasurecode_la_SOURCES = \
|
||||
backends/jerasure/jerasure_rs_cauchy.c \
|
||||
backends/isa-l/isa_l_vand.c
|
||||
|
||||
# Install additional header files
|
||||
liberasurecodeincludedir = $(includedir)
|
||||
liberasurecodeinclude_HEADERS = \
|
||||
../include/erasurecode/erasurecode.h \
|
||||
../include/erasurecode/erasurecode_helpers.h
|
||||
|
||||
liberasurecode_la_CPPFLAGS = -Werror @GCOV_FLAGS@
|
||||
liberasurecode_la_LIBADD = \
|
||||
builtin/xor_codes/libXorcode.la -lpthread -lm @GCOV_LDFLAGS@
|
||||
|
||||
Reference in New Issue
Block a user