Skip to content

Commit

Permalink
build: fix doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Feb 25, 2024
1 parent 5a763af commit 5b65717
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ distclean: clean
HTMLPATH=${BUILDDIR}/mu4e/mu4e
mu4e-doc-html:
@mkdir -p ${HTMLPATH} && cp mu4e/texinfo-klare.css ${HTMLPATH}
@cd mu4e; makeinfo -v -I ${BUILDDIR}/mu4e --html --css-ref=texinfo-klare.css -o ${HTMLPATH} mu4e.texi
@cd mu4e; makeinfo -v -I ${BUILDDIR} -I ${BUILDDIR}/mu4e --html --css-ref=texinfo-klare.css -o ${HTMLPATH} mu4e.texi
4 changes: 0 additions & 4 deletions mu4e/version.texi.in

This file was deleted.

0 comments on commit 5b65717

Please sign in to comment.