chiark / gitweb /
Debian build: ./newVersion updates debian/changelog too.
[wiringPi.git] / pins / Makefile
1
2 SRC     =       pins.tex
3
4 ifneq ($V,1)
5 Q ?= @
6 endif
7
8
9 all:            ${SRC}
10         $Q echo Generating DVI
11         $Q latex  pins.tex
12
13 pins.dvi:       pins.tex
14         $Q latex  pins.tex
15
16 pdf:    pins.dvi
17         $Q dvipdf pins.dvi
18
19
20 .PHONY: clean
21 clean:
22         $Q rm -f *.dvi *.aux *.log *.ps *.toc *.bak *~