diff --git a/docs/design/Makefile.am b/docs/design/Makefile.am index 1433ee17f7..b313c9d366 100644 --- a/docs/design/Makefile.am +++ b/docs/design/Makefile.am @@ -57,7 +57,7 @@ html: echo >>index.txt "Version $(PACKAGE_VERSION)"; \ echo >>index.txt ""; \ ( cd $(srcdir) && \ - cat >>$(abs_builddir)/index.txt $(EXTRA_DIST) ); \ + cat >>$(abs_builddir)/index.txt $(EXTRA_DIST) ); \ asciidoc -o index.html index.txt; \ else \ echo "need asciidoc to generate html"; \