Skip to content

Commit

Permalink
[makefile] Added release target
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpilot committed Nov 18, 2009
1 parent 5643d72 commit 24771ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -12,6 +12,9 @@ INKSCAPE = inkscape

default: build/book.pdf

release: build/book.pdf
cp build/book.pdf build/book-$$(date +"%Y-%m").pdf

build/mmd-table.pdf: src/mmd-table.svg
$(INKSCAPE) --export-pdf=build/mmd-table.pdf -D src/mmd-table.svg

Expand Down

0 comments on commit 24771ab

Please sign in to comment.