summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKevin Greenan <kmgreen2@gmail.com>2015-01-19 10:46:45 -0800
committerKevin Greenan <kmgreen2@gmail.com>2015-01-19 10:47:13 -0800
commitda335a691481db40f1c508a75411817ef1192f2c (patch)
treee3cf45cd837c7f7791f2d8a9c5f1f3715d5fd7a5 /doc
parent070a2193439ce8f2a20fc586b2c68c8186a113b7 (diff)
downloadliberasurecode-da335a691481db40f1c508a75411817ef1192f2c.tar.gz
The docs were not building/installing for me. This fixed it.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 34ea1ff..31804cb 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -16,7 +16,7 @@ clean-local:
rm -rf html
install-data-local: html
- $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
+ ../install-sh -d $(DESTDIR)$(TARGET_DIR)
(installfiles=`echo html/*`; \
if test "$$installfiles" = 'html/*'; \
then echo '-- Nothing to install' ; \