~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/es/referencia-rapida/Makefile

  • Committer: Jelmer Vernooij
  • Date: 2008-07-07 21:54:04 UTC
  • mto: This revision was merged to the branch mainline in revision 3533.
  • Revision ID: jelmer@samba.org-20080707215404-09t83ot6mv02jr6w
Move functionality to add ignores to the ignore file into a separate function.

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=referencia-rapida.png referencia-rapida.pdf
 
2
OBJECTS=referencia-rapida.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)