Loading Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ PAPERSIZE = A4 .PHONY: all clean publish test all: resume.html resume.pdf resume.docx resume.odt resume.html: $(RESUME) pandoc -s -t html5 --email-obfuscation=none $(RESUME) -o resume.html Loading @@ -24,8 +26,6 @@ resume.docx: $(RESUME) resume.odt: $(RESUME) pandoc $(RESUME) -V papersize=$(PAPERSIZE) -o resume.odt all: resume.html resume.pdf resume.docx resume.odt clean: rm -f resume.html resume.pdf resume.docx resume.odt *.log Loading Loading
Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ PAPERSIZE = A4 .PHONY: all clean publish test all: resume.html resume.pdf resume.docx resume.odt resume.html: $(RESUME) pandoc -s -t html5 --email-obfuscation=none $(RESUME) -o resume.html Loading @@ -24,8 +26,6 @@ resume.docx: $(RESUME) resume.odt: $(RESUME) pandoc $(RESUME) -V papersize=$(PAPERSIZE) -o resume.odt all: resume.html resume.pdf resume.docx resume.odt clean: rm -f resume.html resume.pdf resume.docx resume.odt *.log Loading