Root/old-boom/Makefile

1UPLOAD=werner@sita.openmoko.org:public_html/gta02-core/
2COPY=rsync -e ssh --progress
3
4.PHONY: all xpdf spotless upload
5
6all:
7        @echo "make what ? xpdf, upload, or spotless ?" 1>&2
8
9workflow.pdf: workflow.fig
10        fig2dev -L pdf $< >$@ || { rm -f $@; exit 1; }
11
12xpdf: workflow.pdf
13        xpdf workflow.pdf
14
15upload: workflow.pdf
16        $(COPY) workflow.pdf $(UPLOAD)/bom-workflow.pdf
17
18spotless:
19        rm -f workflow.pdf
20

Archive Download this file

Branches:
master



interactive