X-Git-Url: https://git.llucax.com/personal/resume.git/blobdiff_plain/8656a7a913edcd81f230ececb7295ae0c41eebf2..refs/heads/master:/Build.mak?ds=inline diff --git a/Build.mak b/Build.mak index 662bc0a..c380506 100644 --- a/Build.mak +++ b/Build.mak @@ -14,17 +14,14 @@ $(VD)/%.html: $T/%.rst $G/rst2html-flags $(call exec,$(RST2HTML) $(RST2HTMLFLAGS) $< $@) # The real targets -$(VD)/resume-en.pdf: RST2PDFFLAGS += -l en_US -$(VD)/resume-en.html: RST2HTMLFLAGS += -l en - -.PHONY: en -en: $(VD)/resume-en.pdf $(VD)/resume-en.html +$(VD)/resume.pdf: RST2PDFFLAGS += -l en_US +$(VD)/resume.html: RST2HTMLFLAGS += -l en .PHONY: pdf -pdf: $(VD)/resume-en.pdf +pdf: $(VD)/resume.pdf .PHONY: html -html: $(VD)/resume-en.html +html: $(VD)/resume.html all += pdf