Skip to content

Commit

Permalink
fix: make generated citations depend on CITATION.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
alee committed Oct 11, 2023
1 parent 324b84c commit f7613d8
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 @@ -9,7 +9,7 @@ BUILD_ID=$(shell git describe --tags --abbrev=1)
CITATION_TXT_FILE=_citation.txt
CITATION_BIB_FILE=_citation.bib

$(CITATION_TXT_FILE):
$(CITATION_TXT_FILE): CITATION.cff
docker run --rm -v $(PWD):/app citationcff/cffconvert -f apalike -o $(CITATION_TXT_FILE)
docker run --rm -v $(PWD):/app citationcff/cffconvert -f bibtex -o $(CITATION_BIB_FILE)

Expand Down

0 comments on commit f7613d8

Please sign in to comment.