Commit 7510b839ee90f14aabe3f5a5f4917d3989bcc11b

Authored by Paulo Meireles
1 parent 0affad72

[ieee] adding make file

Showing 1 changed file with 10 additions and 0 deletions   Show diff stats
ieeeSW/releaseEng3/Makefile 0 → 100644
@@ -0,0 +1,10 @@ @@ -0,0 +1,10 @@
  1 +BASENAME = IEEE_ThemeIssue_ReleaseEng_CD
  2 +
  3 +all: $(BASENAME).pdf
  4 + evince $< &
  5 +
  6 +$(BASENAME).pdf: $(BASENAME).md
  7 + pandoc --standalone --from markdown --to latex --output $@ $<
  8 +
  9 +clean:
  10 + rm -f $(BASENAME).pdf