Skip to content

Commit

Permalink
make: Make .orgconfig a prerequisite of %.texi
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Aug 20, 2024
1 parent 047445e commit b9330b1
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 @@ -22,7 +22,7 @@ redo-docs:
_ := $(shell test "$(REVDESC)" = "$$(cat .revdesc 2> /dev/null)" ||\
echo "$(REVDESC)" > .revdesc)

%.texi: %.org .revdesc
%.texi: %.org .orgconfig .revdesc
@printf "Generating $@\n"
@$(EMACS) $(ORG_ARGS) $< $(ORG_EVAL)

Expand Down

0 comments on commit b9330b1

Please sign in to comment.