/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-05 18:56:37 UTC
  • mfrom: (4580.5.16 1.18-win32-buildbot)
  • Revision ID: pqm@pqm.ubuntu.com-20090805185637-3f0y10upzcdw7e0g
Updates to buildout.cfg etc to have 'make installer-all' start being
        the preferred way to build win32 installer.

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)