The docs were not building/installing for me. This fixed it.

This commit is contained in:
Kevin Greenan
2015-01-19 10:46:45 -08:00
parent 070a219343
commit da335a6914

View File

@@ -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' ; \