Skip to content

Commit

Permalink
chore(build): Inform Nix flake about current libtexpdf version
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 18, 2021
1 parent 4dc96d9 commit c3e2e9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ sile-%.md: CHANGELOG.md
update_libtexpdf:
$(GIT) diff-index --quiet --cached HEAD || exit 1 # die if anything already staged
$(GIT) submodule update --init --remote -- libtexpdf
$(GIT) add -- libtexpdf
$(GIT) submodule status -- libtexpdf | $(AWK) '{ print $$1 }' > libtexpdf.git-rev
$(GIT) add -- libtexpdf libtexpdf.git-rev
$(GIT) diff-index --quiet --cached HEAD || $(GIT) commit -m "chore(build): Pin latest libtexpdf library submodule"

gh-pages:
Expand Down

0 comments on commit c3e2e9d

Please sign in to comment.