Skip to content

Commit

Permalink
Fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kulp committed Aug 2, 2024
1 parent 97a8354 commit d00b2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ booklayout/index.meter: $(LYS:%.ly=PDF/eogsized/%.meter)

.PHONY: FORCE
booklayout/revision.tex: FORCE
rev=$$(git describe --long --always --match='v*') && echo '\href{http://purl.org/echoesofgrace/revision/'"$$rev}{Revision $$rev}" > $@
rev=$$(git fetch --tags; git describe --long --always --match='v*') && echo '\href{http://purl.org/echoesofgrace/revision/'"$$rev}{Revision $$rev}" > $@

booklayout/toplevel.pdf: booklayout/revision.tex booklayout/book.tex
booklayout/toplevel.pdf: $(foreach f,metrical first gospel children,booklayout/$f_insert.tex)
Expand Down

0 comments on commit d00b2bc

Please sign in to comment.