diff --git a/ieeeSW/releaseEng3/Makefile b/ieeeSW/releaseEng3/Makefile new file mode 100644 index 0000000..4b25cd2 --- /dev/null +++ b/ieeeSW/releaseEng3/Makefile @@ -0,0 +1,10 @@ +BASENAME = IEEE_ThemeIssue_ReleaseEng_CD + +all: $(BASENAME).pdf + evince $< & + +$(BASENAME).pdf: $(BASENAME).md + pandoc --standalone --from markdown --to latex --output $@ $< + +clean: + rm -f $(BASENAME).pdf -- libgit2 0.21.2