Skip to content

Commit

Permalink
Hyperlink commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kulp committed May 29, 2024
1 parent 177c165 commit 1600bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ booklayout/index.meter: $(LYS:%.ly=PDF/eogsized/%.meter)

.PHONY: FORCE
booklayout/revision.tex: FORCE
git describe --long --always --match='v*' > $@
rev=$$(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
2 changes: 1 addition & 1 deletion booklayout/toplevel.tex
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
Printed in the U.S.A.\\
2018 Edition\\
\the\year{} Printing\\
Revision \input{booklayout/revision}\\
\input{booklayout/revision}\\
\url{http://purl.org/echoesofgrace}
\end{center}

Expand Down

0 comments on commit 1600bb1

Please sign in to comment.