/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/en/quick-reference/Makefile

  • Committer: Robert Collins
  • Date: 2007-08-22 22:32:23 UTC
  • mto: This revision was merged to the branch mainline in revision 2744.
  • Revision ID: robertc@robertcollins.net-20070822223223-0heetwybcuonp00g
Fix an off-by-one in check.py that leads to the progress bar showing
complete for a phase but not actually being complete; if the last file id
checked is big this is confusing. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
 
5
 
TARGETS=bzr-en-quick-reference.png bzr-en-quick-reference.pdf
6
 
OBJECTS=bzr-en-quick-reference.svg Makefile
 
1
TARGETS=quick-start-summary.png quick-start-summary.pdf
 
2
OBJECTS=quick-start-summary.svg Makefile
7
3
 
8
4
all: $(TARGETS)
9
5
 
15
11
.svg.png:
16
12
        rsvg-convert -d 300 -p 300 -z 3.3346 -f png -o $@ $<
17
13
 
18
 
bzr-en-quick-reference.png: $(OBJECTS)
 
14
bzr-quickref.png: $(OBJECTS)
19
15
 
20
 
bzr-en-quick-reference.pdf: $(OBJECTS)
 
16
bzr-quickref.pdf: $(OBJECTS)
21
17
 
22
18
clean:
23
19
        rm -f $(TARGETS)