Skip to content

Commit

Permalink
Makefile: depend on the config files for epub and pdf as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jan 11, 2024
1 parent 04d544a commit 45e5a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ everything-curl.html: uni.md $(MDS)

html: everything-curl.html

everything-curl.pdf: uni.md
everything-curl.pdf: uni.md pdf.txt
pandoc --lua-filter=warn_bad_links.lua -o everything-curl.pdf pdf.txt uni.md --toc

pdf: everything-curl.pdf

everything-curl.epub: uni.md
everything-curl.epub: uni.md epub.txt
pandoc --lua-filter=warn_bad_links.lua -o everything-curl.epub --epub-cover-image=cover.jpg epub.txt uni.md

epub: everything-curl.epub
Expand Down

0 comments on commit 45e5a36

Please sign in to comment.