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

  • Committer: John Arbash Meinel
  • Date: 2009-08-04 14:10:09 UTC
  • mfrom: (4585 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4588.
  • Revision ID: john@arbash-meinel.com-20090804141009-uety2n17v1atk5ok
Merge bzr.dev 4585, resolve NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# doc/*/quick-reference/Makefile and update TARGETS and OBJECTS usages in
3
3
# doc/Makefile
4
4
 
5
 
TARGETS=quick-start-summary.png quick-start-summary.pdf
6
 
OBJECTS=quick-start-summary.svg Makefile
 
5
TARGETS=bzr-quick-reference.png bzr-quick-reference.pdf
 
6
OBJECTS=bzr-quick-reference.svg Makefile
7
7
 
8
8
all: $(TARGETS)
9
9