branch: externals/transient commit 755955621b0f5e37ff6c27098ca7dd185c506189 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
make: Fix texi target --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 150436f23e..8341a90aae 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,7 +3,7 @@ include ../default.mk docs: texi info html html-dir pdf -texi: $(PKG).org +texi: $(PKG).texi info: $(PKG).info dir html: $(PKG).html pdf: $(PKG).pdf