Better support for option cleanup in python package
[adesklets.git] / doc / gdesklets / Makefile
blob12023088d37251186528f9b9fa2ec62da46f46bb
1 #------------------------------------------------------------------------------
2 # Makefile, written by S.Fourmanoit, 2005.
4 # Minimal makefile for generating the gdesklets report. By default, the main
5 # gdesklets.pdf target is built. Other valid targets would be:
7 # make gdesklets.dvi
8 # make gdesklets.ps
9 # make clean
11 # For this to work, you need a full TeX/LaTeX packaged installed, as well as
12 # ghostscript. LaTeX 2.09e packages used are detailled in their respective
13 # documents
15 # This was only tested on tetex 2.02 and GNU ghostscript 7.07.
17 #------------------------------------------------------------------------------
18 %.pdf: %.ps
19 ps2pdf $< $@
20 %.ps: %.dvi
21 dvips -z $< -o $@
22 %.dvi: %.tex
23 latex $< && latex $<
25 gdesklets.pdf:
27 .PHONY: clean
28 clean:
29 -rm *.tmp *.aux *.log *.out *.pdf