Skip to content

Commit

Permalink
make: Fix texi target
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jun 18, 2024
1 parent b3dd176 commit cdc8522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdc8522

Please sign in to comment.