~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2009-08-17 18:52:01 UTC
  • mto: This revision was merged to the branch mainline in revision 4629.
  • Revision ID: john@arbash-meinel.com-20090817185201-5xmgwhtn9nv2p4h8
Fix bzrlib.missing to not directly load the graph, etc.

Look at bzrlib.annotate, but it needs to inject a node into the graph, which
isn't supported yet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
TARGETS=bzr-es-quick-reference.png bzr-es-quick-reference.pdf
2
 
OBJECTS=bzr-es-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-es-quick-reference.png: $(OBJECTS)
 
14
bzr-quickref.png: $(OBJECTS)
15
15
 
16
 
bzr-es-quick-reference.pdf: $(OBJECTS)
 
16
bzr-quickref.pdf: $(OBJECTS)
17
17
 
18
18
clean:
19
19
        rm -f $(TARGETS)