/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
3638.6.43 by Dmitry Vasiliev
Added a comment about possible future Makefile refactoring
1
# If you feel the need to duplicate this file, you'll win the right to refactor
2
# doc/*/quick-reference/Makefile and update TARGETS and OBJECTS usages in
3
# doc/Makefile
4
4557.3.3 by Ian Clatworthy
Improve the names and location of the quick reference cards
5
TARGETS=bzr-quick-reference.png bzr-quick-reference.pdf
6
OBJECTS=bzr-quick-reference.svg Makefile
2691.1.12 by Ian Clatworthy
Added Quick Start Summary
7
8
all: $(TARGETS)
9
10
.SUFFIXES: .svg .png .pdf
11
12
.svg.pdf:
13
	rsvg-convert -d 300 -p 300 -f pdf -o $@ $<
14
15
.svg.png:
16
	rsvg-convert -d 300 -p 300 -z 3.3346 -f png -o $@ $<
17
18
bzr-quickref.png: $(OBJECTS)
19
20
bzr-quickref.pdf: $(OBJECTS)
21
22
clean:
23
	rm -f $(TARGETS)