~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/ru/quick-reference/Makefile

  • Committer: John Arbash Meinel
  • Date: 2009-06-19 17:53:37 UTC
  • mto: This revision was merged to the branch mainline in revision 4466.
  • Revision ID: john@arbash-meinel.com-20090619175337-uozt3bntdd48lh4z
Update time_graph to use X:1 ratios rather than 0.xxx ratios.
It is just easier to track now that the new code is much faster.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
TARGETS=bzr-quick-reference.png bzr-quick-reference.pdf
2
 
OBJECTS=bzr-quick-reference.svg Makefile
 
1
TARGETS=quick-start-summary.png quick-start-summary.pdf
 
2
OBJECTS=quick-start-summary.svg Makefile
3
3
 
4
4
all: $(TARGETS)
5
5
 
11
11
.svg.png:
12
12
        rsvg-convert -d 300 -p 300 -z 3.3346 -f png -o $@ $<
13
13
 
14
 
bzr-quick-reference.png: $(OBJECTS)
 
14
bzr-quickref.png: $(OBJECTS)
15
15
 
16
 
bzr-quick-reference.pdf: $(OBJECTS)
 
16
bzr-quickref.pdf: $(OBJECTS)
17
17
 
18
18
clean:
19
19
        rm -f $(TARGETS)