branch: elpa/git-commit commit 0c78be0687a3c754c141d6a967357896f9e4b434 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
make: Fix previous commit --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 00dbb9cb93..811b78b438 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -44,7 +44,7 @@ html-dir: $(TEXIFILES) sed -i -e $(HTML_FIXUP_CSS) -e $(HTML_FIXUP_ONLOAD) -e $(HTML_FIXUP_MENU) $$f ; \ done @printf "Generating magit-section/*.html\n" - @$(MAKEINFO) --html -o $(PKG)/ $(MANUAL_HTML_ARGS) magit-section.texi + @$(MAKEINFO) --html -o $(PKG)-section/ $(MANUAL_HTML_ARGS) magit-section.texi @for f in $$(find magit-section -name '*.html') ; do \ sed -i -e $(HTML_FIXUP_CSS) -e $(HTML_FIXUP_ONLOAD) -e $(HTML_FIXUP_MENU) $$f ; \ done