From da335a691481db40f1c508a75411817ef1192f2c Mon Sep 17 00:00:00 2001 From: Kevin Greenan Date: Mon, 19 Jan 2015 10:46:45 -0800 Subject: The docs were not building/installing for me. This fixed it. --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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' ; \ -- cgit v1.2.1