diff options
author | Kevin Greenan <kmgreen2@gmail.com> | 2015-01-19 10:46:45 -0800 |
---|---|---|
committer | Kevin Greenan <kmgreen2@gmail.com> | 2015-01-19 10:47:13 -0800 |
commit | da335a691481db40f1c508a75411817ef1192f2c (patch) | |
tree | e3cf45cd837c7f7791f2d8a9c5f1f3715d5fd7a5 | |
parent | 070a2193439ce8f2a20fc586b2c68c8186a113b7 (diff) | |
download | liberasurecode-da335a691481db40f1c508a75411817ef1192f2c.tar.gz |
The docs were not building/installing for me. This fixed it.
-rw-r--r-- | doc/Makefile.am | 2 |
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' ; \ |